Releases: 21st-dev/1code
Releases · 21st-dev/1code
1Code v0.0.30
What's New
Features
- Custom Slash Commands — Create your own slash commands with custom prompts — thanks @paul-bouzian! (#22)
- Configurable Keyboard Shortcuts — Customize keyboard shortcuts in Settings
- Thinking Toggle — Enable/disable extended thinking from the model selector dropdown
- Hover-to-Select — Quick switch dialogs now select items on hover
- File Stats in Archive — See file counts in the archive popover
Improvements & Fixes
- Markdown tables now render correctly (GFM support)
- Fixed newlines being lost in user messages
- Fixed "Send now" not stopping the current stream before sending queued message
- Improved pending question and plan approval indicators
- Fixed diff sidebar issues in dialog and fullscreen modes
- Fixed React 19 ref cleanup error when closing diff sidebar
- Workspace icon setting now respected in archive popover
1Code v0.0.29
What's New
Features
- Windows Support (Experimental) — 1Code now runs on Windows! Big thanks to @jesus-mgtc (#27) and @evgyur for their contributions making this possible.
Improvements & Fixes
- Fixed sidebar loading spinners synchronization
- Fixed token metadata reading from flat structure
1Code v0.0.28
What's New
Features
- Workspace Icon Toggle — Show or hide workspace icons in appearance settings
Improvements & Fixes
- Fixed model selector not showing all available models
- Faster sidebar and sub-chats hover transitions
- Cmd+D now opens Changes sidebar even without changes
- Hide sub-chat tab when there's only one chat
- Fixed ESC key stopping stream when closing image preview or full-page diff
- Fixed attaching files while Claude is responding
- Improved image-only message styling
- Added toast notification for reply actions
1Code v0.0.27
What's New
Features
- Text Selection from Code Blocks — Select any text from code changes and diffs to reference in your follow-up messages
- Viewed Files Tracking — GitHub-style checkmarks in the Changes sidebar. Press
Vto mark files as reviewed - Faster Question Responses — Press Enter to send your answer immediately, your selections are now preserved
Improvements & Fixes
- Changes sidebar now opens 5x faster
- Fixed search highlighting when using CMD+F
- Fixed messages not updating properly in background tabs
- Fixed Force Push button appearing when it shouldn't
- Fixed display issues with new files in Changes view
- Fixed line breaks not rendering correctly in messages
- Image-only messages now show "Using image" indicator
- Better loading indicators for Git operations
1Code v0.0.26
What's New
Features
- Ollama Support (Experimental) - Super experimental and unstable local LLM support via Ollama. Only available in dev mode for testing
Improvements & Fixes
- Fixed diff display and auto-refresh on window focus
- Fixed slow responses when MCP servers are installed
- Fixed mention menu positioning
- Optimized worktree startup performance
- Eliminated 60s MCP initialization delay with smart server filtering
1Code v0.0.25
What's New
Features
- Beta: Message Rollback - Experimental rollback feature to restore chat state to previous messages. Enable in Settings → Beta
- Auto-detection of Claude Code Auth - Automatically detects local Claude Code authentication and won't prompt for re-login if already authorized
Improvements & Fixes
- Fixed sub-chat functionality and improved reliability of nested conversations
- Improved authentication flow to reduce unnecessary re-authorization prompts
1Code v0.0.24
What's New
Features
- API key & custom provider authentication
- Message queue system
- Automatic ENV file copying to worktrees with customizable commands
- GitHub client in diff sidebar
- Clone from GitHub — thanks @caffeinum! (#15)
- Mention AI response parts — select text and add to context
- CMD+F chat search
- Custom responses for Claude questions — not just predefined options
- Styled Clone from GitHub dialog with motion animations
Improvements
- Major performance upgrade across the app
- Auto-scroll to newly sent messages
- Auto-scroll to bottom during AI responses
- Improved markdown rendering and visuals
Fixes
- Auto-update banner no longer shows for open source users
1Code v0.0.23
What's New
Features
- Added scroll-to-bottom button with Cmd+↓ hotkey
- Archive now kills terminal processes and deletes worktree
Fixes
- Fixed excessive re-renders in sidebar during scroll
- Restored copy and play buttons for AI messages
- ESC now skips AskQuestion instead of stopping stream
- Show full command in collapsed tool view
- Fixed tool display state during streaming
1Code v0.0.22
What's New
Fixes
- Fixed scroll behavior: users can now scroll up freely during streaming
- Fixed input lag by deferring trigger detection to next frame
- Fixed tool display state during streaming
1Code v0.0.21
What's New
Performance
- Major performance improvements
- Optimized re-renders during streaming
- Improved message store caching and cleanup
Improvements
- Simplified scroll position logic for better auto-scroll during streaming