Releases: rero/flask-wiki
Releases · rero/flask-wiki
v0.3.1
v0.3.0
New features:
- search: implement whoosh search engine #63 (by @PascalRepond)
Fixes:
- translations: fix flask-babel compatibility #62 (by @PascalRepond)
- chore: add pytest and fix styling errors #61 (by @PascalRepond)
- project: update dependencies #59 (by @rerowep)
v0.2.4
What's Changed
- layout: improve error page by @PascalRepond in #51
- routes: do not lowercase URLs by @PascalRepond in #52
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- fix: copy link button by @PascalRepond in #50
- release: v0.2.3 by @PascalRepond in #49
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
- Rolls back dependencies for compatibility
v0.2.0
What's Changed
- ext: Bootstrap4 by @rerowep in #40
- python: use poetry by @PascalRepond in #38
- ui: enhance title levels differentiation by @PascalRepond in #41
- enhancement: improve general UI by @PascalRepond in #42
- UI enhancements by @PascalRepond in #44
- enhancement: improve search feature by @PascalRepond in #43
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.0.1
ext: fix getiterator * Methods getchildren() and getiterator() of classes ElementTree and Element in the ElementTree module have been removed. They were deprecated in Python 3.2. Use iter(x) or list(x) instead of x.getchildren() and x.iter() or list(x.iter()) instead of x.getiterator(). ( Contributed by Serhiy Storchaka in bpo-36543.) https://docs.python.org/3.9/whatsnew/3.9.html#removed Co-Authored-by: Peter Weber <[email protected]>