Releases: lucas-clemente/goldfish
Releases · lucas-clemente/goldfish
0.2.2
Features:
- File upload via drag and drop into the folder view or drag and drop into the editor. The latter will insert a reference to the file into the text.
- Commits that are less than a minute ago are automatically amended.
- Autosave in the web editor
Fixed:
- Minor fixes and improvements
0.2.1
Features:
- New page for search and recently modified pages, all in one!
- Create new files via the web interface
- Delete files via the web interface
- Display PDF files
- Open files with the system default app
- Simple usage instructions when opening an empty repo
Bugfixes:
- Goldfish now automatically creates the data directory if it doesn't exist already
0.2.0
- Added a very basic markdown editor, to be expanded over the next versions
- Replaced mathjax with embedded katex, which means latex now works without internet connection
- Changed inline equations to use single
$
wrapper - Added support for svg files
- Made some improvements for small displays
- Removed auto-refresh for now to focus on the built-in editor
- Rebuilt client-side using ember
0.1.2
0.1.1
- Fixed error pages not appearing
0.1.0
- Initial release