Skip to content

Commit

Permalink
AU: 1 updated - keepass-rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Jan 3, 2024
1 parent 7932506 commit 61772b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions keepass-rpc/keepass-rpc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>keepass-rpc</id>
<version>1.15.1</version>
<version>1.16</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/keepass-rpc</packageSourceUrl>
<owners>flcdrg</owners>
<title>KeePass RPC Plugin</title>
Expand All @@ -19,15 +19,11 @@
<tags>keepass keefox keepassrpc plugin</tags>
<summary>KeePassRPC plugin that needs to be installed inside KeePass in order for KeeFox to be able to connect your browser to your passwords</summary>
<description>KeePassRPC plugin that needs to be installed inside KeePass in order for KeeFox to be able to connect your browser to your passwords </description>
<releaseNotes>- Requires KeePass 2.48+
- Add support for new custom config format in KeePass 2.54 (fixes being unable to manage existing client connections via the GUI)
- Improve readability on Linux (mono) dark themes
- Prevent accidental editing of dropdown select values
- Fix crash when pressing Del on keyboard in Form field list box with no item selected
- Fix crashes on Mono when trying to show a message
- Stops KeePass menus growing too large when used over an RDP connection

**Full Changelog**: https://github.com/kee-org/keepassrpc/compare/v1.14.0...v1.15.1</releaseNotes>
<releaseNotes>* Fix bug where Username fields sometimes changes to "radio" type
* Remove defunct Priority text box
* Remove the context menu shortcut that set Kee home group (but could not unset it)
* Fix incorrect minimum version metadata in PLGX (2.48 is still the minimum KeePass version)
</releaseNotes>
<dependencies>
<dependency id="keepass" version="2.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions keepass-rpc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

. "${toolsDir}\common.ps1"

$url = 'https://github.com/kee-org/keepassrpc/releases/download/v1.15.1/KeePassRPC.plgx'
$checksum = '9caf76b48e376c6b87dfc12dee195e18aebd21daa664380b7cd7e6a8295ab56b'
$url = 'https://github.com/kee-org/keepassrpc/releases/download/v1.16.0/KeePassRPC.plgx'
$checksum = 'a7975896e0ab5c02a1061966eac43741013780b309cc466c1d7c069d5797168b'

$packagePath = $(Split-Path -parent $toolsDir)
$downloadPath = Join-Path $packagePath "KeePassRPC.plgx"
Expand Down

0 comments on commit 61772b6

Please sign in to comment.