Skip to content

glim-v0.2.1

Latest
Compare
Choose a tag to compare
@junkdog junkdog released this 21 Jul 19:26
· 14 commits to main since this release
1295623

glim 0.2.1 - 2025-07-21

Changed

  • Animations/transitions now default to enabled

glim 0.2.0 - 2025-07-21

Added

  • GitLab service integration
  • Vim key bindings support
  • Project search filtering
  • Structured logging with tracing framework
  • Visual effects system with EffectRegistry
  • Animation toggle configuration option

Changed

  • Refactored GitLab client architecture
  • Updated to use CompactString for better performance
  • Migrated to color-eyre for error handling
  • Updated tachyonfx and ratatui dependencies
  • Log files now saved to OS-appropriate cache directories (Linux: ~/.cache/glim, macOS: ~/Library/Caches/glim, Windows: %LOCALAPPDATA%\glim\cache)

Fixed

  • Fixed application panic issues

Removed

  • Removed internal log widget (replaced with proper logging)