Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 5.13 KB

Changelog

0.2.0 - 2024-12-26

✨ Features

  • (command) Add help command and keybind - (7a909ec)

🔧Chores

  • (cliff) Update version references in README when bumping version - (676124b)

🚜 Refactoring

  • (ui) Modularize ui creation - (77895db)

[0.1.0] - 2024-12-26

✨ Features

  • (commads) Add circular slide movement - (f3e07a7)
  • (ui) Set buf options for present mode - (6532764)
  • (execute) Execute code blocks in slides - (554f69c)
  • (plugin) Expose command for starting a presentations - (5597a4a)
  • (ui) Add footer with slide number and filename - (e86290f)
  • (ui) Handle buffer resize - (d70ee99)
  • (ui) Render buffers as markdown - (2de710f)
  • (ui) Split rendered slides into multiple buffers - (ad0b365)
  • (ui) Hide cmdline in presentation mode - (a22091a)
  • (keybinds) Add navigation keybinds - (ccca5e7)
  • (parser) Parse and display buffer - (78f6874)

🎉 Initial Commit

  • (tests) Add testing framework with plenary - (bf31185)
  • (lua) Init with basic lua structure - (c85dc6d)

🔧Chores

  • (release) Prepare for v0.1.0 - (c539211)
  • (repo) Update README with install steps for packer and plug - (25ddf52)
  • (repo) Add proper README - (f0fd252)
  • (ci) Run unit_tests on push - (84a1f0a)

🚜 Refactoring

  • (present) Multiple files - (e861b06)
  • (present) Move event listeners to own function - (42735ad)
  • (present) Move nested function to outer scope - (1179847)
  • (keybinds) Extract keybinds into own function - (344b2b5)
  • (slides) Refactor variables into globa state object - (627a355)
  • (slides) Dry and better types - (38752d7)