[general]
name=Another Autosaver
qgisMinimumVersion=3.16
qgisMaximumVersion=4.99
description=Periodically checks the current project for unsaved changes and always asks whether to save only, save and create a timestamped backup, or do nothing.
about=Another Autosaver and Backuper checks the current QGIS project at a configurable interval for unsaved changes. Whenever there are some, it asks: save only, save and create an additional timestamped backup copy in a backup subfolder, or do nothing. Nothing is ever written silently. The interval, the number of backups to keep and the backup subfolder name are configurable from the plugin's Settings dialog. Compatible with QGIS 3.x (Qt5) and QGIS 4.x (Qt6).
version=1.2.0
author=Claude Widmer
email=claude.widmer@gmx.ch
changelog=1.2.0
    - New: "About..." menu entry showing author, email, website and GitHub link.
    - Fixed: the periodic "Save + backup" no longer triggers a false "project changed on disk" warning on the next save (saves through QGIS's own Save action instead of writing the project file directly).
    - Fixed a crash on load (AttributeError: QMessageBox has no attribute 'ApplicationModal') caused by looking up a Qt enum on the wrong class.
    - Fixed translations never being applied due to a mismatched translation context name (AnotherAutosaverAndBackuper vs. AnotherAutosaver).
    - metadata.txt tracker/repository/homepage links corrected to point to this repo.
    1.1.0
    - Behavior change: the periodic check no longer autosaves silently. It always asks: save only, save + backup, or do nothing.
    - Fixed a plugin load error caused by a class name mismatch between __init__.py and plugin.py.
    - Fixed the translator loading the wrong .qm filename (never matched, so translations were never applied).
    1.0.0
    - Initial release: configurable autosave interval, configurable backup-prompt interval, backup pruning, English/German UI.

tags=autosave,backup,save,project,productivity

homepage=https://www.claudewidmer.ch/another-autosaver
tracker=https://github.com/widmerc/another-autosaver/issues
repository=https://github.com/widmerc/another-autosaver

category=Plugins
icon=icon.png

experimental=False
deprecated=False
hasProcessingProvider=No
server=False
