Skip to content

Releases: JakeSteam/minimaJake

1.0.8

20 Aug 19:38
e1fa4c3
Compare
Choose a tag to compare

Small update adding new_window.js. This forces all external links and images to open in a new tab, since there’s pretty much no scenario where opening in the current tab is correct.

1.0.7

04 Aug 21:22
5ff165c
Compare
Choose a tag to compare

Small update to better support my fiction site, with better block quote indenting and the ability to display an article’s word count instead of read time (replace_read_time_with_word_count ).

1.0.6

04 Jun 09:32
b4613da
Compare
Choose a tag to compare

Small hotfix to resolve search results occasionally failing to load.

1.0.5

16 May 16:00
87e8839
Compare
Choose a tag to compare

A small bugfix release:

  • Fixes footer padding on large devices
  • Fixes URLs in search being broken

1.0.4

04 Mar 19:00
Compare
Choose a tag to compare

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

25 Feb 00:22
Compare
Choose a tag to compare

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
Screenshot 2023-02-25 at 00 25 44 Screenshot 2023-02-25 at 00 25 58

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

08 Feb 22:17
Compare
Choose a tag to compare

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.

1.0.1

31 Jan 22:36
Compare
Choose a tag to compare

Removes colouring of post title, since it interferes with dark mode

1.0.0

31 Jan 22:23
Compare
Choose a tag to compare

Initial release, porting existing features from blogs