Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BonnyAD9 committed Sep 19, 2023
1 parent 365b78f commit 67993b9
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# CHANGELOG

## v0.4.0
- Add all options to settings including help
- Fancy volume icon
- Add option to trigger save (GUI and CLI)
- Add option to not shuffle the currently playing song
- Hide scrollbar when not necesary
- Option to reset setting to default value
- Option to modify previous behaviour (previous or rewind/previous)
- Add option to show remaining time instead of total time

### Bugfixes
- Clicking shuffle wouldn't instantly scroll to the current song
- Scrollbar sometimes wouldn't release
- Numbering in playlist starts from 1
- Songs are now loaded with correct time
- Some button text may not be fully shown
- No more ghosts
- Scrollbar buttons wouldn't work

## v0.3.0
This update was focused on a new gui.

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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uamp"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ uamp i pp
This is the output of help:
```
Welcome in uamp by BonnyAD9
Version 0.3.0
Version 0.4.0
Usage:
uamp
Expand Down Expand Up @@ -111,6 +111,9 @@ Instance actions:
rewind rw[=<Duration>]
Seeks backward by the given amout in seconds. If the parameter is not
present, seek by the default amount.
save
Triggers save (saves only if there is change)
```

## How it looks
Expand Down
2 changes: 0 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Roadmap

## v0.4.0

## v0.5.0
- Pictures
- Artists
Expand Down
17 changes: 0 additions & 17 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,18 +1 @@
# Unreleased
- Add all options to settings including help
- Fancy volume icon
- Add option to trigger save (GUI and CLI)
- Add option to not shuffle the currently playing song
- Hide scrollbar when not necesary
- Option to reset setting to default value
- Option to modify previous behaviour (previous or rewind/previous)
- Add option to show remaining time instead of total time

## Bugfixes
- Clicking shuffle wouldn't instantly scroll to the current song
- Scrollbar sometimes wouldn't release
- Numbering in playlist starts from 1
- Songs are now loaded with correct time
- Some button text may not be fully shown
- No more ghosts
- Scrollbar buttons wouldn't work

0 comments on commit 67993b9

Please sign in to comment.