Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Dec 31, 2023
1 parent 2d8afd6 commit 903f9e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(spotify-qt-lib LANGUAGES CXX VERSION 0.8)
project(spotify-qt-lib LANGUAGES CXX VERSION 0.9)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
19 changes: 19 additions & 0 deletions lib/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Versions use major.minor scheming. New versions are released together with spoti
* Minor releases contain minor changes and bug fixes and should never require changes to be made.
* Pre-release and beta releases may contain breaking changes, even if it's a minor release.

## v0.9 (spotify-qt v3.11)
* `player_action` now implements `std::hash`.
* `spt::api::saved_tracks`, `spt::api::playlist_tracks` now expects a paged callback.
* Added `album_shape`, `library_layout`, `position` enums.
* Added `general.ignore_unavailable_index`.
* Added `qt.library_layout`.
* Added `qt.toolbar_position`.
* Added `qt.album_shape`.
* Added `spotify.additional_arguments`.
* Added `spt::api::queue`.
* Added `paged_callback`.
* Added `spt::page`.
* Added `spt::playback::is_valid()`.
* Added `spt::queue`.
* Added `spt::request::get_page`.
* Added `spt::to_relative_url()`.
* Added `developer_mode::add_experiment` and `developer_mode::is_experiment_enabled`.
* Removed `spt::playlist::tracks_href`.

## v0.8 (spotify-qt v3.10)
* `crash_info::timestamp` is now an `unsigned long`.
* `account.last_refresh` is now an `unsigned long`.
Expand Down

0 comments on commit 903f9e2

Please sign in to comment.