Skip to content

Commit aab1a70

Browse files
docs: add changelog and remove tags
1 parent 669e77e commit aab1a70

19 files changed

Lines changed: 59 additions & 36 deletions

docs/content/changelog.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ title: Release Notes
55
weight: 8
66
---
77

8+
# v0.30.0 (2025-04-04)
9+
10+
## 🌱 Spring release 🌸
11+
12+
### ⚠️ Breaking change
13+
14+
Until this release, the `user` scheduling permission was broken. With `systemd` or the default macOS scheduler, the permission functioned as `user_logged_on`, running the profile only when the user was logged in.
15+
16+
This issue is now fixed for new schedules.
17+
18+
To update existing schedules, run `unschedule` and then `schedule` again.
19+
20+
For `systemd`, resticprofile requires root privileges (via sudo) to schedule with `user` permission, as it now uses a system unit running as the user.
21+
22+
### Scheduler
23+
24+
Scheduling has been significantly improved with the ability to read existing schedules. The `status` and `unschedule` commands now detect any resticprofile schedules from the selected configuration file, even if the profile is no longer present.
25+
26+
Due to recent error reports, Windows Task Scheduler integration has been completely rewritten to use the `schtasks` CLI tool.
27+
28+
### Other
29+
30+
- Fixed issue with non-existent battery reported on recent Mac desktop hardware.
31+
- Added support for Restic 0.18.
32+
- Included pre-built binary for Windows on ARM64.
33+
- Upload Resticprofile container to GitHub Container Registry.
34+
835
# v0.29.1 (2025-02-06)
936

1037
## ❄️ Small maintenance release ☃️
@@ -23,7 +50,7 @@ Not much going on in this maintenance release while I'm still working on a big r
2350

2451
# v0.29.0 (2024-10-28)
2552

26-
## 🧙🏻‍♀️ Halloween edition 🎃
53+
## 🧙🏻‍♀️ Halloween edition 🎃
2754

2855
- Finally a long standing bug was fixed in this version: use proper `nice` and `ionice` values on `systemd` scheduled tasks.
2956
- Also the last chunk of work for the configuration `v2`: we can now schedule groups!

docs/content/configuration/copy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Copy command"
3-
tags: ["v0.18.0", "v0.26.0"]
43
weight: 17
54
---
65

docs/content/configuration/http_hooks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "HTTP Hooks"
3-
tags: ["v0.18.0"]
43
weight: 22
54
---
65

docs/content/configuration/include.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Includes"
3-
tags: ["v0.18.0"]
43
weight: 15
54
---
65

docs/content/configuration/jsonschema/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "JSON schema"
3-
tags: ["v0.21.0"]
43
weight: 55
54
---
65

docs/content/configuration/logs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Logs"
3-
tags: ["v0.21.0"]
43
weight: 45
54
---
65

docs/content/configuration/priority.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Priority"
3-
tags: ["v0.27.0"]
43
weight: 35
54
---
65

docs/content/configuration/sleep.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Preventing system sleep"
3-
tags: ["v0.19.0"]
43
weight: 40
54
---
65

docs/content/configuration/v2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "Configuration v2 proposal"
3-
tags: ["v1.0.0"]
43
weight: 60
54
---
65

docs/content/schedules/_index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ profile:
9292

9393
{{% /tab %}}
9494
{{< /tabs >}}
95+
96+
97+
## More information
98+
99+
{{% children %}}

0 commit comments

Comments
 (0)