Releases: ralsina/tocry
Releases Β· ralsina/tocry
Release v0.26.1
Release v0.26.0
[0.26.0] - 2025-11-04
π Features
- Enhance demo boards with better UX and task management
- Add 429 rate limiting responses to OpenAPI specification
- Streamline mdbook documentation and fix MCP configuration
- Optimize pre-commit hooks by removing E2E tests
- Integrated docopt-config to unify configuration management
- Implement complete asset pipeline refactor
- Implement horizontal board selection UI and fix rate limit warnings
- Add comprehensive E2E tests for color scheme functionality
- Redesign 'Create Your First Lanes' page with horizontal layout
- Implement comprehensive event timeline
π Bug Fixes
- Update Dockerfile for static builds without fswatch
- Restore proper deploy_site.sh script with mdbook building
- Make hidden lane separator consistent
- Add tooltips for truncated note titles
- Resolve TypeCastError in port configuration
- Resolve UI consistency issue with board selector visibility
- Prevent JavaScript error in color scheme selector when no board is loaded
- Restore original theme controls layout and positioning
- Restore color selector click functionality
- Synchronize theme manager color scheme when loading boards
- Properly synchronize color scheme in board watcher
- Bind color selector dropdown to theme manager directly
πΌ Other
- Release v0.26.0
Release v0.25.0
[0.25.0] - 2025-11-01
π Features
- Add markdown content pages for new website structure
- Major FE refactor
- New note creation flow
- Migrate to new simplified MCP shard interface
- Improve test pipeline to include E2E and JS unit tests
- Implement configurable rate limiting system
- Add comprehensive performance testing
- Remove local rate_limiter directory after migration to standalone shard
- Implement comprehensive note versioning system with generations
- Merge generations feature into main
π Bug Fixes
- Color scheme selection and persistence
- Improve UI contrast across light and dark themes
πΌ Other
- Release v0.25.0
π¨ Styling
- Remove bullet decorations from task lists in AI assistant modal
Release v0.24.0
[0.24.0] - 2025-10-20
π Features
- (notes) Display completion progress for tasks
- (frontend) Improve note layout and increase lane width
- (migrations) Implement data directory backup before migrations
- (mcp) Add WebSocket notifications to MCP tools for real-time updates
- Modernize frontend with ES modules and Parcel bundler
- AI integration in the note editor
- (ai) Add iterative AI editing with "Refine Further" button
- (config) Add dotenv support for environment variable management
π Bug Fixes
- (websockets) Prevent board from hiding on WebSocket updates
- (mcp) Fix JSON-RPC 2.0 compliance in error responses
- (mcp) Fix board names in MCP tools to use user-specific names
- (progress-bar) Prevent infinite spinning when progress is 0%
πΌ Other
- Release v0.24.0
π Refactor
- (mcp) Implement lightweight MCP 2024-11-05 server without external dependency
- Massive backend code cleanup
Release v0.23.0
[0.23.0] - 2025-10-16
π Features
- Implement comprehensive WebSocket echo prevention system
π Bug Fixes
- (boards) Correctly make boards private
πΌ Other
- Release v0.23.0
π Refactor
- Change note content interaction from single-click to double-click
Release v0.22.0
[0.22.0] - 2025-10-16
π Features
- Implement Model Context Protocol (MCP) integration
- Fix lane renaming data loss with UUID-based storage
π Bug Fixes
- Correct ameba disable rule name from UselessAssignment to UselessAssign
πΌ Other
- Release v0.22.0
π Refactor
- Remove show_hidden_lanes property completely
π¨ Styling
- Suppress Naming/QueryBoolMethods warnings
- Apply linting formatting to note.cr and user.cr
Release v0.21.0
[0.21.0] - 2025-10-15
π Features
- Add lane selection field to note editor modal
- Implement dynamic lane widths with responsive design
πΌ Other
- Release v0.21.0
Release v0.20.0
[0.20.0] - 2025-10-15
π Features
- Implement polished board sharing controls
- Add reverse proxy subfolder support
- Add cache-busting for JavaScript and CSS assets
- Implement WebSocket real-time synchronization
- Implement color scheme reactivity and improve WebSocket notifications
π Bug Fixes
- Correct 'set -e' in do_release.sh to enable error exit mode
- Remove distracting lane hover animation
- Prevent UI flashing on page load
πΌ Other
- Release v0.18.0
- Release v0.19.0
- Release v0.20.0
π Refactor
- Consolidate validation and reduce code duplication
- (frontend) Consolidate validation and reduce code duplication
Release v0.19.0
[0.19.0] - 2025-10-14
π Features
- Add reverse proxy subfolder support
- Add cache-busting for JavaScript and CSS assets
π Bug Fixes
- Remove distracting lane hover animation
- Prevent UI flashing on page load
πΌ Other
- Release v0.19.0
Release v0.18.0
[0.18.0] - 2025-10-14
π Features
- Implement new reactive UI with Alpine.js and enhanced UX
- Implement hidden lanes functionality with visual separator
- Gzip+minify+source maps for assets
- Add public board sharing feature and remove minification
- Implement polished board sharing controls
π Bug Fixes
- UI tweaks and refinements
- Lowercase color scheme on board loading
- Correct 'set -e' in do_release.sh to enable error exit mode
πΌ Other
- Release v0.18.0
π Refactor
- Implement OpenAPI based API with client generation
- Consolidate validation and reduce code duplication
- (frontend) Consolidate validation and reduce code duplication