peertube-app/CHANGELOG.md

320 lines
14 KiB
Markdown
Raw Permalink Normal View History

2020-06-24 19:26:29 +00:00
[0.1.0]
* Initial version
2020-06-24 22:50:27 +00:00
[0.2.0]
* Update logo
2020-06-25 05:25:25 +00:00
[0.3.0]
* Set min box version to 5.3.0
[0.4.0]
* Set trust proxy correctly
2020-07-21 22:32:58 +00:00
* Update PeerTube to 2.3.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.3.0)
* Add global search support (has to be explicitely enabled by admins)
* Add ability for admins to display a banner on their instance
* Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
* Add video miniature dropdown in Discover page
* Add channel information in My videos page
* Add videos count per channel in My channels page
2020-07-22 21:20:36 +00:00
[0.5.0]
* Fix issue where configs were not loaded correctly
2020-10-14 05:32:24 +00:00
[0.6.0]
* Install CLI tool in /app/code/cli
2020-10-14 05:53:37 +00:00
[0.7.0]
* Update Peertube to 2.4.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v2.4.0)
* Add global search support (has to be explicitely enabled by admins)
* Add ability for admins to display a banner on their instance
* Support Vietnamese and Kabyle languages. Also re-establish Occitan language locale despite lack of support in Angular
* Moderation:
* Add ability to bulk delete comments of an account
* Add ability to mute accounts from video miniature
* Improve report modal: @rigelk in #2842
* Replaced softies icons by feather icons @rigelk
* Support player hotkeys when it is not focused
* Improve video miniature grids to fill the space as much as possible @rigelk
* Add video miniature dropdown in Discover page
2020-10-15 02:31:17 +00:00
[1.0.0]
* Fix transcoding issues
2020-10-15 05:49:55 +00:00
[1.1.0]
* Enable LDAP
2020-10-16 00:36:47 +00:00
[1.1.1]
* Fix transcoding error with readonly file system
2020-12-02 18:22:14 +00:00
[1.2.0]
* Update ffmpeg to 4.3
2020-12-30 22:53:25 +00:00
[1.2.0]
* Update to Peertube v3.0.0 RC1
2021-01-07 10:32:05 +00:00
[2.0.0]
* Update to Peertube v3.0.0
* Remove deprecated video abuse API
* Update the default configuration to not federate unlisted videos. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L182)
* Update the default configuration to remove remote video views to reduce DB size and improve performances. We recommend to admins to update this [setting](https://github.com/Chocobozzz/PeerTube/blob/develop/config/production.yaml.example#L170)
2021-01-13 00:14:35 +00:00
[2.0.1]
* Update Peertube to 3.0.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.0.1)
* Security: Fix retrieving data of another user if the username contains _ when fetching my information
* Fix account feed URL
* Log RTMP server error (address already in use)
* Fix NPM theme links in admin theme page
* Don't reject AP actors with empty description
2021-02-24 13:17:20 +00:00
[2.0.2]
* Update base image to v3
2021-03-29 21:00:15 +00:00
[2.1.0]
* Update Peertube to 3.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.1.0)
* Fair transcoding jobs priority: give an higher priority to optimize jobs and decrease priority of transcoding jobs depending on the amount of videos uploaded by the user during the last 7 days #3637
* Allow admins to choose the transcoding jobs concurrency
* Support Albanian locale
* Async torrent creation on video upload. We hope that it should fix some weird upload errors
* Add .m4a audio upload support
* Stricter youtube-dl format selectors for import (don't import HDR videos and cap to the max supported resolution) #3516
* Don't publish imported videos before the user submitted the second step form
* Implement hot and best trending algorithms #3625 & #3681
* Support webp avatar upload
* Allow user to search through their watch history #3576
* Allow AP resolution for default account/channel pages (/accounts/:name/video-channels and /video-channels/:name/videos)
2021-06-03 04:08:06 +00:00
[2.2.0]
* Update Peertube to 3.2.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.2.0)
* By default, HLS transcoding is now enabled and webtorrent is disabled. We suggest you to reflect this change.
* PeerTube client now displays bigger video thumbnails.
2021-07-21 20:01:18 +00:00
[2.3.0]
* Update PeerTube to 3.3.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.3.0)
2021-09-13 21:28:13 +00:00
[2.4.0]
* Update PeerTube to 3.4.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.0)
* Add video filters to common video pages (account videos, channel videos, recently added/local/trending videos...)
* Add ability for instances to follow any actor (so specific accounts and channels)
* Updated HLS.js (library to play HLS playlists in PeerTube player) to V1:
* Add ability to search by PeerTube host in search filters
* Disallow search engine indexation of remote channels/accounts
* Support Latin language for videos
2021-10-11 09:16:36 +00:00
[2.4.1]
* Update PeerTube to 3.4.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v3.4.1)
* Fix broken PeerTube when cookies are disabled or if the embed iframe does not have appropriate options
* Fix search by channel's handle with an handle containing the local host
* Don't display autoblock message in upload page it is not enabled by the admin
* Don't index /about/peertube page
* Correctly handle OEmbed with an URL containing query parameters
* More robust youtube-dl thumbnail import
* Don't send a new video notification when using create transcoding CLI script
2021-12-14 10:00:22 +00:00
[2.5.0]
* Update PeerTube to 4.0.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.0.0)
2022-01-19 02:09:22 +00:00
[2.5.1]
* Update base image to 3.2.0
2022-03-08 20:13:17 +00:00
[2.6.0]
2022-02-23 12:34:19 +00:00
* Update PeerTube to 4.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.1.0)
2022-03-08 20:13:17 +00:00
* Player improvements
* Search improvements
* Video imports
* Add ability for users to delete individual elements in videos history
* Show date and views counter in playlist element miniature #4396
* Add norsk locale support
* Check mute status and display mute badges in channel and account pages
* Add No linguistic content video language option #4631
* Don't send notifications to admins/moderators if an admin/moderator reported an abuse
* Add ability for moderators/admins to edit any channel #4608
* Add a refresh button to admin videos overview page #4753
2022-02-23 12:34:19 +00:00
2022-03-08 21:22:41 +00:00
[2.6.1]
* Update PeerTube to 4.1.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.1.1)
* Strip EXIF data when processing images
2022-04-29 22:27:25 +00:00
[2.6.2]
* Patch CLI tool - see #4858
2022-05-06 04:35:01 +00:00
[2.6.3]
* Add prosody for livechat-plugin
2022-05-12 18:41:21 +00:00
[2.6.4]
* Symlink cache folder for node-gyp to work
2022-06-07 23:48:00 +00:00
[2.7.0]
* Update PeerTube to 4.2.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.2.0)
2022-06-21 13:43:02 +00:00
[2.7.1]
* Update PeerTube to 4.2.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.2.1)
* Fix live ending job that breaks new live session
* Fix search filters counter
* Fix upload banner icon margin
* Fix button icon margin
* Fix my import expander icon that should only be displayed on import error
* Fix select components styling inconsistency
* Increase max watch section to avoid too much warnings in server
* Optimize broadcast job creation
* Optimize View activities delivery using a dedicated broadcast job queue that can be run in parallel
* Fix video selection buttons placement
* Fix searching into account blocklist
* Fix incorrect instance stats
* Fix broken player on ICE error
* Relax views federation
* Fix peertube user in docker
* Fix playlist element federation with a deleted video
2022-06-28 13:48:03 +00:00
[2.7.2]
* Update PeerTube to 4.2.2
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.2.2)
* Upgrade vulnerable server dependencies
* Fix fast restream in permanent live
* Fix latency mode setting when creating a live
* Fix unique constraint tag violation when importing videos
* Fix latest live sessions order
* Fix server crash feed when accessing feeds that contains a live
* Fix false boolean attribute (data-is-live etc) in custom markup
2022-09-21 11:40:22 +00:00
[2.8.0]
* Update PeerTube to 4.3.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.3.0)
* Use yt-dlp by default instead of youtube-dl for new installations (because of much more dev activity)
* Reduce amount of PeerTube error logs
* Introduce log.log_tracker_unknown_infohash setting to disable "Unknown infoHash" warnings
* Web browsers send their error logs to the server that writes them in its own logs. Can be disabled by log.accept_client_log setting
* Enable metrics export using a Prometheus exporter
* Enable tracing export using a Jaeger exporter
* Automatically rebuild native plugin modules on NodeJS ABI change
2022-11-17 12:39:46 +00:00
[2.8.1]
* Update PeerTube to 4.3.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v4.3.1)
* Prevent XSS in sort select on pages that list videos. Thanks to Anthony Roth who reported the vulnerability!
* Fix broken embed player on live reload
* Fix channel follow when manually approve instance followers is enabled
* Fix input with number overflow on small screen
* Fix moderation dropdown overflow on mobile
2022-12-13 10:30:41 +00:00
[2.9.0]
* Update PeerTube to 5.0.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.0.0)
* Support object storage for live streams tada
* Support Two Factor authentication (OTP) tada
* Add explanation on disk space used for user quota admin config #5305
* Display channel in my videos list
* Show which playlists videos are added to in my videos list
* Add Channels link in left menu
* Add ... after the truncated video name in miniature
* Add object storage info badge in videos admin overview
* Add links to video files in videos admin overview
* Better indicate the live ended in embed by displaying a message and the live preview
* Force live autoplay by muting the video if necessary when the user was waiting for the live
* Handle network issues in video player #5138
* Cache chunks to upload in server to resume upload later #5224
* Add ability to serve custom static files under /.well-known URL path #5214
* Use account/channel avatar in account/channel RSS feeds #5325
* Add filter to sort videos by name #5351
* Add ability to configure OpenTelemetry Prometheus exporter listening hostname
2023-01-03 17:55:03 +00:00
[2.10.0]
* Update base image to 4.0.0
2023-01-05 11:05:38 +00:00
[2.10.1]
* Update PeerTube to 5.0.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.0.1)
* Fix HLS player infinite loading when the live stream/video ends
* Do not autoplay live without autoplay setting
* Fix private/internal video playback from Cloudflare object storage
* Fix local channel stats/OpenTelemetry metric
* Also display dropdown for videos from the homepage
* Fix broken P2P with live stream coming from object storage
* Fix responsive of table pagination
2023-03-06 10:00:31 +00:00
[2.10.2]
* Remove invokation of 5.0 upgade script
2023-03-21 10:58:52 +00:00
[2.11.0]
* Update PeerTube to 5.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.1.0)
* **IMPORTANT**: If your instance has signup enabled, user registration approval is automatically enabled by the default configuration of this release. You can change this setting in your production.yaml or in the configuration page in the web admin
Update web browsers support list:
* Drop support of Safari 11 on iOS
* Drop support of Safari 11 on desktop
* Drop support of Firefox 68 on desktop
* Implement user registration approval (https://docs.joinpeertube.org/admin/managing-users#registration-approval) #5544
* Add "back to live" button in player
* Add Icelandic & Ukrainian locales
* Add Global views default trending algorithm option in admin configuration #5471
2023-06-21 14:15:56 +00:00
[2.12.0]
* Update PeerTube to 5.2.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.2.0)
* Implement remote transcoding for VOD videos, Live streams and Studio editions tada #5769
* If enabled, remote PeerTube runners can process these high CPU jobs
* Admin documentation: https://docs.joinpeertube.org/admin/remote-runners
* PeerTube runner CLI documentation: https://docs.joinpeertube.org/maintain/tools#peertube-runner
* Demonstration video: https://peertube2.cpy.re/w/oJwHHYwt4oKjKhLNh2diAY
* Architecture documentation: https://docs.joinpeertube.org/contribute/architecture#remote-vod-live-transcoding
* Add Podcast RSS feed support: #5487
* Add ability to set custom privacy for live replays #5692
* Render images of markdown fields in About page #5732
* Admin can disable user video history by default #5728
* Improve global accessibility
2023-08-30 20:16:16 +00:00
[2.12.1]
* Update PeerTube to 5.2.1
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v5.2.1)
* Fix loading spinner displayed forever on Chrome
* Fix broken replay with long live name
* Fix fps transcoding on remote runners
* Fix terms/code of conduct link toggle
2023-10-23 14:52:59 +00:00
[2.13.0]
* Update base image to 4.2.0
2023-12-28 11:38:47 +00:00
[2.14.0]
* Update PeerTube to 6.0.2
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.2)
2024-01-05 12:04:14 +00:00
* [Important breaking changes in 6.0](https://github.com/Chocobozzz/PeerTube/blob/develop/CHANGELOG.md#v600). Some keys in `production.yaml` have been renamed (for example, object storage keys).
2024-01-16 14:31:38 +00:00
[2.15.0]
* Migrate to OIDC login
2024-01-18 11:23:32 +00:00
[2.15.1]
* Update PeerTube to 6.0.3
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.3)
* Fix HTML meta tags with attributes that contain quotes
* Fix time parsing resulting in broken video start time in some cases
* Fix WebTorrent video import crash
* Reload Discover page on logout
* Fix privacy error when updating a live, even if the privacy has not changed
* Fix invalid remote live state change notification that causes the player to reload
* Don't apply big play button skin to settings menu
* Fix downloading video files from object storage with some video names (that include emojis, quotes etc)
2024-04-04 13:56:19 +00:00
[2.15.2]
* Update PeerTube to 6.0.4
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.4)
* Important: Prevent XSS injection in embed. Thanks Syst3m0ver!
2024-04-29 11:40:43 +00:00
[2.16.0]
* Update PeerTube to 6.1.0
* [Full changelog](https://github.com/Chocobozzz/PeerTube/releases/tag/v6.1.0)
* Compact ActivityPub JSON-LD objects before using them to prevent incorrect access control @tesaguri
* Protect ActivityPub information related to private/internal/blocked videos