Releases: JakeSteam/minimaJake
Releases · JakeSteam/minimaJake
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
This update adds a "network site" picker, and adds missing functionality to the search feature.
Changes
- Adds "network site" bar at the top of the page, controlled by config
- Improves search functionality:
- Sorts results according to relevance (tags > title > excerpt > url / date / content)
- Highlight search term within results (colour needs improving?)
- Exclude single-character search
- Display number of results
Fixes
- Stops search looking inside character codes (e.g.
&
) - Stops version number string going onto multiple lines
1.0.3
This update primarily replaces the search technology for a much speedier & easier to customise one!
Changes
- Replaces lunr.js search with SimpleJekyllSearch
- Redesigns search page to use same CSS as homepage to provide a more seamless experience (and require no custom CSS from including page)
v1.0.2 | v1.0.3 |
---|---|
Fixes
- Fix footer formatting issue on smaller screens
- Fix table of contents appearing when a post has no headers
- Fix very short posts having an empty read time
1.0.2
Just a small bugfix release, the next one should include new functionality!
Changes
- Adds minimaJake version to footer, replacing Liquid.
- Jekyll / GitHub Pages / minimaJake links in footer now link to project site.
- The table of contents now only shows up to H4 by default (override in
post.html
)
Fixes
- Fixes Giscus appearance to match site's dark / light theme.
- Fixes code blocks being hard to read in dark mode.
- Fixes speech marks in a post's title breaking search.
- Fixes the terms and condition "Jump to:" text not correctly applying.