Skip to content

Commit 45b6692

Browse files
committed
Update Changelog
1 parent 72ac125 commit 45b6692

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

CHANGELOG

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22
## Planned ahead
33
! Operation center must be able to create scheduled tasks for every operation
44

5+
## 3.0.2
6+
#### Features
7+
- Implement --no-lock paramater
8+
- Viewer: Automatically adds --no-lock
9+
- NTP maximum offset is now configurable at compile time
10+
- Implement a filter for Rclone debug messages, Fixes #132
11+
- Reimplement cloud file exclusion for windows since it's now included in restic 0.18.0
12+
- GUI: Show sources with missing / irregular / link files
13+
14+
#### Fixes
15+
- Fix NTP server potential error message when offset cannot be computed
16+
- Don't throw an error on missing metrics backup size
17+
- GUI: Fix when setting empty strings for byte values
18+
- GUI: Add missing inheritance checks for prune settings
19+
- GUI: Don't fail on non existing source path checks, fixes #157
20+
21+
#### Misc
22+
- Remove double logging when debugging is active
23+
- Operations now don't check if repository is initialized anymore by running snapshots command
24+
- Config file version check is now subversion aware
25+
- Update Nuitka compiler to 2.6.9
26+
- Update restic binary to 0.18.0 compiled with go1.24.1;
27+
- Update legacy build process
28+
- Added special restic legacvy binary to 0.18.0 compiled with go1.24.2-win7sup7
29+
- Added restic legacy build script
30+
- Drop Python 3.7 support (except for ARM builds)
31+
- Also generate Windows 64-bit legacy builds
32+
- Set default minimum_backup_age to 23h55 (see #162)
33+
34+
## 3.0.1
35+
36+
#### Features
37+
- Enable prune tuning parameters
38+
- Add housekeeping after backup run chance parameter
39+
- Add auto upgrade run chance parameter
40+
- Configuration file checks are now subversion aware
41+
- Allow partial configuration files (missing default repo / group)
42+
43+
#### Fixes
44+
- Missing specified backup paths won't trigger errors (backend behavior), see #151
45+
- Updated Grafana Dashboard: fixed variable gathering from wrong metric name)
46+
- CLI: Fix --prune-max (deprecated)
47+
- CLI: Add --prune max (replaces --prune-max)
48+
- CLI: Fix --policy not allowed in group operations
49+
- GUI: Fix CTRL+C triggers and error, #125
50+
- GUI: Fix showing inheritance icon on entries wiith units, #148
51+
- GUI: Permission set button should be red if no permission set
52+
- GUI: Default units should be IEC bytes, like restic backend, fixes #143
53+
- Fix for textcollector & push gateway data being overwritten in group operations mode, #150
54+
- Dissociate minimum backup size error from absent backup error, #141
55+
56+
#### Misc
57+
- GUI: General UX and cosmetic fixes
58+
559
## 3.0.0
660
- This is a major rewrite that allows using multiple repositories, adds repository groups and implements repository settings inheritance from group settings
761

0 commit comments

Comments
 (0)