Skip to content

Commit

Permalink
#225: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Jun 19, 2023
1 parent c272ae0 commit 3064be4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

* Added:
* Option to filter scan results by change status (new/updated/unchanged/unscanned).
* Fixed:
* For Lutris roots, the `<base>` placeholder was resolved generically
instead of using the Lutris-specific logic.
Expand Down
2 changes: 1 addition & 1 deletion src/lang.rs
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ impl Translator {
game_filter::Change::New => "label-new",
game_filter::Change::Updated => "label-updated",
game_filter::Change::Unscanned => "label-unscanned",
game_filter::Change::Unchanged => "label-Unchanged",
game_filter::Change::Unchanged => "label-unchanged",
})
}

Expand Down

0 comments on commit 3064be4

Please sign in to comment.