diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-05 10:17:30 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-05 10:17:30 +0100 |
commit | f5ea4dac56758ab099ee02827f6c3025ecc695db (patch) | |
tree | 9d7a35d4c0d30e9cb116f7b7293918337f25a0da | |
parent | 0a0e0d082f778fca86ab73313c130ef92b5f840d (diff) | |
download | PeerTube-f5ea4dac56758ab099ee02827f6c3025ecc695db.tar.gz PeerTube-f5ea4dac56758ab099ee02827f6c3025ecc695db.tar.zst PeerTube-f5ea4dac56758ab099ee02827f6c3025ecc695db.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d16361375..7706f8e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,8 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v3.0.0-rc.1 | 3 | ## v3.0.0 |
4 | |||
5 | **Since v2.4.0** | ||
4 | 6 | ||
5 | ### IMPORTANT NOTES | 7 | ### IMPORTANT NOTES |
6 | 8 | ||
@@ -14,7 +16,10 @@ | |||
14 | 16 | ||
15 | ### Docker | 17 | ### Docker |
16 | 18 | ||
17 | * Add nginx behind traefik to benefit nginx optimizations of some PeerTube routes [#2531](https://github.com/Chocobozzz/PeerTube/pull/2531) | 19 | * Replace traefik by nginx in our docker-compose template: |
20 | * Better consistency with our default setup (we now use the same stack) | ||
21 | * Use our default nginx template enabling many optimizations | ||
22 | * Update the documentation to take into account this change: https://docs.joinpeertube.org/install-docker | ||
18 | 23 | ||
19 | ### Plugins/Themes/Embed API | 24 | ### Plugins/Themes/Embed API |
20 | 25 | ||
@@ -35,6 +40,7 @@ | |||
35 | * Support live transcoding in multiple resolutions | 40 | * Support live transcoding in multiple resolutions |
36 | * Admins can set a limit of created lives per user/instance and a duration limit | 41 | * Admins can set a limit of created lives per user/instance and a duration limit |
37 | * This is the first step of live streaming, we'll consolidate the feature next year | 42 | * This is the first step of live streaming, we'll consolidate the feature next year |
43 | * Support Galician locale | ||
38 | * Update left menu [#3296](https://github.com/Chocobozzz/PeerTube/pull/3296) | 44 | * Update left menu [#3296](https://github.com/Chocobozzz/PeerTube/pull/3296) |
39 | * Add *My settings*, *My library*, *Administration* (if admin) below the username | 45 | * Add *My settings*, *My library*, *Administration* (if admin) below the username |
40 | * Rename section titles to *In my account*, and *On instance name* for better block scopes identification | 46 | * Rename section titles to *In my account*, and *On instance name* for better block scopes identification |
@@ -74,10 +80,12 @@ | |||
74 | * Render markdown in email notifications for new comments [#3255](https://github.com/Chocobozzz/PeerTube/pull/3255) | 80 | * Render markdown in email notifications for new comments [#3255](https://github.com/Chocobozzz/PeerTube/pull/3255) |
75 | * Add an admin setting to force ipv4 in youtube-dl [#3311](https://github.com/Chocobozzz/PeerTube/pull/3311) | 81 | * Add an admin setting to force ipv4 in youtube-dl [#3311](https://github.com/Chocobozzz/PeerTube/pull/3311) |
76 | * Add ability for admins to put markdown in all fields of *About* page [#3371](https://github.com/Chocobozzz/PeerTube/pull/3371) | 82 | * Add ability for admins to put markdown in all fields of *About* page [#3371](https://github.com/Chocobozzz/PeerTube/pull/3371) |
83 | * Support `activeMonth` and `activeHalfyear` in nodeinfo | ||
77 | 84 | ||
78 | ### Bug fixes | 85 | ### Bug fixes |
79 | 86 | ||
80 | * Fix inability to delete a channel due to a bug in the confirm modal | 87 | * Fix inability to delete a channel due to a bug in the confirm modal |
88 | * Fix views processing for hour 0 | ||
81 | * Fix ownership change modal accept button | 89 | * Fix ownership change modal accept button |
82 | * Fix incorrect ActivityPub IDs | 90 | * Fix incorrect ActivityPub IDs |
83 | * Do not transcode videos to an higher bitrate than the source | 91 | * Do not transcode videos to an higher bitrate than the source |
@@ -112,7 +120,36 @@ | |||
112 | * Fix playlist list `name`/`displayName` sort field [#3385](https://github.com/Chocobozzz/PeerTube/pull/3385) | 120 | * Fix playlist list `name`/`displayName` sort field [#3385](https://github.com/Chocobozzz/PeerTube/pull/3385) |
113 | * Fix 401 error display in embeds | 121 | * Fix 401 error display in embeds |
114 | * Do not crash if SMTP server is down, instead log an error [#3457](https://github.com/Chocobozzz/PeerTube/issues/3457) | 122 | * Do not crash if SMTP server is down, instead log an error [#3457](https://github.com/Chocobozzz/PeerTube/issues/3457) |
123 | * Fix redundancy federation in specific cases | ||
124 | * Stop CLI auth failure with extra `/` [#3520](https://github.com/Chocobozzz/PeerTube/issues/3520) | ||
125 | * Add missing audit log if the user deletes its account | ||
126 | * Don't crash on youtube-dl update write error | ||
127 | * Fix video auto block notification issue | ||
128 | |||
129 | **Since v3.0.0-rc.1** | ||
130 | |||
131 | ### Features | ||
132 | |||
133 | * Support Galician locale | ||
134 | * Support `activeMonth` and `activeHalfyear` in nodeinfo | ||
135 | |||
136 | ### Bug fixes | ||
115 | 137 | ||
138 | * Fix views processing for hour 0 | ||
139 | * Fix follows pages (in admin and about) | ||
140 | * Don't display live max duration if disabled by admin | ||
141 | * Correctly display live badge in videos list | ||
142 | * Fix redundancy federation in specific cases | ||
143 | * Fix live miniatures | ||
144 | * Don't update player timestamp when clicking on a timecode in comments/descriptions for a live | ||
145 | * Fix admin table filters | ||
146 | * Fix some accessibility issues | ||
147 | * Stop CLI auth failure with extra `/` [#3520](https://github.com/Chocobozzz/PeerTube/issues/3520) | ||
148 | * Fix login error display | ||
149 | * Don't display log level in audit logs view | ||
150 | * Add missing audit log if the user deletes its account | ||
151 | * Don't crash on youtube-dl update write error | ||
152 | * Fix video auto block notification issue | ||
116 | 153 | ||
117 | 154 | ||
118 | ## v2.4.0 | 155 | ## v2.4.0 |