Skip to content

Commit

Permalink
Version 2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
CennoxX committed Aug 23, 2024
1 parent 215696d commit a9c11f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion QuickSearch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.38")]
[assembly: AssemblyVersion("2.39")]
2 changes: 1 addition & 1 deletion QuickSearchVersion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
QuickSearch:2.38
QuickSearch:2.39
:
9 changes: 6 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@ QuickSearch delivers instant results as you type. A password entry is a match if
You can skip step 3 by adding the following as a pre-build event to the Build Events of the KeePass project: `if "$(BuildingInsideVisualStudio)" == "true" "$(MSBuildBinPath)\msbuild.exe" "$(ProjectDir)..\..\QuickSearch\QuickSearch.csproj" /p:Configuration=$(ConfigurationName)`

## Changelog
### v2.38
- **Added**: Alternating item backgrounds in search.
- **Added**: Add placeholder text to search box.
### v2.39
- **Fixed**: Crash on missing KeeTheme.

<details>
<summary>Full Changelog</summary>

### v2.38
- **Added**: Alternating item backgrounds in search.
- **Added**: Add placeholder text to search box.

### v2.37
- **Added**: Localize the quick settings panel using KeePass localization.
- **Added**: Use search combobox items like KeePass search.
Expand Down

0 comments on commit a9c11f7

Please sign in to comment.