Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.1](v0.10.2...v0.11.1) (2025-02-26)

### Bug Fixes

* Add critical operation checks and early exits ([e4e6ba5](e4e6ba5))
* Add nullglob for safer array handling ([bd218c9](bd218c9))
* Add trap for temp script cleanup ([6c7327b](6c7327b))
* Cache EPG logos ([0b31fc9](0b31fc9))
* Eho failures to chmod ([1ca591d](1ca591d))
* Handle case where PUID/PGID is `0` ([b759b3a](b759b3a))
* Handle failure to creat config.json ([753523f](753523f))
* Improve directory rename safety with atomic operation ([8e37e4b](8e37e4b))
* Improve video playback ([34c96cc](34c96cc))
* Remove handling of non-existing migration IDs ([4b3398e](4b3398e))
* Shellcheck related suggestions and fixes ([15a9af0](15a9af0))
* Should attempt redirect first ([ae7925b](ae7925b))
* Source env things first ([0b46c58](0b46c58))
* Trap postgres in case of failure ([2313119](2313119))
* Wrap in quotes to avoid bad names ([0365eb1](0365eb1))

### Features

* Add auto set EPG button more front facing ([464aa01](464aa01))
* Add Play Stream dialog ([9504cdd](9504cdd))
* Add validation of PUID and PGID values ([7ed4915](7ed4915))
* Handle directory creation with fail output ([341fd2b](341fd2b))
* Handle faulire cases ([8126757](8126757))
* Make PostgreSQL wait parameters configurable ([c945727](c945727))
* Output failures when `chown` ([828270c](828270c))
  • Loading branch information
semantic-release-bot authored and carlreid committed Feb 26, 2025
1 parent 8ae5c55 commit 8d1d49a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [0.11.1](https://github.com/carlreid/StreamMaster/compare/v0.10.2...v0.11.1) (2025-02-26)


### Bug Fixes

* Add critical operation checks and early exits ([e4e6ba5](https://github.com/carlreid/StreamMaster/commit/e4e6ba58f0dbc460aff6f58025d721bc119d375e))
* Add nullglob for safer array handling ([bd218c9](https://github.com/carlreid/StreamMaster/commit/bd218c937deab9cdad76b3a0607f4c203c1a8c7b))
* Add trap for temp script cleanup ([6c7327b](https://github.com/carlreid/StreamMaster/commit/6c7327bd4e26e1b87adab8f59a8152878780639d))
* Cache EPG logos ([0b31fc9](https://github.com/carlreid/StreamMaster/commit/0b31fc961c5868f1bc145089b4d198fd4daa322c))
* Eho failures to chmod ([1ca591d](https://github.com/carlreid/StreamMaster/commit/1ca591d5691b51b912c157dbb7d71ac1cc31b380))
* Handle case where PUID/PGID is `0` ([b759b3a](https://github.com/carlreid/StreamMaster/commit/b759b3a692226bcc396c06b5c75ed2ee22a78165))
* Handle failure to creat config.json ([753523f](https://github.com/carlreid/StreamMaster/commit/753523f1756bad062bc11ed01e5964762012a5a7))
* Improve directory rename safety with atomic operation ([8e37e4b](https://github.com/carlreid/StreamMaster/commit/8e37e4b50d0e16d8b47bf53fa63251d7fbaec4ee))
* Improve video playback ([34c96cc](https://github.com/carlreid/StreamMaster/commit/34c96cc4bdb098dbe6cd11c017d4dceb08296826))
* Remove handling of non-existing migration IDs ([4b3398e](https://github.com/carlreid/StreamMaster/commit/4b3398e76e6dd3b342131ee4791b19203e023966))
* Shellcheck related suggestions and fixes ([15a9af0](https://github.com/carlreid/StreamMaster/commit/15a9af0d074470cb4f7126831ec71189349a234d))
* Should attempt redirect first ([ae7925b](https://github.com/carlreid/StreamMaster/commit/ae7925b6f0d6fdb2b805f6bddf1073f2ecfa4cbb))
* Source env things first ([0b46c58](https://github.com/carlreid/StreamMaster/commit/0b46c58ae607227620847ce08f7fa8c8e1207a68))
* Trap postgres in case of failure ([2313119](https://github.com/carlreid/StreamMaster/commit/2313119ec48f4a29481b7f44d903ddd995b741e0))
* Wrap in quotes to avoid bad names ([0365eb1](https://github.com/carlreid/StreamMaster/commit/0365eb134f249323ef041e3ddfc2b1b6685855bb))


### Features

* Add auto set EPG button more front facing ([464aa01](https://github.com/carlreid/StreamMaster/commit/464aa01d5365f01a777b323cb07fa3e038ed0b33))
* Add Play Stream dialog ([9504cdd](https://github.com/carlreid/StreamMaster/commit/9504cdd8c2425ed524dda204799a97d72ffeefa0))
* Add validation of PUID and PGID values ([7ed4915](https://github.com/carlreid/StreamMaster/commit/7ed4915ddbd0c1c0b9068f4fc3de8785ab04169a))
* Handle directory creation with fail output ([341fd2b](https://github.com/carlreid/StreamMaster/commit/341fd2b5e21c562dd86bda1374c8d7e08d5e5eac))
* Handle faulire cases ([8126757](https://github.com/carlreid/StreamMaster/commit/8126757c93da5a23a44c4ab657d992cab6da4830))
* Make PostgreSQL wait parameters configurable ([c945727](https://github.com/carlreid/StreamMaster/commit/c945727dfce1672b06f57508c91cb8790313fc65))
* Output failures when `chown` ([828270c](https://github.com/carlreid/StreamMaster/commit/828270c54f6e3fcc997f148a1dfe720059f8fd7a))

# [0.11.0](https://github.com/carlreid/StreamMaster/compare/v0.10.2...v0.11.0) (2025-02-26)


Expand Down
2 changes: 1 addition & 1 deletion src/StreamMaster.API/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]
[assembly: AssemblyInformationalVersion("0.11.0.Sha.b759b3a692226bcc396c06b5c75ed2ee22a78165")]
[assembly: AssemblyInformationalVersion("0.11.1.Sha.34c96cc4bdb098dbe6cd11c017d4dceb08296826")]

0 comments on commit 8d1d49a

Please sign in to comment.