chore: Prepare for release 1.3.2

This commit is contained in:
Henrik Friedrichsen
2025-11-11 10:49:50 +01:00
committed by GitHub
parent 6d703deac3
commit 2c3e9c0eed
3 changed files with 9 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [1.3.2]
### Fixed ### Fixed
@@ -261,6 +261,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Albums with more than 50 songs not showing all the songs when viewed in the library - Albums with more than 50 songs not showing all the songs when viewed in the library
- Bug that could cause items to not load until the screen is filled on bigger screens - Bug that could cause items to not load until the screen is filled on bigger screens
[1.3.2]: https://github.com/hrkfdn/ncspot/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/hrkfdn/ncspot/compare/v1.3.0...v1.3.1 [1.3.1]: https://github.com/hrkfdn/ncspot/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/hrkfdn/ncspot/compare/v1.2.2...v1.3.0 [1.3.0]: https://github.com/hrkfdn/ncspot/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/hrkfdn/ncspot/compare/v1.2.1...v1.2.2 [1.2.2]: https://github.com/hrkfdn/ncspot/compare/v1.2.1...v1.2.2

12
Cargo.lock generated
View File

@@ -1506,11 +1506,11 @@ dependencies = [
[[package]] [[package]]
name = "home" name = "home"
version = "0.5.11" version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [ dependencies = [
"windows-sys 0.59.0", "windows-sys 0.61.2",
] ]
[[package]] [[package]]
@@ -2294,7 +2294,7 @@ dependencies = [
[[package]] [[package]]
name = "ncspot" name = "ncspot"
version = "1.3.1" version = "1.3.2"
dependencies = [ dependencies = [
"arboard", "arboard",
"chrono", "chrono",
@@ -4013,9 +4013,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.109" version = "2.0.110"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "ncspot" name = "ncspot"
readme = "README.md" readme = "README.md"
version = "1.3.1" version = "1.3.2"
description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes." description = "ncurses Spotify client written in Rust using librespot, inspired by ncmpc and the likes."
exclude = ["images/**"] exclude = ["images/**"]
keywords = ["spotify", "ncurses", "librespot", "terminal"] keywords = ["spotify", "ncurses", "librespot", "terminal"]