Releases: panglesd/slipshow
Releases · panglesd/slipshow
v0.0.33
Thanks to all contributors!
Relevant changes
- Fixed
--serve
sometimes not working by using long-polling instead of websockets. - Fixed
--serve
not working on MacOS (#65, @patricoferris)
PRs
- fix typo by @NullVoxPopuli in #49
- Minor typos by @reynir in #60
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #59
- Switch Inotify to irmin-watcher by @patricoferris in #65
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #62
- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in #63
New Contributors
- @NullVoxPopuli made their first contribution in #49
- @reynir made their first contribution in #60
- @patricoferris made their first contribution in #65
Full Changelog: v0.0.32...v0.0.33
v0.0.32
The additions of this new release is a more seamless reloading in --serve
mode, as well as some bugfixes.
- Use 127.0.0.1 to avoid problem with
localhost
in musl-based compilation - Fix log message in
--serve
- Fix
slip-script
attributes - Fixed file watching for emacs and vim
- Fixed flickering on
--serve
when saving, using slipshow preview - Vendor forked cmarkit
v0.0.31
[v0.0.31] February 5th, 2024.
Added
- Added the "Space" key to advance in the presentation
Fixed
- Fix sketchpad being white when going backward
- Prevent going out of bound in the presentation
- Fix missing fonts for math
- Fix spacing after "Proof"
- Take babel.json into account for the engine
v0.0.30
First release with precompiled binaries!