From 4384cd72b5cf4acc0a2e54c7a51edd196843eb2e Mon Sep 17 00:00:00 2001 From: The Noah Date: Mon, 22 Jul 2024 21:22:39 -0500 Subject: [PATCH] chore: v0.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e11aff8..780090b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.5.0](https://github.com/The-Noah/steam-screenshot-organizer/releases/tag/v0.5.0) - 2024-07-23 + +### Details + +#### Added + +- Add prompt to run at startup by @The-Noah +- Add executable icon by @The-Noah +- Add dialog when done updating + +#### Changed + +- Don't add to startup if already added by @The-Noah +- Rename debug command to info by @The-Noah + +#### Removed + +- Remove old code by @The-Noah + ## [v0.4.0](https://github.com/The-Noah/steam-screenshot-organizer/releases/tag/v0.4.0) - 2024-07-11 ### Details diff --git a/Cargo.lock b/Cargo.lock index 8f9b376..cff0412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "steam-screenshot-organizer" -version = "0.4.0" +version = "0.5.0" dependencies = [ "notify", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 91e662f..4c9aad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steam-screenshot-organizer" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Noah Dunbar "]