Releases: dinoDanic/diny
Releases · dinoDanic/diny
v0.7.7
v0.7.6
Changelog
- 57f1501 Add feedback prompt and simplify prompt gating
- fbcd9e9 Add random trigger, TTY/CI gates, and 50/50 prompt selection (Phase 3)
- f9c5f9a Add rating prompt (Phase 1): state file, config, eligibility gate, feedback client
- eb350bd Add star prompt UI with cross-platform browser opener (Phase 2)
- db74519 Revamp README: clean formatting, updated commands for clarity
- 5452511 add ShowFeedback prompt for user feedback
- 9d9a48e add TUI thank-you prompts for star, rating, and feedback
- 6295498 add feedback and star prompts plan and PRD
- 31dff93 add feedback prompt state and default handling
- c2fc594 add health endpoint
- 7248c41 add login and logout helpers
- 0d9d70d add prompt style helpers for tui prompts
- 49bf598 add rating, star, and feedback prompt models
- 16d113c add rating, star, and feedback prompts
- 96cc10e add run functions for rating, star, feedback prompts
- a1e7e26 add sandbox README
- b7d048f add sdf.asdf file
- 9f59bd3 add split into multiple commits
- 5a5795c add split plan documentation
- 972b13b add split staged changes into multiple commits by concern
- 8b85ded add user lookup
- 16f26dc always trigger prompt on eligible commits
- 49a5191 fix ShowRating to return -1 when cancelled
- 04b4fd8 fix ShowStar to return empty string when cancelled
- 2f6ada0 fix feedback state not updated on cancel
- 1ac5346 fix star prompt options ordering and keys
- b022147 handle single-file split case with friendly message
- 846d3d5 load default config before unmarshalling and return config
- dc72a81 refactor rating prompt to use tui/prompts and config
- 28c33d4 refactor star prompt to use tui/prompts and config
- be5d7c0 rename done flag to cancelled and adjust quit handling
- ad8788d switch BaseURL to localhost for dev
- 8ff2616 update prompt submit key to Enter
- ecfac53 update server base URL to production endpoint
Released by GoReleaser.
v0.7.5
Changelog
- fc71dc5 Add async update check with prompt and snooze
- a727ebb Add new tips for commit shortcuts and config commands
- e473e08 Add timeline date picker plan and PRD JIRA-1234
- 02ad0e3 Ignore stats directory in .gitignore
- dc9f602 Phase 1: rewrite hero with new positioning + diny.run asset hosts
- 1819ed1 Update timeline analysis description to include date presets
- 7b62c1d chore: delete legacy timeline package (Phase 3 cleanup)
- a755590 feat: add arrow-key date picker for "Specific date" (Phase 2)
- 043acb1 feat: expand timeline menu with 6 date presets (Phase 1)
- 97be395 feat: wire arrow-key picker into "Date range" flow, remove legacy text input (Phase 3)
Released by GoReleaser.
v0.7
v0.6
Changelog
- 96634f2 Add TUI changelog generator and upgrade Groq API to v3
- c550251 Add TUI mode to commit command.
- bfd97e6 Add TUI timeline command and refactor logic into a new package.
- d589bd2 Add amend, diff view, type picker, unstaging, and history
- 261a990 Add file picker to manage staged/unstaged files.
- 544896d Add interactive TUI details to README and update command docs
- ed1049d Add interactive TUI for commit generation and editing
- fc31740 Add logo to header and adjust layout to include repo info and working directory.
- fad3c17 Add padding to commit message style and show staged files
- 543e15f Add tip system, simplify footer, and use prod server URL
- 6cb6b24 Add unstaged file picker and loader, replace spinner component.
- a9739fa Add unstaged file selection and replace spinner with loader.
- f79e3b4 Improve unstaged file detection and show commit progress
- 1f28c29 Merge pull request #19 from dinoDanic/tui2
- 575735c Move yolo command to a TUI implementation, replacing the old CLI logic.
- 80e04b2 Refactor tip display and header layout for cleaner UI.
- a583a9e Remove TUI command and related code.
- 03ec146 Remove border and padding from commit message style
- 0546d48 Simplify header rendering: replace ASCII logo with text and adjust layout
- ea4a5c3 Update loader spinner to circle animation with slower FPS
- b1a1e72 Update tips to clarify session context and speed up spinner
- 5b6a3ea conf
- 946d591 feat: Add variant picker for commit messages - Enables selecting from multiple generated commit messages.
- 62e6efe refactor(commit): simplify commit command and move logic to TUI
- e336d07 refactor: move TUI modules to top-level and update imports
Released by GoReleaser.