Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
purrie committed Feb 15, 2024
1 parent c1b521f commit d8c5416
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.5.2
- Added image preview to file browser
- Added ability to create folders in file browser
- Portrait template no longer adds frame modifier automatically

# v0.5.1
- Added file browser quick access list for common system paths
- Added favorite locations to the file browser, allowing saving custom paths
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 = "token-maker"
version = "0.5.1"
version = "0.5.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 0 additions & 4 deletions ROADMAP.org
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ Just a way to quickly add and set up the workspace with basic defaults for speci
- [ ] Using image from drive in background modifier seems bugged

* File browser
- Rewrite as an Iced Widget
- Bookmarks for easier navigation
- Image preview area to allow user to see the selected image file
- Ability to make folders

* Icons
Button text should be replaced with icons when it makes sense. Which would primarily mean header buttons.
Expand Down

0 comments on commit d8c5416

Please sign in to comment.