Releases: p6laris/Void
Releases · p6laris/Void
v0.3.0-alpha.6
Other
- release v0.3.0-alpha.5
- release v0.3.0-alpha.4
- gitignore Cursor project config
- Initial commit: Void terminal focus timer
v0.3.0-alpha.5
Added
- (tasks) add recurrence cycle and subtask toggle keys
- (cli) add archive list and optional terminal title updates
- (ui) surface subtasks, timeline, focus score, and timer UX
- (app) wire focus improvements into keys, settings, and popups
- (storage) implement task, session, and streak business logic
- (model) extend tasks and sessions for roadmap §1 data
Fixed
- resolve clippy warnings and add pre-push check rule
- (ci) verify release assets for homebrew and winget updates
- (ui) improve subtask popup layout and input handling
- (tasks) add subtask focus mode and remove notes editor
Other
- Merge pull request #27 from p6laris/feature/focus-improvements
- apply rustfmt
v0.3.0-alpha.4
Added
- add configurable token themes and fix packaging CI (#13)
v0.3.0-alpha.3
Fixed
- make Duration import windows-only to avoid unused_import warning on unix
- add missing Duration import for windows build
Other
- pack the long fucntion param
- deduplicate task selection and settings helpers
- add editorconfig, rust-toolchain, and contributing guide
- split ui/mod.rs into focused sub-modules
- split app.rs into focused sub-modules
- release v0.3.0-alpha.2
- remove chocolatey support and fix rustfmt issues
- remove Chocolatey packaging scripts and configuration
- introduce TaskPayload struct to consolidate task creation and update arguments
- group drawing parameters to resolve too_many_arguments warning
- initial commit