Skip to content

Commit

Permalink
chore: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Noah committed Jul 23, 2024
1 parent 0ed8af6 commit 4384cd7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 = "steam-screenshot-organizer"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["Noah Dunbar <[email protected]>"]

Expand Down

0 comments on commit 4384cd7

Please sign in to comment.