Releases: acrap/flydown
Releases · acrap/flydown
Version 0.1.2
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
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