Skip to content

Commit cbda774

Browse files
committed
chore: release 0.1.1
1 parent e71e9e6 commit cbda774

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [0.1.1] - 2026-04-19
11+
12+
### Fixed
13+
- Backup directory creation failing when mounted volume is owned by root - container now runs entrypoint as root, fixes permissions, then switches to appuser
14+
- Version number corrected in package.json and Sidebar UI (was 0.0.0 / 1.0.0)
15+
16+
---
17+
1018
## [0.1.0] - 2026-04-18
1119

1220
### Added

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

frontend/src/components/layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function Sidebar() {
154154
className="flex items-center justify-between"
155155
style={{ color: 'var(--text-muted)', opacity: 0.45, fontSize: '0.7rem', textDecoration: 'none' }}
156156
>
157-
<span>v1.0.0 · GitHub</span>
157+
<span>v0.1.1 · GitHub</span>
158158
<Github className="w-3 h-3" />
159159
</a>
160160
</div>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>tech.nomad4</groupId>
1212
<artifactId>backup-manager</artifactId>
13-
<version>0.1.0</version>
13+
<version>0.1.1</version>
1414
<name>backup-manager</name>
1515
<description>backup-manager</description>
1616
<url/>

0 commit comments

Comments
 (0)