aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-21 09:59:36 +0200
committerChocobozzz <me@florianbigard.com>2020-07-21 09:59:36 +0200
commit73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c (patch)
tree945d400cd6af49df3aca7cc2f072a884ee90375c /CHANGELOG.md
parent2e03d65032378bccf7d4fc47d4410ace67073022 (diff)
downloadPeerTube-73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c.tar.gz
PeerTube-73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c.tar.zst
PeerTube-73f07d387e523a8cbb73e29fe12ecbbbb80f0a2c.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md43
1 files changed, 32 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc04a86ff..1c8972fdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
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
@@ -75,20 +77,39 @@ A new endpoint to report videos will be created in PeerTube 2.4 and will also al
75 77
76### Bug fixes 78### Bug fixes
77 79
78 * Fix default anonymous theme that should use instance default 80 * Fix default anonymous theme that should use instance default
79 * Fix configuration form issue when auto follow index URL is empty 81 * Fix configuration form issue when auto follow index URL is empty
80 * Fix URL import of some videos 82 * Fix URL import of some videos
81 * Fix quota representation in profile settings **@rigelk** 83 * Fix quota representation in profile settings **@rigelk**
82 * Exclude 0p from auto webtorrent quality 84 * Exclude 0p from auto webtorrent quality
83 * Fix scroll on some pages with hash in URL 85 * Fix scroll on some pages with hash in URL
84 * Fix search filter in video reports 86 * Fix search filter in video reports
85 * Fix anonymous user nsfw policy 87 * Fix anonymous user nsfw policy
86 * Don't cache embed HTML page resulting in broken embed after a PeerTube upgrade 88 * Don't cache embed HTML page resulting in broken embed after a PeerTube upgrade
87 * Accessibility: 89 * Accessibility:
88 * Add lang in document to match current locale [@rigelk in #2822](https://github.com/Chocobozzz/PeerTube/pull/2822) 90 * 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) 91 * 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) 92 * 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) 93 * Remove uneccessary details to link titles [@Pandoraaa in #2879](https://github.com/Chocobozzz/PeerTube/pull/2879)
94 * Fix accessibility action buttons and display on imports and followers list [@kimsible in #2986](https://github.com/Chocobozzz/PeerTube/pull/2986)
95 * Fix iOS player with HLS-only videos
96 * Fix action buttons selection mode styles [@kimsible in #2983](https://github.com/Chocobozzz/PeerTube/pull/2983)
97
98
99**Since v2.3.0-rc.1**
100
101### Bug fixes
102
103 * Fix broken locales
104 * Fix embed URL in share modal
105 * Handle webp images from youtube-dl
106 * Fix iOS player with HLS-only videos
107 * Fix popup issues on video miniature click when searching on the global index
108 * Fix username in password-reset email [@kimsible in #2960](https://github.com/Chocobozzz/PeerTube/pull/2960)
109 * Fix maximized icon padding in markdown textarea [@kimsible in #2963](https://github.com/Chocobozzz/PeerTube/pull/2963)
110 * Fix action buttons selection mode styles [@kimsible in #2983](https://github.com/Chocobozzz/PeerTube/pull/2983)
111 * Fix user creation in admin [@kimsible in #2985](https://github.com/Chocobozzz/PeerTube/pull/2985)
112 * Fix accessibility action buttons and display on imports and followers list [@kimsible in #2986](https://github.com/Chocobozzz/PeerTube/pull/2986)
92 113
93 114
94## v2.2.0 115## v2.2.0