mirror of https://github.com/quasar/Quasar.git
Bump version and update changelog
This commit is contained in:
parent
1c7874e731
commit
b824795a4c
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,5 +1,17 @@
|
|||
# Quasar Changelog
|
||||
|
||||
## Quasar v1.4.1 [12.03.2023]
|
||||
* Added missing WOW64 subsystem autostart locations
|
||||
* Fixed file transfers of files larger than 2 GB
|
||||
* Fixed file transfers of empty files
|
||||
* Fixed browser credentials recovery
|
||||
* Fixed race condition on shutdown
|
||||
* Fixed IP Geolocation
|
||||
* Fixed opening remote shell sessions on non-system drives
|
||||
* Fixed incorrectly set file attributes on client installations
|
||||
* Fixed sorting of listview columns with numbers
|
||||
* Updated dependencies
|
||||
|
||||
## Quasar v1.4.0 [05.06.2020]
|
||||
* **Changed target framework to .NET Framework 4.5.2**
|
||||
* **Changed license to MIT**
|
||||
|
|
|
@ -30,5 +30,5 @@
|
|||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
// übernehmen, indem Sie "*" eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: AssemblyVersion("1.4.1")]
|
||||
[assembly: AssemblyFileVersion("1.4.1")]
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
[assembly: Guid("cfda6d2e-8ab3-4349-b89a-33e1f0dab32b")]
|
||||
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: AssemblyVersion("1.4.1")]
|
||||
[assembly: AssemblyFileVersion("1.4.1")]
|
||||
|
|
|
@ -33,5 +33,5 @@
|
|||
// 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("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: AssemblyVersion("1.4.1")]
|
||||
[assembly: AssemblyFileVersion("1.4.1")]
|
||||
|
|
|
@ -30,5 +30,5 @@
|
|||
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
// übernehmen, indem Sie "*" eingeben:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.4.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0")]
|
||||
[assembly: AssemblyVersion("1.4.1")]
|
||||
[assembly: AssemblyFileVersion("1.4.1")]
|
Loading…
Reference in New Issue