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
.