mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-22 01:47:24 +00:00
Small change in 2.1.0 changelog
This commit is contained in:
parent
5abf6a551f
commit
d5606ffe27
@ -2,12 +2,13 @@ megacmd (2.1.0) stable; urgency=low
|
||||
|
||||
* FUSE (beta): Added fuse commands on Linux to allow your MEGA folders to be directly mounted to your local drive
|
||||
* Delayed sync uploads: Introduced a mechanism to delay very frequent sync uploads, and the sync-config command
|
||||
* Logging: Confidential info is now redacted from the logs, rotating config is read from megacmd.cfg, and other fixes and refinements
|
||||
* Logging: Messages are now printed in standard error, the rotating logger is now configurable and more verbose by default, passwords are now redacted from the logs, and other fixes and refinements
|
||||
* Fixed a crash when auto-completing a local folder that doesn't exist
|
||||
* Fixed the confirmcancel command incorrectly reporting failure on success
|
||||
* Other fixes and improvements to enhance reliability and performance
|
||||
|
||||
-- MEGA Team <linux@mega.co.nz> Wed, 19 Mar 2025 10:52:43 +0100
|
||||
-- MEGA Team <linux@mega.co.nz> Wed, 19 Mar 2025 12:22:45 +0100
|
||||
|
||||
|
||||
megacmd (2.0.0) stable; urgency=low
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
Wed Mar 19 10:52:49 AM CET 2025 - linux@mega.co.nz
|
||||
Wed Mar 19 12:22:58 PM CET 2025 - linux@mega.co.nz
|
||||
- Update to version 2.1.0:
|
||||
* FUSE (beta): Added fuse commands on Linux to allow your MEGA folders to be directly mounted to your local drive
|
||||
* Delayed sync uploads: Introduced a mechanism to delay very frequent sync uploads, and the sync-config command
|
||||
* Logging: Confidential info is now redacted from the logs, rotating config is read from megacmd.cfg, and other fixes and refinements
|
||||
* Logging: Messages are now printed in standard error, the rotating logger is now configurable and more verbose by default, passwords are now redacted from the logs, and other fixes and refinements
|
||||
* Fixed a crash when auto-completing a local folder that doesn't exist
|
||||
* Fixed the confirmcancel command incorrectly reporting failure on success
|
||||
* Other fixes and improvements to enhance reliability and performance
|
||||
|
@ -27,7 +27,7 @@ namespace megacmd {
|
||||
const char * const megacmdchangelog =
|
||||
"FUSE (beta): Added fuse commands on Linux to allow your MEGA folders to be directly mounted to your local drive""\n"
|
||||
"Delayed sync uploads: Introduced a mechanism to delay very frequent sync uploads, and the sync-config command""\n"
|
||||
"Logging: Confidential info is now redacted from the logs, rotating config is read from megacmd.cfg, and other fixes and refinements""\n"
|
||||
"Logging: Messages are now printed in standard error, the rotating logger is now configurable and more verbose by default, passwords are now redacted from the logs, and other fixes and refinements""\n"
|
||||
"Fixed a crash when auto-completing a local folder that doesn't exist""\n"
|
||||
"Fixed the confirmcancel command incorrectly reporting failure on success""\n"
|
||||
"Other fixes and improvements to enhance reliability and performance"
|
||||
|
Loading…
x
Reference in New Issue
Block a user