Skip to content

Releases: DOD-101/igneous-md

0.3.0

16 Feb 15:44
Compare
Choose a tag to compare

At this point, the core of igneous-md is feature complete and can be used to view most markdown without issue.

Minor differences between igneous-md and GitHub do still remain, some of which might be addressed in future releases.

This release also includes a lot of bug fixes and general QOL improvements.


Taken from CHANGELOG.md:

Added

  • Added a binary to igneous-md-viewer to be able to launch to separate from the server
  • Add hot-reloading for the config
  • Add support for markdown highlight notes
  • Vim bindings to the viewer
  • CLI completions

Fixed

  • Comment out notice in hljs css files
  • Fix link to github hljs css file
  • Greatly improve shutdown time
  • Some task-list items (checklists) not having the correct classes

Changed

  • Make client connections persistent between files. This improves performance and helps simplify the code
  • Clients persist their websocket connection to the server between files

0.2.1

03 Jan 13:08
Compare
Choose a tag to compare

Minor update.

Mainly internal changes and fixes.

The biggest change are the new default config files which are now generated on request and are adjusted to be easier to edit and to create your own themes from.


Taken from CHANGELOG.md:

Added

  • Generate more user friendly default config files
  • Add the viewer as its own crate and add a feature in the server part

Changed

  • Adjust the CLI to make subcommands usage more "normal"

Fixed

  • Panic when attempting to get the previous css file

0.2.0

30 Dec 21:58
Compare
Choose a tag to compare

The 0.2.0 release brings with it a complete re-write of the project.

In the future, this will hopefully mean easier and faster development and the ability to add more features to the project.


Taken from CHANGELOG.md:

Added

  • Cargo feature to toggle config generation (at compile time)

Fixed

  • Various minor bugs

Changed

  • Switch form rouille to rocket
  • Move all communication between client and server to Websockets