Skip to content

Commit

Permalink
Version 2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
CennoxX committed Aug 22, 2024
1 parent ace9940 commit f92803e
Show file tree
Hide file tree
Showing 3 changed files with 9 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.37")]
[assembly: AssemblyVersion("2.38")]
2 changes: 1 addition & 1 deletion QuickSearchVersion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
QuickSearch:2.37
QuickSearch:2.38
:
10 changes: 7 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ 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.

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

### v2.37
- **Added**: Localize the quick settings panel using KeePass localization.
- **Added**: Use search combobox items like KeePass search.
Expand All @@ -74,9 +81,6 @@ You can skip step 3 by adding the following as a pre-build event to the Build Ev
- **Fixed**: Group search and exclude expired entries in some cases.
- **Fixed**: Groupbox color with the dark theme from the KeeTheme plugin.

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

### v2.36
- **Changed**: Shortcut to activate search box now `CTRL+E`.
- **Changed**: Use modern default colors.
Expand Down

0 comments on commit f92803e

Please sign in to comment.