Releases: mitchs-dev/worklog
Releases · mitchs-dev/worklog
v1.0.2
What's Changed
- Fixed git sync issue between local and remote by @mitchs-dev in #4
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- (#1): Add pre-parsing year/week creation by @mitchs-dev in #2
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Worklog v1.0.0 Release Notes
Core Features
Command-Line Interface
add- Add entries to daily work log with automatic timestampslist- View entries with flexible time periods:- Single day (today, yesterday)
- Multi day (3day, week, cweek)
- Extended periods (month, quarter, year)
sync- Git synchronization support with:- Auto repository initialization
- Bi-directional syncing
- Force push option
version- Display version info in multiple formats
Configuration
- YAML-based settings via
configuration.Configuration - Customizable:
- Log storage location
- Git sync settings (URI, branch)
- Work schedule (days, hours, timezone)
Log Management
- JSON-based storage format
- Automatic log file creation and management
- Built-in backup system during writes
- Structured log entries with:
- Status tracking (added, started, paused, resumed, completed)
- Timestamps
- Message content
Binary Releases
- Linux (amd64, arm64)
- macOS (amd64, arm64)
- Windows (amd64)
Dependencies
- Built with Go 1.23.1
- Uses
library-gov0.0.16 - Git CLI for sync functionality