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
interfect
funkwhale
Commits
1a5b7ed2
Verified
Commit
1a5b7ed2
authored
Apr 02, 2018
by
Eliot Berriot
Browse files
Version bump and Changelog
parent
28700270
Changes
17
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
1a5b7ed2
...
...
@@ -3,11 +3,55 @@ Changelog
.. towncrier
Release notes:
0.8 (2018-04-02)
----------------
Features:
- Add a detail page for radios (#64)
- Implemented page title binding (#1)
- Previous Track button restart playback after 3 seconds (#146)
Enhancements:
- Added credits to Francis Gading for the logotype (#101)
- API endpoint for fetching instance activity and updated timeline to use this
new endpoint (#141)
- Better error messages in case of missing environment variables (#140)
- Implemented a @test@yourfunkwhaledomain bot to ensure federation works
properly. Send it "/ping" and it will answer back :)
- Queue shuffle now apply only to tracks after the current one (#97)
- Removed player from queue tab and consistently show current track in queue
(#131)
- We now restrict some usernames from being used during signup (#139)
Bugfixes:
- Better error handling during file import (#120)
- Better handling of utf-8 filenames during file import (#138)
- Converted favicon from .ico to .png (#130)
- Upgraded to Python 3.6 to fix weird but harmless weakref error on django task
(#121)
Documentation:
- Documented the upgrade process (#127)
Preparing for federation
^^^^^^^^^^^^^^^^^^^^^^^^
Federation of music libraries is one of the most asked feature.
While there is still a lot of work to do, this version includes
the foundation that will enable funkwhale servers to communicate
between each others, and with other federated software, such as
Mastodon.
Funkwhale will use ActivityPub as it's federation protocol.
In order to prepare for federation (see #136 and #137), new API endpoints
have been added under /federation and /.well-known/webfinger.
...
...
@@ -47,7 +91,10 @@ your instance requests on the federation. This can be done via::
source /srv/funkwhale/load_env
python manage.py generate_keys --no-input
That's it :)
To test and troobleshoot federation, we've added a bot account. This bot is available at @test@yourinstancedomain,
and sending it "/ping", for example, via Mastodon, should trigger
a response.
0.7 (2018-03-21)
...
...
changes/changelog.d/1.feature
deleted
100644 → 0
View file @
28700270
Implemented
page
title
binding
(
#1)
changes/changelog.d/101.enhancement
deleted
100644 → 0
View file @
28700270
Added credits to Francis Gading for the logotype (#101)
changes/changelog.d/120.bugfix
deleted
100644 → 0
View file @
28700270
Better error handling during file import (#120)
changes/changelog.d/121.bugfix
deleted
100644 → 0
View file @
28700270
Upgraded to Python 3.6 to fix weird but harmless weakref error on django task (#121)
changes/changelog.d/127.doc
deleted
100644 → 0
View file @
28700270
changes/changelog.d/130.bugfix
deleted
100644 → 0
View file @
28700270
Converted favicon from .ico to .png (#130)
changes/changelog.d/131.enhancement
deleted
100644 → 0
View file @
28700270
Removed player from queue tab and consistently show current track in queue (#131)
changes/changelog.d/138.bugfix
deleted
100644 → 0
View file @
28700270
Better handling of utf-8 filenames during file import (#138)
changes/changelog.d/139.enhancement
deleted
100644 → 0
View file @
28700270
We now restrict some usernames from being used during signup (#139)
changes/changelog.d/140.enhancement
deleted
100644 → 0
View file @
28700270
Better error messages in case of missing environment variables (#140)
changes/changelog.d/141.enhancement
deleted
100644 → 0
View file @
28700270
API endpoint for fetching instance activity and updated timeline to use this new
endpoint (#141)
changes/changelog.d/146.feature
deleted
100644 → 0
View file @
28700270
Previous
Track
button
restart
playback
after
3
seconds
(
#146)
changes/changelog.d/64.feature
deleted
100644 → 0
View file @
28700270
Add
a
detail page for radios (#64)
\ No newline at end of file
changes/changelog.d/97.enhancement
deleted
100644 → 0
View file @
28700270
Queue shuffle now apply only to tracks after the current one (#97)
changes/changelog.d/test-bot.enhancement
deleted
100644 → 0
View file @
28700270
Implemented a @test@yourfunkwhaledomain bot to ensure federation works properly. Send it "/ping" and it will answer back :)
pyproject.toml
View file @
1a5b7ed2
...
...
@@ -17,6 +17,11 @@
name
=
"Features"
showcontent
=
true
[[tool.towncrier.type]]
directory
=
"enhancement"
name
=
"Enhancements"
showcontent
=
true
[[tool.towncrier.type]]
directory
=
"bugfix"
name
=
"Bugfixes"
...
...
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