Skip to content

Releases: orhun/ratatui-splash-screen

v0.1.3

19 Mar 21:20
482893c
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

[0.1.3] - 2024-03-19

🐛 Bug Fixes

  • (render) Do not panic when render area is bigger than buffer size by @orhun

⚙️ Miscellaneous Tasks

  • (lib) Bump version by @orhun

Full Changelog:
v0.1.2...v0.1.3

v0.1.2

16 Mar 18:41
726cb6b
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

[0.1.2] - 2024-03-16

🐛 Bug Fixes

  • (test) Update the sha256sum in tests by @orhun

⚙️ Miscellaneous Tasks

  • (lib) Bump version by @orhun

Full Changelog:
https://github.com/orhun/ratatui-splash-screen
/compare/v0.1.1...v0.1.2

v0.1.1

16 Mar 18:39
27ff17d
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

[0.1.1] - 2024-03-16

🎨 Styling

  • (demo) Update the demo image by @orhun

⚙️ Miscellaneous Tasks

  • (lib) Bump version by @orhun

Full Changelog:
https://github.com/orhun/ratatui-splash-screen
/compare/v0.1.0...v0.1.1

v0.1.0

16 Mar 12:07
d493f73
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

[0.1.0] - 2024-03-16

⚙️ Miscellaneous Tasks

  • (render) Avoid decrementing step if already rendered by @orhun
  • (lib) Implement Clone for SplashScreen by @orhun
  • (lib) Bump version by @orhun

Full Changelog:
https://github.com/orhun/ratatui-splash-screen
/compare/v0.1.0-alpha.3...v0.1.0

v0.1.0-alpha.3

15 Mar 17:02
7f63d96
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

v0.1.0-alpha.2

14 Mar 19:12
7ddcdec
Compare
Choose a tag to compare

ratatui-splash-screen

A Ratatui widget to turn any image to a splash screen in your terminal ✨

demo

Add it to your Ratatui project! ⬇️

cargo add ratatui-splash-screen

See the documentation for more information.

v0.1.0-alpha.1

14 Mar 19:05
f23ffe9
Compare
Choose a tag to compare
chore(lib): bump version