Skip to content

Commit 813389b

Browse files
committed
Updated CHANGELOG and bumped version to 0.6.1.
Updated copyright year.
1 parent 21083c1 commit 813389b

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.6.1 (2025-03-26)
4+
5+
- Launching Remote Desktop Connection application will not force the use of full screen anymore. Fixes #21.
6+
- Updated the default shortcut keys for opening Remote Desktop / PuTTY / WinSCP so that they don't conflict with the default KeePass shortcut keys.
7+
- Other code optimizations and improvements.
8+
39
## 0.6.0-rc.1 (2022-12-10)
410

511
- Added the ability to set the protocol for WinSCP. Fixes #35.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2016-2022, Cristian Stoica.
1+
# Copyright (c) 2016-2025 Cristian Stoica.
22
#
33
# This program is free software; you can redistribute it and/or
44
# modify it under the terms of the GNU General Public License

QuickConnectPlugin.Tests/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Cristian Stoica")]
1212
[assembly: AssemblyProduct("QuickConnectPlugin.Tests")]
13-
[assembly: AssemblyCopyright("Copyright © 2016-2022 Cristian Stoica")]
13+
[assembly: AssemblyCopyright("Copyright © 2016-2025 Cristian Stoica")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

QuickConnectPlugin/FormAbout.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

QuickConnectPlugin/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("Cristian Stoica")]
1212
[assembly: AssemblyProduct("KeePass Plugin")]
13-
[assembly: AssemblyCopyright("Copyright © 2016-2022 Cristian Stoica")]
13+
[assembly: AssemblyCopyright("Copyright © 2016-2025 Cristian Stoica")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.6.0")]
36-
[assembly: AssemblyFileVersion("0.6.0.0")]
35+
[assembly: AssemblyVersion("0.6.1")]
36+
[assembly: AssemblyFileVersion("0.6.1.0")]
3737
[assembly: InternalsVisibleTo("QuickConnectPlugin.Tests")]

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:
2-
QuickConnectPlugin:0.5.3
2+
QuickConnectPlugin:0.6.1
33
:

0 commit comments

Comments
 (0)