diff --git a/QuickSearch/Properties/AssemblyInfo.cs b/QuickSearch/Properties/AssemblyInfo.cs index e960701..473243e 100644 --- a/QuickSearch/Properties/AssemblyInfo.cs +++ b/QuickSearch/Properties/AssemblyInfo.cs @@ -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")] diff --git a/QuickSearchVersion.txt b/QuickSearchVersion.txt index f625d7c..4d87abc 100644 --- a/QuickSearchVersion.txt +++ b/QuickSearchVersion.txt @@ -1,3 +1,3 @@ : -QuickSearch:2.37 +QuickSearch:2.38 : diff --git a/Readme.md b/Readme.md index b230a94..efcdbaa 100644 --- a/Readme.md +++ b/Readme.md @@ -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. + +
+Full Changelog + ### v2.37 - **Added**: Localize the quick settings panel using KeePass localization. - **Added**: Use search combobox items like KeePass search. @@ -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. -
-Full Changelog - ### v2.36 - **Changed**: Shortcut to activate search box now `CTRL+E`. - **Changed**: Use modern default colors.