Skip to content

Latest commit

 

History

History
109 lines (58 loc) · 7 KB

CHANGELOG.md

File metadata and controls

109 lines (58 loc) · 7 KB

Changelog

0.7.2 (2023-09-26)

Bug Fixes

  • stale locks: fix stale locks detection (4ebfa87), closes #107

0.7.1 (2023-02-16)

Documentation

  • README.md: remove space before ':' (0773da9)
  • server: doc how to run on a server as root (025853c), closes #45

0.7.0 (2023-02-09)

Features

  • 1st run: auto-init the repo if needed and no previous backup (1b56384), closes #12

Documentation

0.6.1 (2023-02-09)

Bug Fixes

  • py<3.8: remove f-string with equal specifier (de5e9a6), closes #97

0.6.0 (2023-02-07)

Features

  • PyPI: release package to PyPI as CD (a963c75), closes #20

Bug Fixes

  • package: add missing dependencies (6f9442a), closes #90
  • package: fix build & fix .desktop file (e99ec86), closes #20
  • release: fix release-please and release to PyPI workflow (b377391)
  • restic_backup.py: fix error handling (f5bb05b), closes #57
  • typo: fix #53 (34b31d3)
  • vscode: fix non-sense config (c3099cb)

Documentation

  • for devs: update how to publish on PyPI (manualy) (2565808)
  • README.md: add common project badges (750fc07)

0.5.1 (2022-11-30)

Bug Fixes

  • pidfile: fix to run on server (4eebd69), closes #51

0.5.0 (2022-11-29)

Features

  • --no-gui: app able to run on a server with no GUI (d8c2276), closes #14
  • logging: auto rotation every 30 days (24e8ad7), closes #5
  • pixmaps: renaming (8871098)
  • pre-backup hook: run pre_backup script when present (2f15847), closes #15
  • quit: clean stop restic process if any (0178fd6), closes #6
  • repo lock: auto-unlock when locked since 30+ minutes (6ab6c42), closes #6 #10

Bug Fixes

  • repo lock: add missing state message (1311524)
  • version: fix auto-generated release-please 0.4.0 (9c6824d)
  • version: fix auto-generated release-please 0.4.0 (ae8daf3)

0.4.0 (2022-11-28)

Features

  • pixmaps: renaming (8871098)
  • quit: clean stop restic process if any (0178fd6), closes #6
  • repo lock: auto-unlock when locked since 30+ minutes (6ab6c42), closes #6 #10

Bug Fixes

  • version: fix auto-generated release-please 0.4.0 (ae8daf3)

0.3.0 (2022-11-01)

Refactor

0.2.0 (2022-10-07)

Features

  • --no-gui: app able to run on a server with no GUI (d8c2276), closes #14
  • logging: auto rotation every 30 days (24e8ad7), closes #5