Skip to content

Commit

Permalink
Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Nov 20, 2023
1 parent 7eb9c65 commit 180f0a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/UiAdjustment/FastSearch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace SimpleTweaksPlugin.Tweaks.UiAdjustment;
[TweakAuthor("Asriel")]
[TweakAutoConfig]
[TweakReleaseVersion("1.9.2.0")]
[Changelog(UnreleasedVersion, "Fix random ordering (results are now always in the same order)")]
[Changelog("1.9.2.1", "Fix random ordering (results are now always in the same order)")]
public unsafe class FastSearch : UiAdjustments.SubTweak {
public class FastSearchConfig : TweakConfig {
[TweakConfigOption("Use Fuzzy Search")]
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.9.2.2
***Tweak Changes***
- **`Fast Item Search`** - Fix random ordering (results are now always in the same order)


## 1.9.2.1
***Tweak Changes***
- **`Always Yes`** - Added support for Blunderville exit dialog.
Expand Down

0 comments on commit 180f0a3

Please sign in to comment.