Releases: TrueBrain/TrueWiki
Releases · TrueBrain/TrueWiki
1.5.4
Important
This release contains a fix for GHSA-h8pj-cxx2-jfg2. Please update ASAP.
What's Changed
- Upgrade: Bump sentry-sdk from 1.5.8 to 1.5.9 by @dependabot in #300
- Upgrade: Bump wikitextparser from 0.48.3 to 0.49.1 by @dependabot in #299
- Upgrade: Bump sentry-sdk from 1.5.9 to 1.5.12 by @dependabot in #305
- Upgrade: Bump regex from 2022.3.15 to 2022.4.24 by @dependabot in #303
- Upgrade: Bump typing-extensions from 4.1.1 to 4.2.0 by @dependabot in #301
- Upgrade: Bump python-slugify from 6.1.1 to 6.1.2 by @dependabot in #306
- Upgrade: Bump wikitextparser from 0.49.1 to 0.49.2 by @dependabot in #307
- Upgrade: Bump click from 8.1.2 to 8.1.3 by @dependabot in #308
- Upgrade: Bump certifi from 2021.10.8 to 2022.5.18.1 by @dependabot in #310
- Upgrade: Bump httpcore from 0.14.7 to 0.15.0 by @dependabot in #309
- Upgrade: Bump httpx from 0.22.0 to 0.23.0 by @dependabot in #309
Full Changelog: 1.5.3...1.5.4
1.5.3
What's Changed
- Upgrade: Bump click from 8.1.1 to 8.1.2 by @dependabot in #295
- Upgrade: Bump wikitextparser from 0.48.2 to 0.48.3 by @dependabot in #297
- Upgrade: Bump wikitexthtml from 1.0.0 to 1.0.2 by @dependabot in #298
Full Changelog: 1.5.2...1.5.3
1.5.2
1.5.1
What's Changed
- Codechange: latest version of black has another opinion about ** operator by @TrueBrain in #272
- Fix: file collision breaks on files that don't exist with local file storage by @Qrbaker in #291
- Upgrade: Bump httpx from 0.21.3 to 0.22.0 by @dependabot in #268
- Upgrade: Bump sentry-sdk from 1.5.3 to 1.5.4 by @dependabot in #267
- Upgrade: Bump multidict from 5.2.0 to 6.0.2 by @dependabot in #266
- Upgrade: Bump sentry-sdk from 1.5.4 to 1.5.5 by @dependabot in #270
- Upgrade: Bump httpcore from 0.14.5 to 0.14.7 by @dependabot in #271
- Upgrade: Bump python-slugify from 5.0.2 to 6.0.1 by @dependabot in #277
- Upgrade: Bump typing-extensions from 4.0.1 to 4.1.1 by @dependabot in #276
- Upgrade: Bump charset-normalizer from 2.0.10 to 2.0.12 by @dependabot in #275
- Upgrade: Bump gitpython from 3.1.26 to 3.1.27 by @dependabot in #278
- Upgrade: Bump click from 8.0.3 to 8.0.4 by @dependabot in #279
- Upgrade: Bump aioauth-client from 0.27.2 to 0.27.3 by @dependabot in #280
- Upgrade: Bump sentry-sdk from 1.5.5 to 1.5.6 by @dependabot in #282
- Upgrade: Bump python-slugify from 6.0.1 to 6.1.1 by @dependabot in #283
- Upgrade: Bump sentry-sdk from 1.5.6 to 1.5.7 by @dependabot in #287
- Upgrade: Bump wikitextparser from 0.48.0 to 0.48.2 by @dependabot in #286
- Upgrade: Bump regex from 2022.1.18 to 2022.3.2 by @dependabot in #284
- Upgrade: Bump sentry-sdk from 1.5.7 to 1.5.8 by @dependabot in #290
- Upgrade: Bump click from 8.0.4 to 8.1.1 by @dependabot in #292
- Upgrade: Bump urllib3 from 1.26.8 to 1.26.9 by @dependabot in #289
- Upgrade: Bump regex from 2022.3.2 to 2022.3.15 by @dependabot in #288
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Feature: warn users saving a page that has been edited since they started editing by @Qrbaker in #258
- Upgrade: Bump regex from 2021.11.10 to 2022.1.18 by @dependabot in #259
- Upgrade: Bump frozenlist from 1.2.0 to 1.3.0 by @dependabot in #260
- Upgrade: Bump sentry-sdk from 1.5.2 to 1.5.3 by @dependabot in #263
- Upgrade: Bump httpcore from 0.13.7 to 0.14.5 by @dependabot in #247
- Upgrade: Bump httpx from 0.20.0 to 0.21.3 by @dependabot in #247
- Upgrade: Bump wikitexthtml from 0.1.3 to 1.0.0 by @dependabot in #265
Full Changelog: 1.4.2...1.5.0
1.4.2
What's Changed
- Upgrade: Bump sentry-sdk from 1.5.0 to 1.5.1 by @dependabot in #240
- Upgrade: Bump async-timeout from 4.0.1 to 4.0.2 by @dependabot in #241
- Upgrade: Bump wikitextparser from 0.47.7 to 0.48.0 by @dependabot in #242
- Upgrade: Bump attrs from 21.2.0 to 21.4.0 by @dependabot in #243
- Upgrade: Bump gitpython from 3.1.24 to 3.1.26 by @dependabot in #250
- Upgrade: Bump charset-normalizer from 2.0.9 to 2.0.10 by @dependabot in #244
- Upgrade: Bump sentry-sdk from 1.5.1 to 1.5.2 by @dependabot in #251
- Upgrade: Bump anyio from 3.4.0 to 3.5.0 by @dependabot in #252
- Upgrade: Bump urllib3 from 1.26.7 to 1.26.8 by @dependabot in #253
- Fix: main eventloop is not running while webserver is by @TrueBrain in #255
Full Changelog: 1.4.1...1.4.2
1.4.1
What's Changed
- Fix: update the README about the Microsoft user-backend support by @TrueBrain in #225
- Fix: always show all of the navigation bar, even on mobile by @TrueBrain in #239
Dependency upgrades
- Upgrade: Bump aiohttp from 3.8.0 to 3.8.1 by @dependabot in #228
- Upgrade: Bump sentry-sdk from 1.4.3 to 1.5.0 by @dependabot in #233
- Upgrade: Bump anyio from 3.3.4 to 3.4.0 by @dependabot in #235
- Upgrade: Bump charset-normalizer from 2.0.7 to 2.0.8 by @dependabot in #236
- Upgrade: Bump typing-extensions from 3.10.0.2 to 4.0.1 by @dependabot in #234
- Upgrade: Bump charset-normalizer from 2.0.8 to 2.0.9 by @dependabot in #238
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
Important changes
- Fix: put
<nav>
after<header>
on all pages by @TrueBrain in #222 - Add: Microsoft as user backend by @TrueBrain in #224
Other changes
- Upgrade: Bump regex from 2021.10.23 to 2021.11.2 by @dependabot in #213
- Upgrade: Bump yarl from 1.7.0 to 1.7.2 by @dependabot in #210
- Upgrade: Bump wikitextparser from 0.47.5 to 0.47.7 by @dependabot in #217
- Upgrade: Bump regex from 2021.11.2 to 2021.11.10 by @dependabot in #215
- Fix: use .venv over .env for Python virtualenv by @TrueBrain in #219
- Cleanup: remove last bits and pieces of pyup from this project by @TrueBrain in #220
- Upgrade: Bump aiohttp from 3.7.4.post0 to 3.8.0 by @TrueBrain in #221
- Codechange: address various of CodeQL warnings by @TrueBrain in #223
Full Changelog: 1.3.4...1.4.0
1.3.4
What's Changed
- Upgrade: Bump sentry-sdk from 1.4.2 to 1.4.3 by @dependabot in #186
- Upgrade: Bump multidict from 5.1.0 to 5.2.0 by @dependabot in #188
- Upgrade: Bump regex from 2021.9.24 to 2021.9.30 by @dependabot in #187
- Upgrade: Bump yarl from 1.6.3 to 1.7.0 by @dependabot in #189
- Upgrade: Bump regex from 2021.9.30 to 2021.10.21 by @dependabot in #196
- Upgrade: Bump anyio from 3.3.2 to 3.3.4 by @dependabot in #195
- Upgrade: Bump charset-normalizer from 2.0.6 to 2.0.7 by @dependabot in #194
- Upgrade: Bump certifi from 2021.5.30 to 2021.10.8 by @dependabot in #190
- Upgrade: Bump click from 8.0.1 to 8.0.3 by @dependabot in #193
- Upgrade: Bump idna from 3.2 to 3.3 by @dependabot in #201
- Upgrade: Bump gitdb from 4.0.7 to 4.0.9 by @dependabot in #202
- Upgrade: Bump regex from 2021.10.21 to 2021.10.23 by @dependabot in #203
- Upgrade: Bump aioauth-client from 0.26.0 to 0.27.2 by @dependabot in #198
- Upgrade: Bump pyyaml from 5.4.1 to 6.0 by @dependabot in #199
- Upgrade: Bump httpx from 0.19.0 to 0.20.0 by @dependabot in #200
- Upgrade: Bump smmap from 4.0.0 to 5.0.0 by @dependabot in #197
Full Changelog: 1.3.3...1.3.4
1.3.3
Add
- #185 - Add: cache /static files for 24h and make /upload cache time configurable (@TrueBrain)
Dependencies
- #184 - Upgrade: Bump sentry-sdk from 1.4.1 to 1.4.2
- #183 - Upgrade: Bump anyio from 3.3.1 to 3.3.2
- #182 - Upgrade: Bump urllib3 from 1.26.6 to 1.26.7
- #181 - Upgrade: Bump regex from 2021.8.28 to 2021.9.24
- #180 - Upgrade: Bump sentry-sdk from 1.3.1 to 1.4.1
- #179 - Upgrade: Bump gitpython from 3.1.20 to 3.1.24
- #178 - Upgrade: Bump charset-normalizer from 2.0.4 to 2.0.6
- #177 - Upgrade: Bump aioauth-client from 0.25.10 to 0.26.0
- #175 - Upgrade: Bump httpcore from 0.13.6 to 0.13.7
- #173 - Upgrade: Bump anyio from 3.3.0 to 3.3.1
- #172 - Upgrade: Bump typing-extensions from 3.10.0.0 to 3.10.0.2
- #170 - Upgrade: Bump regex from 2021.8.27 to 2021.8.28
- #169 - Upgrade: Bump regex from 2021.8.3 to 2021.8.27
- #167 - Upgrade: Bump httpx from 0.18.2 to 0.19.0
- #166 - Upgrade: Bump regex from 2021.7.6 to 2021.8.3