From a3a5ecf8fa880efc775d5545db0248c5289444f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:19:32 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ gradle.properties | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e3778b2c..1b77f506 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 196d313c..64335833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ # jetplay Changelog +## [0.7.0](https://github.com/twangodev/jetplay/compare/v0.6.2...v0.7.0) (2026-07-01) + + +### Added + +* spectrum analyzer for the audio player ([#92](https://github.com/twangodev/jetplay/issues/92)) ([7150639](https://github.com/twangodev/jetplay/commit/7150639c7106f58dd8fbf1357804001738e5d4fd)) + + +### Fixed + +* **frontend:** show media details for Remote Dev / Gateway files ([#100](https://github.com/twangodev/jetplay/issues/100)) ([10ef25d](https://github.com/twangodev/jetplay/commit/10ef25d6d067a879ef3f3b64469a30dc4a206fe3)) + + +### Changed + +* **backend:** drop TranscodeRunner pass-through, call MediaTranscoder directly ([#97](https://github.com/twangodev/jetplay/issues/97)) ([6cd59ba](https://github.com/twangodev/jetplay/commit/6cd59ba3d545c9deb8fb99372f5ee70aaf638611)) +* **backend:** extract a shared ffmpeg-gate helper for the extract* RPCs ([#96](https://github.com/twangodev/jetplay/issues/96)) ([7f77b42](https://github.com/twangodev/jetplay/commit/7f77b4276c6c4db39a6ac089fcd642c24f94cd0c)) +* **backend:** hoist the transcode safely helper into a Logger extension ([#98](https://github.com/twangodev/jetplay/issues/98)) ([24f32d2](https://github.com/twangodev/jetplay/commit/24f32d2237acce5bbea473214c66cbd2cf2ffdc1)) +* clear Qodana code-quality notices ([#87](https://github.com/twangodev/jetplay/issues/87)) ([5aa82f4](https://github.com/twangodev/jetplay/commit/5aa82f4a2e7b0b89fc225071714f35841595390f)) +* **frontend:** move JS payload encoders out of PlayerBridge into PlayerPayloads ([#99](https://github.com/twangodev/jetplay/issues/99)) ([f8c3af1](https://github.com/twangodev/jetplay/commit/f8c3af1db706c8e3ed7c02e57732a3bb71edaf54)) +* **frontend:** use the Duration idiom for the load watchdog delay ([#94](https://github.com/twangodev/jetplay/issues/94)) ([cf20a35](https://github.com/twangodev/jetplay/commit/cf20a35eb470e2f18a48c87e82c7edb209f20fbc)) +* remove the unused single-impl MediaSource interface ([#95](https://github.com/twangodev/jetplay/issues/95)) ([9c9ad8e](https://github.com/twangodev/jetplay/commit/9c9ad8ecd1008f79adfc1778bba4b08ebb780b5a)) +* **ui:** extract waitForVideoReady helper in video spec ([#93](https://github.com/twangodev/jetplay/issues/93)) ([2b1f4dd](https://github.com/twangodev/jetplay/commit/2b1f4ddc63d42e45bac40e13b1cb39039312ce44)) + ## [0.6.2](https://github.com/twangodev/jetplay/compare/v0.6.1...v0.6.2) (2026-06-25) diff --git a/gradle.properties b/gradle.properties index 3ddb3082..f28b1fdb 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.6.2 +pluginVersion = 0.7.0 # x-release-please-end # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html