File cronopete.changes of Package cronopete
-------------------------------------------------------------------
Tue Jul 1 15:19:25 UTC 2025 - malcolmlewis@opensuse.org
- Updated to version 4.18.0:
* Allows to ignore warnings
- Changes from version 4.17.0:
* Create destination folder if it doesn't exist during
restoration.
- Changes from version 4.16.0:
* Removed obsolete APIs.
* Only keep one notification at most.
* Fix status-icon menu; now the status is correctly updated.
* If there is no free space, fully cancel current backup and
start over.
* Don't hide the restoring interface during file restoration.
* Several status can be asked using DBus.
- Drop deprecated %%suse_update_desktop_file and Group from spec
file.
-------------------------------------------------------------------
Fri May 20 23:50:06 UTC 2022 - malcolmlewis@opensuse.org
- Updated to version 4.15.1:
* Removed unneeded GSL dependency.
- Changes from version 4.15.0:
* Now checks that RSYNC is correctly installed.
-------------------------------------------------------------------
Sun Dec 26 17:57:57 UTC 2021 - malcolmlewis@opensuse.org
- Updated to version 4.14:
* Support Libayatana-appindicator.
* Allows to disable backing up extended attributes.
- Changes from version 4.13.0:
* Show a message when the disk has been unmounted correctly and
can be disconnected.
* Added license to the RPM package.
- Rebase cronopete-cmake-libexec.patch.
- Add build requires for ayatana-appindicator3 support.
-------------------------------------------------------------------
Thu Apr 29 16:41:31 UTC 2021 - malcolmlewis@opensuse.org
- Updated to version 4.12.0 (2019/10/11):
+ Don't show warning if a file vanishes.
+ Removed FORK to have two processes.
+ Removed timed retry when there is another cronopete process;
just exits.
+ Now allows to copy to the clipboard the log.
- Update source URL as moved to Gitlab.
- Add cronopete-cmake-libexec.patch: Add option to set libexec
directory.
-------------------------------------------------------------------
Fri Sep 13 10:20:44 UTC 2019 - Nicolas Rochard <nrochard@gmail.com>
- Update to 4.11.0
Changes fromversion 4.11.0 (2019/07/22)
* Detect and notify if the destination disk is too small for backups
Changes fromversion 4.10.0 (2019/07/14)
* Don't backup .cache, .dbus, .gvfs or .var/app/*/cache folders
* Allows to quit cronopete
* Adjusted some texts in the UI
-------------------------------------------------------------------
Wed Jun 5 09:28:46 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 4.9.0
- Remove obsolete patch:
* cronopete-unset-compiler-flags.patch
Changes from version 4.9.0 (2019/05/05)
* Fixed full disk detection: now, if the disk gets full, it will delete old backups
Ensures that, at least, will backup the personal folder if leaved unconfigured
* Fixed some translations
* Updated .desktop files texts
Changes from version 4.8.0 (2019/04/20)
* Now shows an alert if there is a problem during backup
* Now the warning and error messages are shown in color as expected
* Updated to Autovala 1.14 (doesn't require python for being compiled with meson)
* Speeded up the rotating arrow
Changes from version 4.7.0 (2019/02/15)
* Now doesn't keep stuck trying to delete an old backup which contains one or more files/folders without writting permissions
* Also now doesn't fill the log with errors when that happens
* Now detects when the destination folder is read-only and doesn't fail
* Refactored code to make use of asynchronous functions
Changes from version 4.6.0 (2018/09/07)
* Now doesn't fail if there are blank spaces in the disk name
Changes from version 4.5.1 (2018/08/25)
* Can be compiled only with Vala 0.36 or later
* Updated Czech translation
Changes from version 4.5.0 (2018/08/09)
* Added extra initialization code
-------------------------------------------------------------------
Fri Jul 13 17:48:14 UTC 2018 - nrochard@gmail.com
Changes from 4.4.0:
* Added remote control for unmounting the backup disk
Changes from 4.3.0:
* Now allows to unmount the backup drive
* Now shows more information about the drive when formatting a disk to be used for backup
* Updated translations
Changes from 4.2.0:
* Now only sets low priority to RSYNC itself, not to the whole program
* Better management of external disks with UDisks2
* Now the format doesn't fail if it last too much time
* Fixed french translation (thanks to Maieul)
* Now doesn't show CDROMs or Squashfs file systems
Changes from 4.1.1:
* Allows to open an specific folder to restore files (allows to integrate with file managers)
* Preliminar integration with Nautilus
Changes from 4.1.0:
* Now detects better the external disks
Changes from version 4.0.1:
* Updated GL translation
Changes from version 4.0.0:
* Code refactorization
* Now utilizes RSYNC instead of own code
* Allows to go to a date in the restore interface by clicking in the timeline
* Shows dates in the timeline when restoring files
* Now remembers whether the user preffers an icon view or an icon list in the restore window
* Allows to sort the files and folders in the restore window by clicking on the column name
* Shows the file type in the restore window and allows to sort by file type
* Added extra security checks when deleting old backups
* Now ensures that half-deleted old backups won't interfere with the restoring window, and won't be used as base for a backup
* Uses the current Gtk fonts in the restore interface
* Ensures that the main "cronopete" folder is writable by anyone, to allow to use the same disk by several users in the same computer
* Ensures that the backup folder for each user is readable and writable ONLY by the owner, to ensure security and privacy
* Now deletes the old backups after doing the backup, not before, to ensure to make the first backup as soon as possible
* Architecture designed to allow the use of new backends in an easier way
* Now shows the capacity in GB instead of Gib
* Uses colors when showing warning and error messages in the log
* Experimental backend for backing up to a "folder" instead of an "external disk"
Changes from version 3.27.0:
* Now ignores backups "from the future" to avoid troubles when creating new backups or listing them
Changes from version 3.26.2:
* Added German translation
Changes from version 3.26.1:
* Added french translation
-------------------------------------------------------------------
Sat Jul 22 15:42:19 UTC 2017 - malcolmlewis@opensuse.org
- Updated to version 3.26.0:
* Code cleanup that should fix the folders with odd names.
- Changes from version 3.25.0:
* Now shows an error if trying to restore files without the backup
disk.
* Translation updates.
- Changes from version 3.24.0:
* Now the restored file is the original one if there is no file
with that name in the destination folder.
* Fixed the bookmarks and the path buttons in the restore
interface.
* Now doesn't fail to restore files when the destination folder
doesn't exist.
- Changes from version 3.23.0:
* Now supports external drives with blank spaces in their name.
- Changes from version 3.22.0:
* Now ensures that it doesn't die accidentally.
* Fixed a coding bug with internal IPC.
- Add cronopete-unset-compiler-flags.patch: Let cmake macros set the
compiler flags to use.
-------------------------------------------------------------------
Tue Oct 11 13:26:23 UTC 2016 - malcolmlewis@opensuse.org
- Initial build.