Skip to content

Commit f151f0b

Browse files
Small style improvements.
1 parent ae1f2ff commit f151f0b

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CHANGELOG.md

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

1313
- Enhanced `-d` parameter: Added support for custom disk labels or UUIDs to override default locations. Multiple targets can be specified as a CSV list. (a9699ab)
1414

15-
1615
### Changed
1716

1817
- Improved automated search for backup target partitions: The script now also searches for the first partition labeled `pve_backup_usb` under `/dev/disk/by-label/`. (a9699ab)
@@ -30,25 +29,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3029

3130
- ⚠️ Changed repository URL from `https://github.com/foundata/proxmox-pve_backup_usb` to `https://github.com/foundata/proxmox-pve-backup-usb` according to [our guidelines](https://github.com/foundata/guidelines/blob/master/git-repository-naming.md). GitHub [redirects HTTP and most of the `git` actions](https://docs.github.com/en/repositories/creating-and-managing-repositories/renaming-a-repository) but executing `git remote set-url origin [email protected]:foundata/proxmox-pve-backup-usb.git` is recommended.
3231

33-
- Better error messages (dmesg), e.g. provide useful information in the script's log about hardware failures (94b68df)
32+
- Better error messages (dmesg), e.g. provide useful information in the script's log about hardware failures. (94b68df)
3433

3534

3635
## [1.1.3] - 2023-09-10
3736

38-
### Fixed
39-
40-
- Fix error preventing copying even if there is enough space on the target in some situations (559eb10)
41-
4237
### Changed
4338

4439
- Undo moving old dumps on target device if deleting them would not free up sufficient space. (c2a741f)
4540

41+
### Fixed
42+
43+
- Fix error preventing copying even if there is enough space on the target in some situations. (559eb10)
44+
4645

4746
## [1.1.2] - 2023-08-30
4847

4948
### Fixed
5049

51-
- Fix regression, preventing email notification on success (085047d)
50+
- Fix regression, preventing email notification on success. (085047d)
5251

5352

5453
## [1.1.1] - 2023-08-23
@@ -62,11 +61,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6261

6362
### Added
6463

65-
- Introduce "warning" as message type (5436f18)
64+
- Introduce "warning" as message type. (5436f18)
6665

6766
### Changed
6867

69-
- "warning" if there were no backups to copy (was "error" before) (5436f18)
68+
- "warning" if there were no backups to copy (was "error" before). (5436f18)
7069
- Introduce `pve_backup_usb_` as prefix for tempfile. Makes it easier to look a the logfile's content during exec. (5436f18)
7170

7271

@@ -85,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8584

8685

8786
[unreleased]: https://github.com/foundata/proxmox-pve-backup-usb/compare/v1.3.0...HEAD
88-
[1.3.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.2.0
87+
[1.3.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.3.0
8988
[1.2.0]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.2.0
9089
[1.1.3]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.1.3
9190
[1.1.2]: https://github.com/foundata/proxmox-pve-backup-usb/releases/tag/v1.1.2

0 commit comments

Comments
 (0)