Version bump and changelog for 1.3.1

environments/review-docs-merge-hoc7bt/deployments/18064^2 1.3.1
Georg Krause 2023-06-27 20:33:58 +02:00
rodzic 8c228c7a5b
commit cc7fde67b6
20 zmienionych plików z 73 dodań i 19 usunięć

Wyświetl plik

@ -10,6 +10,78 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.3.1 (2023-06-27)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Bugfixes:
- Dynamically add report targets to the map to avoid missing keys (#2121)
- Fix location of the nginx config template for docker deployments (#2146)
- Fix pagination on search page (#2134)
- Fix Prune skipped uploads is OOM killed (#2136)
- Fixed Fomantic UI dropdown messing with Vue internals in radio builder (#2142)
- Fixed premature login redirect on podcast detail page (#2155)
- Fixed stale data in indexedDB after logout (#2133)
- Make sure dependency pins are working with pip install (Restores python3.7 support)
- Make sure embed codes generated before 1.3.0 are still working
- Make sure the SPA Manifest is fetched using the right protocol (#2151)
- Moved modals above all content (#2154)
- Raise SystemExit exception in API manage.py script
- Remove track from cache when it gets disposed outside of the cache handler (#2157)
- Standardize instanceUrl value in instance store (#2113)
- Fix for banner images not being served on pods.
- Fixed PWA Window theme color.
Documentation:
- Fix instructions for using custom nginx configurations in our documentation
Other:
- Don't run CI on branch containing stable or develop
Contributors to our Issues:
- AMoonRabbit
- Asier Iturralde Sarasola
- Bertille D.
- Casuallynoted
- Ciarán Ainsworth
- Daniel Jeller
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- Mathieu Jourdan
- NaiveTub
- Ricardo
- Virgile Robles
- nouts
- petitminion
Contributors to our Merge Requests:
- AMoonRabbit
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Kasper Seweryn
- jooola
- petitminion
Committers:
- AMoonRabbit
- Georg Krause
- jo
- JuniorJPDJ
- Kasper Seweryn
- Moon Rabbit
- Petitminion
1.3.0 (2023-06-01)
------------------

Wyświetl plik

@ -1,4 +1,4 @@
__version__ = "1.3.0"
__version__ = "1.3.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num

Wyświetl plik

@ -1 +0,0 @@
Standardize instanceUrl value in instance store (#2113)

Wyświetl plik

@ -1 +0,0 @@
Dynamically add report targets to the map to avoid missing keys (#2121)

Wyświetl plik

@ -1 +0,0 @@
Fixed stale data in indexedDB after logout (#2133)

Wyświetl plik

@ -1 +0,0 @@
Fix pagination on search page (#2134)

Wyświetl plik

@ -1 +0,0 @@
Fix Prune skipped uploads is OOM killed (#2136)

Wyświetl plik

@ -1 +0,0 @@
Fixed Fomantic UI dropdown messing with Vue internals in radio builder (#2142)

Wyświetl plik

@ -1 +0,0 @@
Fix location of the nginx config template for docker deployments (#2146)

Wyświetl plik

@ -1 +0,0 @@
Fixed PWA Window theme color.

Wyświetl plik

@ -1 +0,0 @@
Fix for banner images not being served on pods.

Wyświetl plik

@ -1 +0,0 @@
Make sure the SPA Manifest is fetched using the right protocol (#2151)

Wyświetl plik

@ -1 +0,0 @@
Moved modals above all content (#2154)

Wyświetl plik

@ -1 +0,0 @@
Fixed premature login redirect on podcast detail page (#2155)

Wyświetl plik

@ -1 +0,0 @@
Remove track from cache when it gets disposed outside of the cache handler (#2157)

Wyświetl plik

@ -1 +0,0 @@
Make sure embed codes generated before 1.3.0 are still working

Wyświetl plik

@ -1 +0,0 @@
Fix instructions for using custom nginx configurations in our documentation

Wyświetl plik

@ -1 +0,0 @@
Raise SystemExit exception in API manage.py script

Wyświetl plik

@ -1 +0,0 @@
Don't run CI on branch containing stable or develop

Wyświetl plik

@ -1 +0,0 @@
Make sure dependency pins are working with pip install (Restores python3.7 support)