Skip to content

Commit

Permalink
Festival GUI v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hinto-janai committed Jan 9, 2024
1 parent 324a703 commit d29e035
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
25 changes: 16 additions & 9 deletions CHANGELOG.md
Expand Up @@ -16,15 +16,6 @@ Types of changes:


# Festival GUI Unreleased
## Added
- Show art on album title label hover ([#83](https://github.com/hinto-janai/festival/pull/83))
- `Auto Save` setting ([#84](https://github.com/hinto-janai/festival/pull/84))
- `Middle click` to copy Artist/Album/Song/Playlist text ([#85](https://github.com/hinto-janai/festival/pull/85))
- `CTRL + Middle click` to copy Artist/Album/Song PATHs ([#85](https://github.com/hinto-janai/festival/pull/85))


## Changed
- State (Tabs, specific `Album/Artist`) are now maintained across `Collection` resets if possible ([#85](https://github.com/hinto-janai/festival/pull/85))


---
Expand All @@ -42,6 +33,22 @@ Types of changes:
---


# Festival GUI v1.4.0 - 2024-01-09

## Added
- Show art on album title label hover ([#83](https://github.com/hinto-janai/festival/pull/83))
- `Auto Save` setting ([#84](https://github.com/hinto-janai/festival/pull/84))
- `Middle click` to copy Artist/Album/Song/Playlist text ([#87](https://github.com/hinto-janai/festival/pull/87))
- `CTRL + Middle click` to copy Artist/Album/Song PATHs ([#87](https://github.com/hinto-janai/festival/pull/87))


## Changed
- State (Tabs, specific `Album/Artist`) are now maintained across `Collection` resets if possible ([#85](https://github.com/hinto-janai/festival/pull/85))


---


# Festival GUI v1.3.3 - 2023-11-30
## Changed
* `FESTIVAL_FORCE_RESAMPLE` environment variable will force Festival to resample audio even if the sample rate is the same as the audio output device (Windows/macOS only)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "festival-gui"
version = "1.3.3"
version = "1.3.4"
edition = "2021"
authors = ["hinto.janai <hinto.janai@protonmail.com>"]
homepage = "https://festival.pm"
Expand Down
2 changes: 1 addition & 1 deletion gui/build.rs
Expand Up @@ -12,7 +12,7 @@ fn main() -> std::io::Result<()> {
// clicking it in the taskbar... for some reason.
res.set("FileDescription", "Festival");
res.set("ProductName", "Festival");
res.set("LegalCopyright", "Copyright (c) 2023 hinto-janai");
res.set("LegalCopyright", "Copyright (c) 2023-2024 hinto-janai");
res.compile()
}

Expand Down
2 changes: 1 addition & 1 deletion gui/mdbook/book.toml
Expand Up @@ -3,7 +3,7 @@ authors = ["hinto-janai"]
language = "en"
multilingual = false
src = "src"
title = "Festival GUI v1.3.3"
title = "Festival GUI v1.3.4"

[build]
build-dir = "docs"
Expand Down
Binary file modified gui/mdbook/docs.zip
Binary file not shown.

0 comments on commit d29e035

Please sign in to comment.