From d8c541630ec850d8f8ca8a6bbc6810afe4e5f1a0 Mon Sep 17 00:00:00 2001 From: Purrie Date: Thu, 15 Feb 2024 11:34:26 +0100 Subject: [PATCH] v0.5.2 --- CHANGELOG | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- ROADMAP.org | 4 ---- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4dff46..f80500f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 01ade4d..3fc1c2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2841,7 +2841,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "token-maker" -version = "0.5.1" +version = "0.5.2" dependencies = [ "dirs", "iced", diff --git a/Cargo.toml b/Cargo.toml index 9363c1a..7fd391a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/ROADMAP.org b/ROADMAP.org index a9d2623..08ab2d2 100644 --- a/ROADMAP.org +++ b/ROADMAP.org @@ -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.