Releases: MrSpaar/markdown_spa
Releases · MrSpaar/markdown_spa
v1.4.7
- Using UTF-8 encoding for all
open
calls
v1.4.6
Converting meta values to int if necessary
➔ Fixes order
sorted alphabetically instead of numerically
v1.4.5
Updated github actions that use node 16:
actions/setup-python@4.7.1
→ actions/setup-python@v5
actions/configure-pages@v3
→actions/configure-pages@v4
actions/upload-pages-artifact@v2
→ actions/upload-pages-artifact@v3
actions/deploy-pages@v2
→ actions/deploy-pages@v4
v1.4.4
- 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
Fixed update function not called when <a>
is the parent of the event's target.
v1.4.2
Updating pages now uses specific functions, see documentation for full details.
v1.4.1
Fixed URL generation when repo name is <user>.github.io
v1.4.0
- 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
- 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
Fixed Python 3.12 only syntax in extensions (non escaped "
in f""
)