Releases: Deadpikle/EasyBackup
Releases · Deadpikle/EasyBackup
0.10.4
Changes
🐛 Bug Fixes
🧰 Misc
- Run action on branches and all tags (5ce4b62)
- Don't build on arm (it doesn't work yet) (9bf304b)
- Don't specify output otherwise it tries to build (f6eca79)
- Hackfix for iMovie infinite backing up (c956fb4)
Full Changelog: 0.10.3...0.10.4
Published with dotnet-releaser
0.10.3
Changes
✨ New Features
- Add changelog owner (3875d97)
🐛 Bug Fixes
- Fix last path for save template being wrong (09cb1fb)
- Fix multiple selection not removing all (7b107c0)
- Fix subdirs not being backed up (fcab8e2)
- Fix (commented out) package license (a419cf0)
📦 Dependencies
🧰 Misc
- Update version prefix (e9d3498)
- Don't publish scoop (ef868ef)
- Update README.md (ad80134)
- Bump to .NET 9 (002723f)
- Don't need to include System.Text.Json explicitely (d5fa908)
- Attempt to increase performance of backup (3591b59)
- Don't backup if file checking had failure (e6bfd76)
- Debug with .NET 9 (4ab879b)
- More file picker fixes (c2d9c26)
- Update workflow file (8c2fffb)
- Restore workloads (d8b2f01)
- Try using app host (5522da0)
- Set package license expression (7241c71)
- Set PublishSingleFile to false (96dd75d)
- Update EasyBackupAvalonia.csproj (d23ab6e)
- Try running on Xcode 16 (949c6fe)
- Try macOS 15 (a72c463)
- Try installing more .NET versions (4b39564)
- Publish windows (0f0f428)
- Also add .NET 6 (8ab8df8)
- Grab submodules (4c918a0)
- Don't specify version prefix (f75cbaf)
- Don't run on specific branches (905fc28)
Full Changelog: 0.10.1...0.10.3
Published with dotnet-releaser
EasyBackup 0.10.1
Changes
Fixes
- Fixed root directory backup locations not working (#11, 7144ddd)
- Fixed infinite recursion backups (#12, 84cf4af)
Full Changelog: 0.10.0...0.10.1
Published with dotnet-releaser
EasyBackup 0.10.0
Changes
- Entirely new version based on Avalonia. This version is cross-platform. You may need to run
chmod +x
on the executable on unix systems yourself. - The old Windows-only version is a legacy version and will no longer be updated.
- Currently, backing up to a compressed 7z file is not available in the Avalonia version. Tracked in #7.
Full Changelog: 0.9.1..0.10.0
Published with dotnet-releaser
EasyBackup 0.9.1
EasyBackup 0.9.1
- Allow for backing up files to a compressed .7z file with or without password protection
- Allow for excluding files and folders when backing up directories
- Make saving an updated backup template more pleasant
- Show length of time for a backup as it's taking place and when it is complete
EasyBackup 0.9
EasyBackup 0.9
Initial release 😄