Skip to content
Snippets Groups Projects
Select Git revision
  • 170-rss-feed
  • 170-channels-ui
  • develop default protected
  • 107-actor-api
  • rely-on-musicbrainz
  • fix-broken-playlist-cards
  • master
  • ollie/funkwhale-documentation-fixes
  • vuln-testing
  • plugins-v2
  • limit-album-tracks
  • 925-flac-transcoding
  • 865-sql-optimization
  • 890-notification
  • 839-donation-link
  • landing-page
  • plugins
  • add-new-shortcuts
  • 735-table-truncate
  • webdav
  • 0.20.1
  • 0.20.0
  • 0.20.0-rc1
  • 0.19.1
  • 0.19.0
  • 0.19.0-rc2
  • 0.19.0-rc1
  • 0.18.3
  • 0.18.2
  • 0.18.1
  • 0.18
  • 0.17
  • 0.16.3
  • 0.16.2
  • 0.16.1
  • 0.16
  • 0.15
  • 0.14.2
  • 0.14.1
  • 0.14
40 results

changelog.rst

Blame
  • Forked from funkwhale / funkwhale
    7993 commits behind the upstream repository.
    To find the state of this project's repository at the time of any of these versions, check out the tags.
    changelog.rst 865 B

    Changelog

    0.2.1

    2017-07-17

    • Now return media files with absolute URL
    • Now display CLI instructions to download a set of tracks
    • Fixed #33: sort by track position in album in API by default, also reuse that information on frontend side
    • More robust audio player and queue in various situations:
    • upgrade to latest dynamic_preferences and use redis as cache even locally

    0.2

    2017-07-09

    • [feature] can now import artist and releases from youtube and musicbrainz. This requires a YouTube API key for the search
    • [breaking] we now check for user permission before serving audio files, which requires

    a specific configuration block in your reverse proxy configuration:

    location /_protected/media {
        internal;
        alias   /srv/funkwhale/data/media;
    }

    0.1

    2017-06-26

    Initial release