aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md48
1 files changed, 37 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc04a86ff..25731ce74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,12 @@
1# Changelog 1# Changelog
2 2
3## v2.3.0-rc.1 3## v2.3.0
4
5**Since v2.2.0**
4 6
5### IMPORTANT NOTES 7### IMPORTANT NOTES
6 8
9 * Add `client_overrides` directory in configuration file. **You must configure it in your production.yaml**
7 * Deprecate `/videos/abuse` endpoint. 10 * Deprecate `/videos/abuse` endpoint.
8A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0) 11A new endpoint to report videos will be created in PeerTube 2.4 and will also allow to report accounts and comments (`/videos/abuse` will be removed in 3.0)
9 * Renamed videos blacklist feature to videos blocks/blocklist 12 * Renamed videos blacklist feature to videos blocks/blocklist
@@ -36,6 +39,10 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
36 * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos) 39 * [Auto block videos (alpha)](https://framagit.org/framasoft/peertube/official-plugins/-/tree/master/peertube-plugin-auto-block-videos)
37 40
38 41
42### Plugins/Themes/Embed API
43
44 * Add ability to override client assets: logo - favicon - PWA icons - PWA manifest name and description [@kimsible in #2897](https://github.com/Chocobozzz/PeerTube/pull/2897)
45
39### Features 46### Features
40 47
41 * :tada: Add global search support (has to be explicitely enabled by admins) 48 * :tada: Add global search support (has to be explicitely enabled by admins)
@@ -75,20 +82,39 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
75 82
76### Bug fixes 83### Bug fixes
77 84
78 * Fix default anonymous theme that should use instance default 85 * Fix default anonymous theme that should use instance default
79 * Fix configuration form issue when auto follow index URL is empty 86 * Fix configuration form issue when auto follow index URL is empty
80 * Fix URL import of some videos 87 * Fix URL import of some videos
81 * Fix quota representation in profile settings **@rigelk** 88 * Fix quota representation in profile settings **@rigelk**
82 * Exclude 0p from auto webtorrent quality 89 * Exclude 0p from auto webtorrent quality
83 * Fix scroll on some pages with hash in URL 90 * Fix scroll on some pages with hash in URL
84 * Fix search filter in video reports 91 * Fix search filter in video reports
85 * Fix anonymous user nsfw policy 92 * Fix anonymous user nsfw policy
86 * Don't cache embed HTML page resulting in broken embed after a PeerTube upgrade 93 * Don't cache embed HTML page resulting in broken embed after a PeerTube upgrade
87 * Accessibility: 94 * Accessibility:
88 * Add lang in document to match current locale [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822) 95 * Add lang in document to match current locale [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822)
89 * Prevent duplicate id attributes for `.svg` [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822) 96 * Prevent duplicate id attributes for `.svg` [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822)
90 * Fix headings order or add missing ones [@Pandoraaa in #2871](https://github.com/Chocobozzz/PeerTube/pull/2871) 97 * Fix headings order or add missing ones [@Pandoraaa in #2871](https://github.com/Chocobozzz/PeerTube/pull/2871)
91 * Remove uneccessary details to link titles [@Pandoraaa in #2879](https://github.com/Chocobozzz/PeerTube/pull/2879) 98 * Remove uneccessary details to link titles [@Pandoraaa in #2879](https://github.com/Chocobozzz/PeerTube/pull/2879)
99 * Fix accessibility action buttons and display on imports and followers list [@kimsible in #2986](https://github.com/Chocobozzz/PeerTube/pull/2986)
100 * Fix iOS player with HLS-only videos
101 * Fix action buttons selection mode styles [@kimsible in #2983](https://github.com/Chocobozzz/PeerTube/pull/2983)
102
103
104**Since v2.3.0-rc.1**
105
106### Bug fixes
107
108 * Fix broken locales
109 * Fix embed URL in share modal
110 * Handle webp images from youtube-dl
111 * Fix iOS player with HLS-only videos
112 * Fix popup issues on video miniature click when searching on the global index
113 * Fix username in password-reset email [@kimsible in #2960](https://github.com/Chocobozzz/PeerTube/pull/2960)
114 * Fix maximized icon padding in markdown textarea [@kimsible in #2963](https://github.com/Chocobozzz/PeerTube/pull/2963)
115 * Fix action buttons selection mode styles [@kimsible in #2983](https://github.com/Chocobozzz/PeerTube/pull/2983)
116 * Fix user creation in admin [@kimsible in #2985](https://github.com/Chocobozzz/PeerTube/pull/2985)
117 * Fix accessibility action buttons and display on imports and followers list [@kimsible in #2986](https://github.com/Chocobozzz/PeerTube/pull/2986)
92 118
93 119
94## v2.2.0 120## v2.2.0