diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6017c09 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## 1.0.0 (2024-03-16) + + +### Features + +* add some space around menu title ([aba2ef6](https://github.com/Malanius/tmux-spotify-linux/commit/aba2ef6fb9480f1c7abe1eae3175212ac56e0371)) +* bind to empty 'S' instead of overwriting existing tmux binding ([8cf4879](https://github.com/Malanius/tmux-spotify-linux/commit/8cf4879d6702d312769a004bac932ea4e753b8bf)) +* check if Spotify is running ([cc22a45](https://github.com/Malanius/tmux-spotify-linux/commit/cc22a45adc4812d0dedade48792a76b130303f40)) +* create podcasts-specific menu and controls ([b4aece2](https://github.com/Malanius/tmux-spotify-linux/commit/b4aece2bf54590cbea3e50456233a4cefdbbae47)) +* display correct loop status ([ab92c08](https://github.com/Malanius/tmux-spotify-linux/commit/ab92c08744d5457abd3b166efda9fd90a0773902)) +* display non-supported podcasts in menu ([ddffd1c](https://github.com/Malanius/tmux-spotify-linux/commit/ddffd1ca3d515e94c87b90dd076adbf000d6f1dc)) +* do not change PATH ([2ea95ec](https://github.com/Malanius/tmux-spotify-linux/commit/2ea95ecc9256ea000ac8a775cfa144f413f97d01)) +* get shuffle status from d-bus ([990bad3](https://github.com/Malanius/tmux-spotify-linux/commit/990bad3007d2cf61c693c0fa2452026e69012002)) +* make copy track URL work ([79be2d4](https://github.com/Malanius/tmux-spotify-linux/commit/79be2d41c1fab529caf41fe7d4d8cfd8ea6073aa)) +* make loop control work ([a914dce](https://github.com/Malanius/tmux-spotify-linux/commit/a914dce310d6d55833ecb23af80bddad1d08a8ba)) +* make shuffle toggle work ([07365b8](https://github.com/Malanius/tmux-spotify-linux/commit/07365b805a4d78340b620548dbf29f264cf189ea)) +* make toggle play/pause work ([e26db72](https://github.com/Malanius/tmux-spotify-linux/commit/e26db72dd93a4ed3f6a8c3236b0f6b895a449329)) +* make track switching work ([3d0be4c](https://github.com/Malanius/tmux-spotify-linux/commit/3d0be4c0de9d6cebf6f61718bf784f08078a33a8)) +* read song metadata from d-bus ([8a33f73](https://github.com/Malanius/tmux-spotify-linux/commit/8a33f73bfbf1f6e95339f30b3b1fd0dd7676d889)) +* remove apple scripts ([04b0ad4](https://github.com/Malanius/tmux-spotify-linux/commit/04b0ad4ff2f9f31990a850246281cf1823828871)) + + +### Bug Fixes + +* get rid of 127 return code ([94c8e69](https://github.com/Malanius/tmux-spotify-linux/commit/94c8e699c1aee1f53898367e9c92a945f9a22f48)) diff --git a/package.json b/package.json index ef1bfd6..09dd5f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tmux-spotify-linux", - "version": "0.0.0", + "version": "1.0.0", "description": "Tmux plugin for controlling Spotify", "author": "Malanius Privierre", "repository": {