Skip to content

Releases: junkdog/glim

glim-v0.2.1

21 Jul 19:26
1295623
Compare
Choose a tag to compare

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)

glim-v0.2.0

21 Jul 18:46
61e13cf
Compare
Choose a tag to compare

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)

glim-0.1.0

05 Oct 18:09
a0fa836
Compare
Choose a tag to compare

glim 0.1.0 - 2024-10-05

Initial release.