Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hughes committed May 11, 2021
1 parent 5ee8b27 commit 017c392
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.2.0 (2021-05-11)
- Adds new keybindings for scrolling up/down a quarter of the page,
scrolling a full page up/down, and scrolling to the top or bottom
(thanks to contributor [a-kenji](https://github.com/a-kenji))
- Adds support for customizable colors
- This is a backwards-compatible change and does not require any
modification; however, if you wish to customize the colors after
upgrading, you will need to [update your config.toml file](https://github.com/jeff-hughes/shellcaster/blob/master/config.toml)
to add the new options under the "colors" section
- Filenames of downloaded files now include the publication date, which
reduces potential conflicts with rebroadcasted episodes
- Bug fix:
- Fixed issue with "removed" episodes reappearing after syncing the
podcast again
- Some minor performance improvements, particularly when loading the app

## v1.1.0 (2020-12-01)
- Help menu showing the current keybindings (accessible by pressing
"?" by default)
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 = "shellcaster"
version = "1.1.0"
version = "1.2.0"
authors = ["Jeff Hughes <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 017c392

Please sign in to comment.