Commit Graph

4 Commits

Author SHA1 Message Date
51fc570fc7 chore: bump version to 3.2.0 across all files 2025-12-15 15:09:34 +01:00
3afb0dbce2 Fix build_all.sh: replace 'env' command with direct export
- The 'env GOOS=x GOARCH=y command' syntax fails on some systems
- Using 'export GOOS GOARCH' before go build for better compatibility
- Updated version to 3.1.0
- All 10 platform builds now succeed
2025-12-12 13:57:10 +01:00
2039a22d95 build: Update binaries to v3.0.0
- Updated build_all.sh VERSION to 3.0.0
- Rebuilt all 10 cross-platform binaries
- Updated bin/README.md with v3.0.0 features
- All binaries now correctly report version 3.0.0

Platforms: Linux (x3), macOS (x2), Windows (x2), BSD (x3)
2025-11-26 09:34:32 +00:00
e361968022 Initial commit: Database Backup Tool v1.1.0
- PostgreSQL and MySQL support
- Interactive TUI with fixed menu navigation
- Line-by-line progress display
- CPU-aware parallel processing
- Cross-platform build support
- Configuration settings menu
- Silent mode for TUI operations
2025-10-22 19:27:38 +00:00