Commit Graph

134 Commits

Author SHA1 Message Date
kekePower 3edcc16995 docs(website): add terminal copy and ui focus fixes to changelog
- Add entry for Terminal Copy command fix (Ctrl-Shift-C/Cmd-Shift-C)
- Add entry for UI focus bug fix related to Tauri window decorations
2026-02-26 00:10:13 +01:00
kekePower db6a1eee11 docs(website): add link styling to changelog
Add text-decoration and hover transition effects to anchor tags within the changes list to improve link visibility.
2026-02-25 22:51:30 +01:00
kekePower 0f5e01e88f docs(website): add Zaguán Coder Daemon enhancement to changelog 2026-02-25 22:48:57 +01:00
kekePower d025b801af docs(website): redesign landing page to focus on philosophy and performance
- Update hero messaging to highlight local-first and lightweight nature
- Replace Features section with a new Philosophy section
- Add idle RAM comparison table against VSCode and Windsurf
- Add a "Not for everyone" section clarifying the target audience
2026-02-25 22:18:26 +01:00
kekePower 9aed20f8a0 docs(website): add git push auto-accept feature to changelog 2026-02-25 19:26:29 +01:00
kekePower ec8a13650d docs(website): add v0.3.3 local AI fix to changelog 2026-02-25 18:49:51 +01:00
kekePower c6c37655fb chore(release): bump version to 0.3.2
- Update package.json version to 0.3.2
- Set v0.3.2 release date to February 25, 2026 and mark as latest in changelog
- Update v0.3.1 badge to previous release
2026-02-25 17:22:49 +01:00
kekePower 59a44a260a docs(website): update changelog daemon note 2026-02-25 15:52:21 +01:00
kekePower 6b19c7f5ae docs(website): update changelog with project index and codex fixes
- Document new Project Index Tools and Editor Context enhancements
- Add notes on Zaguán Coder Daemon tweaks for gpt-5.3-codex
- Include bug fixes for GPT Codex random character generation
- Include bug fixes for GPT Codex tool execution stopping early
- Note fix for apply_patch_to_string replacing instead of adding content
2026-02-25 15:19:12 +01:00
kekePower d481eb7543 docs(website): add OpenAI integration note to changelog 2026-02-24 22:21:37 +01:00
kekePower 1a27d0c9cb fix(website): increase hero video container width 2026-02-24 21:55:14 +01:00
kekePower 2e0b5580df fix(website): update hero video asset and changelog notes
Replace `public/zblade.mp4` with refreshed demo video
Center and constrain hero video container on the homepage
Update changelog with TTFT improvement and chat image resend bug fix
2026-02-24 21:53:18 +01:00
kekePower d32041abe2 fix(website): refine hero video styling and attributes
- Move video source to src attribute and add preload="auto"
- Update aspect ratio from 16/10 to standard 16/9
- Change object-position to center bottom
- Apply border-radius to match the container element
2026-02-24 19:18:09 +01:00
kekePower efc37bda27 fix(website): adjust hero video aspect ratio and positioning
Add aspect-ratio, object-fit, and object-position inline styles to the
hero video on the landing page to ensure proper display and cropping.
2026-02-24 19:14:28 +01:00
kekePower 8c2931581c feat(website): replace hero screenshot with video
Add autoplaying video loop to the landing page for a more dynamic hero section.
2026-02-24 19:10:28 +01:00
kekePower c7384f2c12 docs(website): update changelog with Local AI commit message bug fix 2026-02-24 19:06:00 +01:00
kekePower 6ce7bc3cec docs(website): update changelog with Zaguán Coder Daemon enhancements 2026-02-24 18:14:20 +01:00
kekePower 6884d20886 docs(website): update changelog with .zblade git bug fix
Add changelog entry detailing the fix for the bug where the .zblade directory would be incorrectly submitted to git.
2026-02-24 18:13:32 +01:00
kekePower 2c973015d3 docs(website): update changelog with recent enhancements
- Add Git Panel strikethrough for moved, renamed, or deleted files
- Add Chat visual feedback while waiting for model response
2026-02-24 15:22:20 +01:00
kekePower a7c7a80686 Rename screenshot 2026-02-24 14:08:31 +01:00
kekePower c1bb715814 docs(website): refresh landing page and add v0.3.2 changelog
- Update hero section and feature descriptions to emphasize local AI daemon and agentic workflows
- Add screenshot reveal section to index page
- Update public screenshot asset
- Add v0.3.2 development section to changelog with recent bug fixes
2026-02-24 13:58:34 +01:00
kekePower 4617a81b65 docs(changelog): finalize v0.3.1 release notes
- Set v0.3.1 status to latest with February 23, 2026 release date
- Update v0.3.0 badge from latest to previous
- Add frontend and backend dependency update entry
2026-02-23 21:50:29 +01:00
kekePower 9161643646 docs(changelog): add research progress bug fix entry 2026-02-23 20:47:24 +01:00
kekePower 2e400c16c4 docs(changelog): add shell command runtime guard entry 2026-02-23 20:18:18 +01:00
kekePower f6bc673a81 docs(changelog): add v0.3.1 development section
- Document Zaguán Coder Daemon enhancement for Gemini patch recovery
- Document Run Command bug fixes for skip and stop actions
2026-02-23 19:45:53 +01:00
kekePower 5af6c69c4d Set v0.3.0 as latest version 2026-02-23 14:32:56 +01:00
kekePower c8f90b3589 docs(changelog): add performance and memory leak fixesdocs(changelog): add performance and memory leak fixes 2026-02-23 14:02:35 +01:00
kekePower def02bb360 docs(changelog): add alpha tag removal and gix dependency update
- Added note about removing the alpha tag for reaching a usable state
- Added note about gix dependency update to v0.51.0
2026-02-23 09:25:00 +01:00
kekePower bbf39bda66 docs(changelog): add UI redesign and settings updates for v0.3.0 2026-02-23 08:06:26 +01:00
kekePower 89a50edd5a docs(changelog): add editor diff parsing and tracking bug fixes 2026-02-22 11:47:18 +01:00
kekePower 85237a1076 docs(changelog): add editor and markdown performance enhancements 2026-02-22 11:21:57 +01:00
kekePower ea6ffd37d2 feat(blog): add blog section and rss feed
- Add blog content collection schema and welcome post
- Create blog index, post layout components, and dynamic routing
- Add `@astrojs/rss` dependency and implement RSS feed generation
- Add blog links to header and footer navigation
- Update changelog with Gemini 3.1 Pro enhancement notes
2026-02-22 09:44:42 +01:00
kekePower d7a85a2bec docs(changelog): add v0.2.2 development section
Adds development section with Gemini and MiniMax updates, plus bugfix for global Accept All/Reject All that was wrongly removed.
2026-02-21 22:52:15 +01:00
kekePower 332702c00b chore(release): prepare v0.2.1
Bump version to 0.2.1 and update changelog with release date,
Vite 7.3.1 update, and additional bug fixes.
2026-02-21 13:09:45 +01:00
kekePower 7baab5fa5a docs(changelog): add entry for diff parsing fix 2026-02-20 21:48:09 +01:00
kekePower 5a07db4963 docs(changelog): add run_command bugfix entries for Gemini and blocking commands 2026-02-20 21:27:13 +01:00
kekePower cd90035620 docs(changelog): add entry for terminal crash with dead-key characters 2026-02-20 15:39:22 +01:00
kekePower a70b3e9974 docs(changelog): add Gemini 3.1 Pro and performance enhancements
- Add Google Gemini 3.1 Pro to new features in Zaguán Coder Daemon
- Add Enhancements section detailing streaming and context sync optimizations
2026-02-20 12:45:33 +01:00
kekePower 1ff432241a chore(landing): derive download version from package.json dynamically
Replace hardcoded v0.2.0 version strings in platform download cards
with the `{version}` variable read from package.json. Bump site
package version to 0.2.0.
2026-02-18 07:15:12 +01:00
kekePower cf80aee76b feat(landing): update features and download versions to v0.2.0
Replace features 06-09 with Git graph, Ollama Cloud, resilient
recovery, and UI polish. Bump download version badges from v0.1.1
to v0.2.0 across Windows, macOS, and Linux.
2026-02-18 07:12:30 +01:00
kekePower 1f8d318021 docs(changelog): add Claude Sonnet 4.6 entry to v0.2.1 section 2026-02-17 22:33:54 +01:00
kekePower 9f2e221e61 docs(changelog): add Zaguán Coder Daemon provider fix entry 2026-02-17 21:26:13 +01:00
kekePower 80a7fdb470 docs(changelog): add v0.2.1 development section with features and fixes 2026-02-17 19:39:20 +01:00
kekePower ce1bf8c27c docs(changelog): update v0.2.0 badge to Latest 2026-02-16 21:19:45 +01:00
kekePower f4432961ef docs(changelog): add v0.2.0 features and bug fixes" - that's 54 characters, which is under 72. Good.docs(changelog): add v0.2.0 features and bug fixes
Add full git commit message feature, Local AI refactoring, and fixes for text flickering and scroll position when loading conversations
2026-02-16 21:13:54 +01:00
kekePower ffc7beb0f2 docs(changelog): add bug fix entries and remove screenshot section 2026-02-15 21:44:07 +01:00
kekePower 5baed2ad08 docs(changelog): add entries for reasoning blocks and caret sync fixes 2026-02-15 10:36:46 +01:00
kekePower b1ee699155 Disable screenshot for now 2026-02-14 23:31:53 +01:00
kekePower 7038780611 feat(showcase): add click-to-expand modal for screenshot 2026-02-14 23:30:26 +01:00
kekePower d69bee3886 Update width of screenshot to 800px 2026-02-14 23:26:26 +01:00