Skip to content

Releases: ralsina/tocry

Release v0.26.1

05 Nov 00:30

Choose a tag to compare

[0.26.1] - 2025-11-05

πŸ› Bug Fixes

  • Resolve TypeCastError in port configuration

πŸ’Ό Other

  • Release v0.26.1

Release v0.26.0

05 Nov 00:04

Choose a tag to compare

[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

01 Nov 21:36

Choose a tag to compare

[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

20 Oct 18:28

Choose a tag to compare

[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

16 Oct 21:00

Choose a tag to compare

[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

16 Oct 16:34

Choose a tag to compare

[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

15 Oct 22:55

Choose a tag to compare

[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

15 Oct 19:50

Choose a tag to compare

[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

14 Oct 17:08

Choose a tag to compare

[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

14 Oct 12:15

Choose a tag to compare

[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