Commit Graph

86 Commits

Author SHA1 Message Date
Samuel 97dad34df0
Ignore flake8 W503 (#706)
Patches https://gitlab.com/pycqa/flake8/-/issues/139, 
since W503 will not be removed https://gitlab.com/pycqa/flake8/-/issues/539
2020-11-08 08:56:39 +08:00
Manu 2f47c388ce
Keep version number in one place only. Clean up Makefile vars (#642) 2020-09-10 13:26:38 +08:00
Manu fcb11b4830 Bump version 2020-09-06 14:45:41 +08:00
Manu 2f68b2795c
Fix tests for PyQt 5.15 on Linux. By @samuel-w (#573) 2020-08-10 15:57:13 +08:00
Manu 09b697e395
Add error message when Borg binary is missing. Fixes #333 (#480)
* Add error message when Borg binary is missing. Fixes #333
* Test failures. Stick with PyQt 5.14 for now.
* Clarify exclude file placeholder text. Fixes #314
2020-06-01 16:02:38 +08:00
Manu 79ef4717d7
Proper dark style support and removal of style hacks (#475)
* Remove qtdarkstyle and custom fusion style.
* Support instant changes from light to dark style
* Adjust SVG icon colors on-the-fly, adjust to dark theme in real time (macOS)
* Add OS-independent dark mode detection. Fix QToolbox style after theme changes.
* Remove some unnecessary style options, like `uses_light_icon` and `use_dark_style`.
2020-05-31 19:29:26 +08:00
Manu 0b44d00f47 Bump version 2020-05-26 11:30:06 +08:00
Manu 4c0c2450bd Bump version 2020-05-26 11:09:20 +08:00
Manu facfbf29f4 Bump version to 0.6.24 2020-03-03 13:29:20 +08:00
Manu 82844a17b4
Add macOS notarization, use Github Workflows for testing (#407)
* Improve macOS packaging, add notarization.
* Properly use QApplication while testing, remove workarounds.
* Use Github Workflows instead of Travis.
* Remove outdated test workaround.
2020-03-03 13:19:36 +08:00
Manu 2e21fff768 Bump version 2019-10-10 13:17:37 +08:00
Manu 0e24bc00c2 Bump version 2019-08-03 14:13:01 +08:00
Manu 850274d0cd Bump version 2019-06-20 20:02:08 +08:00
Manu 0e25ee95d0 Bump version: 0.6.19 → 0.6.20 2019-05-16 12:20:44 +08:00
Manu 893cbc0d5c Bump version: 0.6.18 → 0.6.19 2019-04-22 15:41:53 +08:00
Manu dc9b23f911 Bump version: 0.6.17 → 0.6.18 2019-04-19 13:29:26 +08:00
Manu cfe5526a56 Bump version: 0.6.16 → 0.6.17 2019-04-14 14:48:19 +08:00
Manuel Riel b9486d003c
Add helper class to manage Borg version and supported features. (#250)
* Add helper class to manage Borg version and supported features. Fixes #205

* Add setuptools as dependency to ensure pkg_resources is available.

* Review fixes, check for ZStd support, refactor some relative imports.

* Repo-add dialog: Disable Blake2 options if not available.

* When disabling compression algos, select by value, not index.
2019-04-14 14:40:29 +08:00
Manu 13e84775bb Bump version: 0.6.15 → 0.6.16 2019-04-07 15:53:26 +08:00
Manu 3e65f451c7 Bump version: 0.6.14 → 0.6.15 2019-03-25 23:27:57 +08:00
Manu bf12aca2fb Bump version: 0.6.13 → 0.6.14 2019-03-24 18:47:31 +08:00
Manu e40f571b5e Bump version: 0.6.12 → 0.6.13 2019-03-23 19:08:08 +08:00
Manu 59f836d84c Bump version: 0.6.11 → 0.6.12 2019-03-20 18:41:17 +08:00
Manu 77c5a22ebd Bump version: 0.6.10 → 0.6.11 2019-03-19 22:25:47 +08:00
Manuel Riel a1d41612b1
Remove keyring dependency. Fixes #190. By @Hofer-Julian
* Implement secretstorage backend for DBus connection
* Use newer Ubuntu version for Travis CI testing
2019-03-06 09:37:12 +08:00
Manu 3e836d2d95 Bump version: 0.6.9 → 0.6.10 2019-02-20 17:21:04 +08:00
Manu 0294289e8f Bump version: 0.6.8 → 0.6.9 2019-02-20 17:10:17 +08:00
TW 3efecd71f3 compressor selection: add zlib, add zstd,8, descriptions, fixes #145 (#184) 2019-02-13 15:21:41 +08:00
Manu 1587acbad6 Bump version: 0.6.7 → 0.6.8 2019-02-08 12:45:00 +08:00
Manu 58383c5d62 Bump version: 0.6.6 → 0.6.7 2019-02-02 12:35:22 +08:00
Manu 253b579b06 Bump version: 0.6.5 → 0.6.6 2019-01-24 10:11:19 +08:00
Manuel Riel f2d9029984
Add light icons and dark stylesheet. Fixes #151 (#155) 2019-01-24 10:05:15 +08:00
Manu 6f5e4c5637 Bump version: 0.6.4 → 0.6.5 2019-01-15 23:26:37 +08:00
Manuel Riel 42191725b5
Smaller issues for v0.6.5 (#123)
* Clarify tray icon behavior in INSTALL.md. Fixes #111
* Rename default profile to just "Default". Fixes #116
* Remove Sentry bug reporting. Add link to Github instead. Fixes #117
* Log to terminal only when running in foreground.
2019-01-15 23:20:24 +08:00
Manu 51159c043d Bump version: 0.6.3 → 0.6.4 2019-01-06 08:23:21 +08:00
Manuel Riel 5cbdaaa15c
v0.6.4 - Custom pre/post backup commands (#104)
* Add pre/post-backup command setting. Fixes #109
* Bug fixes for #111 and #106
2019-01-06 08:22:11 +08:00
Manu e71669fe8c Bump version: 0.6.2 → 0.6.3 2018-12-25 13:54:16 +08:00
Manu 8efaaae08f Bump version: 0.6.1 → 0.6.2 2018-12-18 19:28:35 +08:00
Manu c66391e6fa Bump version: 0.6.0 → 0.6.1 2018-12-14 16:05:01 +08:00
Manu 9005beaf30 Bump version: 0.5.4 → 0.6.0 2018-12-08 18:58:19 +08:00
Manu 00760d912d Bump version: 0.5.3 → 0.5.4 2018-12-06 18:54:29 +08:00
Manu a2e9bf2886 Add own macOS Keychain implementation to avoid conflict with autostart. #81 2018-12-06 17:41:22 +08:00
Manu 5a01322d2c Bump version: 0.5.2 → 0.5.3 2018-12-05 17:06:31 +08:00
Manu 0f203101e7 Bump version: 0.5.1 → 0.5.2 2018-12-04 11:03:24 +08:00
Manuel Riel 30c6549f0f
v0.5.2 Bugfixes and new Misc Settings Tab (#71)
* Fix uneven vspace. Fixes #67

* Add Python 3.7 to Travis. Use tox to test multiple Python versions. Fixes #72

* Add command line option to avoid forking and open main window while debugging. Fixes #73

* Use slug of profile name as archive prefix. Fixes #46

* Add settings tab. Add light system tray icon option. Fixes #56 and #74

* Incorporate review by @ThomasWaldmann
2018-12-04 10:58:12 +08:00
Manu d84d158541 Bump version: 0.5.0 → 0.5.1 2018-11-30 08:44:24 +08:00
Manu 8c556a1b9f Bump version: 0.4.6 → 0.5.0 2018-11-27 19:36:31 +08:00
Thomas Waldmann 9b24a1161b flake8: fix W503 2018-11-22 21:21:52 +01:00
Manu fe72e84b3c Bump version: 0.4.5 → 0.4.6 2018-11-22 12:13:04 +08:00
Manu 84551733a2 Implement umount-command on Archive-Tab. Fixes #32 2018-11-22 12:06:10 +08:00