Skip to content

Releases: MrSpaar/markdown_spa

v1.4.7

25 Jun 18:22
Compare
Choose a tag to compare
  • Using UTF-8 encoding for all open calls

v1.4.6

25 Jun 17:01
Compare
Choose a tag to compare

Converting meta values to int if necessary
➔ Fixes order sorted alphabetically instead of numerically

v1.4.5

26 Feb 10:33
Compare
Choose a tag to compare

Updated github actions that use node 16:

  • actions/setup-python@4.7.1actions/setup-python@v5
  • actions/configure-pages@v3actions/configure-pages@v4
  • actions/upload-pages-artifact@v2actions/upload-pages-artifact@v3
  • actions/deploy-pages@v2actions/deploy-pages@v4

v1.4.4

22 Feb 14:36
Compare
Choose a tag to compare
  • Fixed weird behavior when popstate is triggered
  • Accounting for nested elements when clicking on a link
  • Reduced amount of updates while page transitions

v1.4.3

28 Jan 23:34
Compare
Choose a tag to compare

Fixed update function not called when <a> is the parent of the event's target.

v1.4.2

28 Jan 23:02
Compare
Choose a tag to compare

Updating pages now uses specific functions, see documentation for full details.

v1.4.1

26 Jan 13:16
Compare
Choose a tag to compare

Fixed URL generation when repo name is <user>.github.io

v1.4.0

23 Jan 21:25
Compare
Choose a tag to compare
  • Option to generate json files for each page that only contain the changing data
  • Fields in config.ini are now optional and have a default value (not available for extensions)

v1.3.2

15 Jan 10:18
Compare
Choose a tag to compare
  • Flag --full-traceback really shows the full traceback
  • Added {{ uri }} to HTML templates
  • HTML pages are no longer rendered as standalone pages

v1.3.1

14 Jan 16:39
Compare
Choose a tag to compare

Fixed Python 3.12 only syntax in extensions (non escaped " in f"")