Skip to content

v0.1.8

Compare
Choose a tag to compare
@tharropoulos tharropoulos released this 16 Jun 07:46
· 11 commits to main since this release
v0.1.8

Changelog

  • 4c145b7 chore: bump deps
  • ccf9e01 docs(issues): add issue templates
  • c630a76 docs(readme): update hot reloading section to mention latest changes
  • f72df29 docs(readme): update readme with timer system documentation
  • bcdd43f docs(readme): update roadmap about styling config
  • 9379e0f feat(cmd): integrate structured logging throughout application
  • 7da11f9 feat(config): add chroma syntax highlighting style support
  • 71a07ab feat(logger): add structured logging with rotation
  • 6dbdc20 feat(tui): add keystroke logging for debugging
  • e76db08 feat(tui): add line number support to code highlighting
  • af9379b feat(tui): add selective code highlighting for markdown blocks
  • 420d050 feat(tui): add support for custom line number starting position
  • e04a52d feat(tui): add timer system for presentations
  • dfaa54b fix(config): prevent empty color values in chroma style generation
  • 8a86865 fix(config): remove mutex outright
  • d6ace20 perf(config): optimize chroma style loading for better concurrency
  • 45a25e1 refactor(config): rename style variable inside of GetChromaStyle
  • 2aa96ec refactor(logger | tui | cmd): use sigleton slog instance for logging
  • f82ee62 refactor(tui): restructure code highlighting with better separation of concerns
  • e180b9b test(tui): add tests for timer system
  • cba45ba test(tui): test code highlighting

Released by GoReleaser.