It’s not going to happen soonish. There will be quite a few breaking changes I want to make so I’m trying to group all of them in 0.14 so there is only one big upgrade rather than many small ones.
The remaining things are:
- Unify the usage of `path` parameter in functions · Issue #977 · getzola/zola · GitHub : I have a PR open, it just needs more eyes/testing
- Classed syntax highlighting + Line numbers by evan-brass · Pull Request #1242 · getzola/zola · GitHub : already mostly written, just needs to be reviewed/merged/tested/documented/cleaned up
- deciding on Remove lighter/heavier and earlier/later
- some more i18n support: [RFC] Internationalization system rework - #24 by keats mostly looking into adding Fluent support to Zola
- I want to add (a lot) more tests to the
library
component (and maybe elsewhere) since it’s not really well tested currently and integration tests are a bit clunky - the usual bugs finding/fixing
That’s going to take a while to do all of that and would love some help. Versions after 0.14 should be much smaller in scope if we manage to get all of the above done.
Which features are you waiting for, just for curiosity?