Skip to content

Commit

Permalink
Version 2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
CennoxX committed Oct 8, 2024
1 parent 02a7aa3 commit 2649a7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.40")]
[assembly: AssemblyVersion("2.41")]
2 changes: 1 addition & 1 deletion QuickSearchVersion.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:
QuickSearch:2.40
QuickSearch:2.41
:
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +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.40
- **Fixed**: Show previously partially cut off text in options.
### v2.41
- **Fixed**: `CTRL+E` was captured globally

<details>
<summary>Full Changelog</summary>
### v2.40
- **Fixed**: Show previously partially cut off text in options.

### v2.39
- **Fixed**: Crash on missing KeeTheme.
Expand Down

0 comments on commit 2649a7e

Please sign in to comment.