Skip to content

Releases: acrap/flydown

Version 0.1.2

21 Jan 19:06
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Fixed:

  • Critical issue with broken links in summary after clicking on some search results (if markdown was in subfolder)

Added:

  • install.sh script

Enhanced:

  • Page doesn't reload after changing the color mode

Updated:

  • Updated readme. Added instructions for installation.

Version 0.1.1

20 Jan 20:07
4a9af99
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

First release version of flydown.

0.1.1 Changelog

  • Fully support makefile install target.
make compile
sudo make install
  • Working with static files in /usr/share/flydown.
  • Supports URL's for chapters
  • Cookie logic with saving the last page moved to server side
  • Added last page validation. Show readme if invalid (main page).
  • Support "verbose" flag (--verbose or -v)
  • shareFolder flag renamed to just folder
  • Remove redundant files, including unused search.html template
  • index.html template renamed to flydown-index.html