Skip to content

Releases: museslabs/kyma

v0.2.0

21 Jun 15:16
v0.2.0
10d97f3
Compare
Choose a tag to compare

Changelog

  • 1c98fc0 feat(presentation): add speaker notes mode with sync functionality
  • 97684eb fix(speaker-notes): set status as disconnecting if client is nil on init
  • 7f5f291 fix(sync-server): use mutex to avoid race conditions on goroutines
  • e68c538 fix(tui): close sync client when killing notes process
  • 10d97f3 refactor(sync-server): change channel to non-buffered
  • 1b50b91 refactor(sync-server): make port bound to 34622
  • 83bd196 refactor(sync-server): remove redudant reconnecting boolean from struct
  • d233696 refactor(sync_server): change map from bool to struct for clients

Released by GoReleaser.

v0.1.8

16 Jun 07:46
v0.1.8
Compare
Choose a tag to compare

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.

v0.1.7

10 Jun 15:13
v0.1.7
Compare
Choose a tag to compare

Changelog

  • ae4594d chore: add goreleaser
  • 5b6bdd8 docs(readme): add badges
  • 4860014 feat(tui): add jump component for navigation by steps
  • 3ccdb83 feat(tui): integrate jump component into main tui model
  • 0601661 feat: add build script to generate git tag version for binary
  • 264e055 fix(cmd): make version "dev" for local builds
  • b92b02e refactor(root): make watch flag default

Released by GoReleaser.