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
funkwhale
funkwhale
Commits
6057b4fe
Unverified
Commit
6057b4fe
authored
Apr 23, 2022
by
Georg Krause
Browse files
Version bump and changelog for 1.2.4
parent
6d706c17
Pipeline
#20389
passed with stages
in 151 minutes and 20 seconds
Changes
7
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
6057b4fe
...
...
@@ -10,6 +10,52 @@ This changelog is viewable on the web at https://docs.funkwhale.audio/changelog.
.. towncrier
1.2.4 (2022-04-23)
------------------
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
Enhancements:
- Hand cursor now displayed over artist and album cards
Bugfixes:
- Fixes docs' SMTP URI configuration (#1749) (1749)
Documentation:
- The documentation is now available in two versions: Develop and Stable
Contributors to our Issues:
- Beto Dealmeida
- Cam Sweeney
- Ciarán Ainsworth
- Georg Krause
- JuniorJPDJ
- Marcos Peña
- Mathieu Jourdan
- Micha Gläß-Stöcker
- petitminion
Contributors to our Merge Requests:
- Georg Krause
- JuniorJPDJ
- Marcos Peña
- petitminion
Committers:
- Georg Krause
- Marcos Peña
- MattDHarding
1.2.3 (2022-03-18)
------------------
...
...
api/funkwhale_api/__init__.py
View file @
6057b4fe
# -*- coding: utf-8 -*-
__version__
=
"1.2.
3
"
__version__
=
"1.2.
4
"
__version_info__
=
tuple
(
[
int
(
num
)
if
num
.
isdigit
()
else
num
...
...
changes/changelog.d/1749.bugfix
deleted
100644 → 0
View file @
6d706c17
Fixes docs' SMTP URI configuration (#1749) (1749)
changes/changelog.d/cursor.enhancement
deleted
100644 → 0
View file @
6d706c17
Hand cursor now displayed over artist and album cards
changes/changelog.d/multi-version.doc
deleted
100644 → 0
View file @
6d706c17
The documentation is now available in two versions: Develop and Stable
changes/template.rst
View file @
6057b4fe
------------------
{{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
Upgrade instructions are available at
https://docs.funkwhale.audio/admin/upgrading.html
...
...
scripts/get-contributions-stats.py
View file @
6057b4fe
...
...
@@ -96,7 +96,7 @@ def main():
issue_participants
=
clear_list
(
issue_participants
)
for
contributor
in
issue_participants
:
print
(
contributor
)
print
(
"- "
+
contributor
)
print
(
"
\n
Contributors to our Merge Requests:
\n
"
)
mr_participants
=
[]
...
...
@@ -107,7 +107,7 @@ def main():
mr_participants
=
clear_list
(
mr_participants
)
for
contributor
in
mr_participants
:
print
(
contributor
)
print
(
"- "
+
contributor
)
return
...
...
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