Releases: AustinWise/smeagol
Releases · AustinWise/smeagol
0.4.10
0.4.9
Release 0.4.9
Use /DEPENDENTLOADFLAG
to mitigate hypothetical DLL injection attacks on Windows.
This was attempted in the prior release, but CI did not pick up the flag.
0.4.7
Release 0.4.7
- Implement support for transclusion (Thanks @therealbstern!) #61
- Update some dependencies based on CVEs that Dependabot flagged. These CVEs are unlikely to pose
a risk to typical uses of Smeagol.
0.4.5
Release 0.4.5
Update dependencies. Not functional changes intended.
0.4.4
Release 0.4.4
- When navigating to a directory with no index file, instead show the overview page. This has a list
of files and folders. - The Overview button will show the files in the directory that contains the files you are
currently viewing. Previously it would always show the root folder.
Thanks to @jrstrick for giving me these ideas on how to make Smeagol better.
0.4.3
0.4.2
0.4.1
- Update search index on document change #41
- Basic cross-site request forgery protection #43
- Strip symbols on release build, resulting in smaller binary size for Linux #42
Full Changelog: 0.4.0...0.4.1
0.4.0
- Support reading files from a Git repo #34
- Support writing files to a Git repo #35
- Improve layout on mobile.
- Rename the settings in
smeagol.toml
to use kebob-case, rather than
snake_case. Specificallyh1_title
was renamed toh1-title
andindex_page
was renamed toindex-page
. This matchesCargo.toml
's use of kebob-case. - Switch the
index-page
default value toREADME
. This matches GitHub's
behavior. Previously this value wasHome
.