1.0.0-beta.4
March 31st, 2025
:rocket: New features
- Make upload chunksize configurable (#62) by @NeoIsRecursive in #62
:bug: Bug fixes
- Remove unreachable code by @NeoIsRecursive
:gear: Miscellaneous
- Improve naming docs by @NeoIsRecursive
1.0.0-beta.3
March 28th, 2025
:rocket: New features
- Add support for customizing backup names and use ids to identify backups (#60) by @NeoIsRecursive in #60
1.0.0-beta.2
March 27th, 2025
:rocket: New features
- Stache content pipe (#56) by @NeoIsRecursive in #56
:gear: Miscellaneous
- Update dependencies for better php 8.4 support by @NeoIsRecursive
- Add some badges to readme by @NeoIsRecursive
1.0.0-beta.1
February 25th, 2025
:rocket: New features
- Server state (#52) by @NeoIsRecursive in #52
:bug: Bug fixes
- Typo by @NeoIsRecursive
- Release workflow by @NeoIsRecursive
- Remove option to not remove uploaded backup after restore by @NeoIsRecursive
- Only build docs when there is a new release by @NeoIsRecursive
:gear: Miscellaneous
- Change php step in release by @NeoIsRecursive
- Disable require-constant-type rule by @NeoIsRecursive
- Remove open method in favor of
read
andwrite
methods by @NeoIsRecursive - Improve typings and lint rules by @NeoIsRecursive
- Use mago for linting and formating (#54) by @NeoIsRecursive in #54
- Run tests on supported php versions in workflow (#55) by @NeoIsRecursive in #55
- Update release template to highlight contributors by @NeoIsRecursive
0.5.2
January 15th, 2025
0.5.2 - 2025-01-15
:bug: Bug fixes
- Download bug by @NeoIsRecursive in #51
- The string backup.restore_failed is not set by @SG-fabian
:gear: Miscellaneous
- Improve arch standard by @NeoIsRecursive in #48
- Update release flow so branches can be named whatever by @NeoIsRecursive
0.5.1
January 10th, 2025
Fixes
- fix/download destination disk (#47) @SG-fabian
0.5.0
November 18th, 2024
Features
- Feature/improve commands (#30) @NeoIsRecursive
- Add ability to store zip meta as comment on archive (#45) @NeoIsRecursive
- Feature/backup metadata (#41) @NeoIsRecursive
- Feature/docs (#42) @NeoIsRecursive
Chores
- Change project structure (#43) @NeoIsRecursive
- Chore/improve readme (#27) @NeoIsRecursive
0.4.0
June 14th, 2024
Features
- Get repository implementation from config (#35) @NeoIsRecursive
0.3.1
June 14th, 2024
Fixes
- Merge default config with user-defined config for User pipeline (#33) @CedsTrash
Features
- Feature/translations (#29) @NeoIsRecursive
0.3.0
May 20th, 2024
Chores
- Chore/statamic 5 support (#28) @NeoIsRecursive
0.2.1
March 4th, 2024
Fixes
- Fix backupdto not parsing timestamp correctly when name has "-" (#26) @NeoIsRecursive