v0.9.0
Slides over SSH
You will be able to access the presentation hosted over SSH! You can use this to present with slides from a computer that doesn't have slides installed, but does have ssh. Or, let your viewers have access to the slides on their own computer without needing to download slides and the presentation file. (Thanks to @ivantsepp!)
slides serve <file>
And then ssh into your presentation with:
ssh 127.0.0.1 -p 53531
What's Changed
- Add ssh server functionality by @ivantsepp in https://github.com/maaslalani/slides/pull/150
- feat: ensure that date strings are not interpreted as January 2, 2006 formatted strings by @maaslalani in https://github.com/maaslalani/slides/pull/170
- Feat: Yank Code Blocks by @maaslalani in https://github.com/maaslalani/slides/pull/173
- Code Comments to hide verbose code by @maaslalani in https://github.com/maaslalani/slides/pull/174
- feat: add support for java code execution by @mfathi91 in https://github.com/maaslalani/slides/pull/184
New Contributors
- @ivantsepp made their first contribution in https://github.com/maaslalani/slides/pull/150
- @mfathi91 made their first contribution in https://github.com/maaslalani/slides/pull/184
Full Changelog: https://github.com/maaslalani/slides/compare/v0.8.0...v0.9.0