File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed
Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] - 2025-01-30
4+
5+ ### Added
6+ - Implemented tmpfs support for RouterOS backups:
7+ * Added automatic tmpfs mounting and cleanup
8+ * Improved backup performance by using memory-based temporary storage
9+ * Added fallback to direct flash storage when tmpfs is unavailable
10+ - Added tasks directory for future task-based operations
11+
12+ ### Changed
13+ - Improved repository structure and organization:
14+ * Cleaned up repository layout
15+ * Updated gitignore rules
16+ * Better separation of concerns in codebase
17+
18+ ### Documentation
19+ - Updated README.md with compose-style output demo
20+ - Fixed typography in documentation
21+ - Added ZeroTier identity export documentation
22+
323## [ 0.4.1] - 2025-01-08
424
525### Added
Original file line number Diff line number Diff line change 11# Version Information
22
33## Current Version
4- 0.4.1
4+ 0.5.0
55
66## Versioning Format
77rosbackup-ng follows [ Semantic Versioning 2.0.0] ( https://semver.org/ ) :
@@ -17,12 +17,12 @@ MAJOR.MINOR.PATCH
1717 - Currently 0 as we're in initial development
1818 - Will become 1.0.0 when we have a stable public API
1919
20- 2 . ** MINOR** version (4 )
20+ 2 . ** MINOR** version (5 )
2121 - Incremented for added functionality in a backward compatible manner
2222 - New features that don't break existing functionality
2323 - Changes to optional parameters or configuration format
2424
25- 3 . ** PATCH** version (1 )
25+ 3 . ** PATCH** version (0 )
2626 - Incremented for backward compatible bug fixes
2727 - Performance improvements
2828 - Documentation updates
You can’t perform that action at this time.
0 commit comments