Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EorlBruder
funkwhale
Commits
21b3c725
Unverified
Commit
21b3c725
authored
May 07, 2022
by
Georg Krause
Browse files
Version bump and changelog for 1.2.5
parent
33872cf6
Changes
6
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
21b3c725
...
...
@@ -10,6 +10,58 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.5 (2022-05-07)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Parameterize the default S3 ACL when uploading objects. (#1319)
Bugfixes:
- Fix stopped player to not show 00:00 when loading a track (#1432)
- Fixes channel page (#1729) (1729)
Committers:
- Georg Krause
- Marcos
- MattDHarding
- Stuart Begley-Miller
Contributors to our Issues:
- Agate
- Beto Dealmeida
- Cam Sweeney
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Marcos Peña
- Mathieu Jourdan
- MattDHarding
- Micha Gläß-Stöcker
- Stuart Begley-Miller
- Tony Wasserka
- jovuit
- petitminion
- pullopen
Contributors to our Merge Requests:
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Marcos Peña
- MattDHarding
- PhieF
- Stuart Begley-Miller
- petitminion
1.2.4 (2022-04-23)
------------------
...
...
CONTRIBUTING.rst
View file @
21b3c725
...
...
@@ -759,13 +759,13 @@ To make a new 3.4 release::
git pull
# compile changelog
towncrier --version $NEXT_RELEASE
--yes
towncrier
build
--version $NEXT_RELEASE
# polish changelog
# - update the date
# - look for typos
# - add list of contributors via `python3 scripts/get-contributions-stats.py $NEXT_RELEASE`
git log $PREVIOUS_RELEASE.. --format="%aN" --reverse | sort | uniq # Get all commit authors since last release
git log $PREVIOUS_RELEASE.. --format="
-
%aN" --reverse | sort | uniq # Get all commit authors since last release
nano CHANGELOG
# Set the `__version__` variable to $NEXT_RELEASE
...
...
api/funkwhale_api/__init__.py
View file @
21b3c725
# -*- coding: utf-8 -*-
__version__
=
"1.2.
4
"
__version__
=
"1.2.
5
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1319.enhancement
deleted
100644 → 0
View file @
33872cf6
Parameterize the default S3 ACL when uploading objects. (#1319)
changes/changelog.d/1432.bugfix
deleted
100644 → 0
View file @
33872cf6
Fix stopped player to not show 00:00 when loading a track (#1432)
changes/changelog.d/1729.bugfix
deleted
100644 → 0
View file @
33872cf6
Fixes channel page (#1729) (1729)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment