From b488d725729500d5367057799cc00c8a5dbcb363 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:56:46 +0000 Subject: [PATCH] chore(0.4.x): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++ gradle.properties | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3e2bf498..2aca35ae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bba0bff..bc6f20ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,47 @@ # jetplay Changelog +## [0.5.0](https://github.com/twangodev/jetplay/compare/v0.4.1...v0.5.0) (2026-06-20) + + +### Added + +* add AC-3, E-AC-3, CAF, IVF, and ADTS playback ([#42](https://github.com/twangodev/jetplay/issues/42)) ([612ffec](https://github.com/twangodev/jetplay/commit/612ffec2afb6cfe47cdf4adbf245a11cdabda57d)) +* add Branding component to enhance UI across audio and video players ([9cc2f1c](https://github.com/twangodev/jetplay/commit/9cc2f1c44289f61fd0c4296bfca3a48186096352)) +* add i18n support, FFmpeg availability check, and balloon notifications ([7a994f0](https://github.com/twangodev/jetplay/commit/7a994f0c16529a51f5f2c288c8985c5f8cbe28a9)) +* add media file editor and provider for audio/video files ([def1d5b](https://github.com/twangodev/jetplay/commit/def1d5b0f63cc446e1be211fc4c01eaacb72e5e1)) +* add Node.js setup and UI dependency installation to build and release workflows ([d7bfca3](https://github.com/twangodev/jetplay/commit/d7bfca3ce5e623d29fc73597b831e4a91ed9c53b)) +* add remote media playback support ([6c74205](https://github.com/twangodev/jetplay/commit/6c7420595af463b609af2a9cfb66d3322c25a90c)) +* **branding:** monochrome edge-lit play-button logo ([8b47d46](https://github.com/twangodev/jetplay/commit/8b47d463c23eb96e65348a9562b526fee3b449f1)) +* enhance media player with transcoding support and improved UI ([53a3c2d](https://github.com/twangodev/jetplay/commit/53a3c2db3a0febbd7dfc341eedad6bfe3ca82702)) +* enhance media player with transcoding support and UI improvements ([9128bcf](https://github.com/twangodev/jetplay/commit/9128bcff00a56690f590ea5b10c404a6adbe0918)) +* expand supported media formats for enhanced playback capabilities ([ece46c5](https://github.com/twangodev/jetplay/commit/ece46c5d13017a08a0b2a64196a7405ead4cc93d)) +* implement media file type support and update editor provider ([ca4fd75](https://github.com/twangodev/jetplay/commit/ca4fd7520ac3e7f8514272c1b3cb284e9493c4da)) +* implement media player with audio and video support, including loading and error states ([469fb4c](https://github.com/twangodev/jetplay/commit/469fb4c716e92321937b6b6418571f2927b28c7b)) +* implement media transcoding support and add unit tests for format checks ([0c094af](https://github.com/twangodev/jetplay/commit/0c094af2043f23954afcde11a7557ae2a85b81dd)) +* initialize Svelte project with TypeScript and Vite setup ([30e64b6](https://github.com/twangodev/jetplay/commit/30e64b652b468d6076255093c23b0e0ce9d89597)) +* nudge users to star the repo or send feedback ([#37](https://github.com/twangodev/jetplay/issues/37)) ([a7f01e0](https://github.com/twangodev/jetplay/commit/a7f01e0827da6e0c8abc479f0ef018823cc16455)) +* **publishing:** render release-please changelog into plugin change notes ([#40](https://github.com/twangodev/jetplay/issues/40)) ([8e5c4ce](https://github.com/twangodev/jetplay/commit/8e5c4ce8d9e8f3f9efdd83ce998d0ed89d329c42)) +* support raw telephony codecs and additional container formats ([#31](https://github.com/twangodev/jetplay/issues/31)) ([13d3955](https://github.com/twangodev/jetplay/commit/13d395527a23f8951548d1b560759463b9f8440a)) +* **ui:** use sv11-ui components in the media player ([#34](https://github.com/twangodev/jetplay/issues/34)) ([d1e7af7](https://github.com/twangodev/jetplay/commit/d1e7af7089f07bbbc26161e6b51beecaf98dbfc4)) + + +### Fixed + +* downgrade Kotlin version from 2.3.20 to 2.1.20 in libs.versions.toml ([e4c4e56](https://github.com/twangodev/jetplay/commit/e4c4e56bb9240259ad70eb1e3dfbc3d8fe47c333)) +* **i18n:** pass translated UI strings to Svelte instead of hardcoded English text ([0ca637e](https://github.com/twangodev/jetplay/commit/0ca637e6fb6ef21f05655edf8de187ea6972137f)) +* lower minimum compatibility to IntelliJ 2022.3 ([ea125a8](https://github.com/twangodev/jetplay/commit/ea125a81bb6e803d3c59574fc96c1015f3eb392c)) +* remove .ts extension to avoid TypeScript conflict (backport [#45](https://github.com/twangodev/jetplay/issues/45)) ([7b7c8e7](https://github.com/twangodev/jetplay/commit/7b7c8e73d1f300c5b081ccb8a3d8fc5deecae630)) + + +### Changed + +* adjust global type declarations for jetplay and move to separate file ([40e423c](https://github.com/twangodev/jetplay/commit/40e423c0b3197e53ef5f24e75bf0e1278f4c19ef)) +* decompose MediaFileEditor into modular package architecture ([166c220](https://github.com/twangodev/jetplay/commit/166c220675bdc801d9b56c423c8a79ec909dff2c)) +* move the video wordmark into a title prefix ([#36](https://github.com/twangodev/jetplay/issues/36)) ([ba6d489](https://github.com/twangodev/jetplay/commit/ba6d489893a3322bcb8666db96f3d72f44046a56)) +* rearrange time display and file name layout in VideoPlayer component ([cd79186](https://github.com/twangodev/jetplay/commit/cd79186b4851607b800a2caa025241b5af76e0f7)) +* self-document the sv11 player (extract MediaLoader, trim comment-smells) ([#35](https://github.com/twangodev/jetplay/issues/35)) ([e130d29](https://github.com/twangodev/jetplay/commit/e130d29c3f4b79181f27da4623910b89ab3eba13)) + ## [0.4.1](https://github.com/twangodev/jetplay/compare/v0.4.0...v0.4.1) (2026-06-20) diff --git a/gradle.properties b/gradle.properties index 5508dc03..935ec8a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ pluginName = jetplay pluginRepositoryUrl = https://github.com/twangodev/jetplay # SemVer format -> https://semver.org # x-release-please-start-version -pluginVersion = 0.4.1 +pluginVersion = 0.5.0 # x-release-please-end # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html