diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-02 09:30:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-02 09:30:49 +0200 |
commit | f3e887e5f0f5669d09ca6fad13f3a39095d4b2f0 (patch) | |
tree | 086d415eb3c2dc3707ca802395ccf72c10cfeb93 | |
parent | 03fc19281b476f29b315083f373ca1a1fd4487f9 (diff) | |
download | PeerTube-f3e887e5f0f5669d09ca6fad13f3a39095d4b2f0.tar.gz PeerTube-f3e887e5f0f5669d09ca6fad13f3a39095d4b2f0.tar.zst PeerTube-f3e887e5f0f5669d09ca6fad13f3a39095d4b2f0.zip |
Update changelog
-rw-r--r-- | CHANGELOG.md | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d96b64e40..92ad4344b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,6 +1,8 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## v2.2.0-rc.1 | 3 | ## v2.2.0 |
4 | |||
5 | **Since v2.1.0** | ||
4 | 6 | ||
5 | ## IMPORTANT NOTES | 7 | ## IMPORTANT NOTES |
6 | 8 | ||
@@ -163,6 +165,33 @@ | |||
163 | * Fix playlist creation/update with a long description | 165 | * Fix playlist creation/update with a long description |
164 | * Fix links of same instance in video description | 166 | * Fix links of same instance in video description |
165 | * Fix REPL script | 167 | * Fix REPL script |
168 | * Fix broken client when cookies are disabled | ||
169 | * Fix upload button color in dark mode | ||
170 | * Explicit theme colors for inputs and textarea | ||
171 | * Fix input/textarea themes | ||
172 | * Fix action button icons theme | ||
173 | * Fix grey color theme | ||
174 | * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible)) | ||
175 | |||
176 | |||
177 | **since v2.2.0-rc.1** | ||
178 | |||
179 | ### Bug fixes | ||
180 | |||
181 | * Fix broken migration introduced in 2.2.0-rc.1 in docker | ||
182 | * Fix sort icons in tables | ||
183 | * Fix action button overflow in tables | ||
184 | * Fix broken client when cookies are disabled | ||
185 | * Fix upload button color in dark mode | ||
186 | * Explicit theme colors for inputs and textarea | ||
187 | * Fix input/textarea themes | ||
188 | * Fix dropdown menu overflow | ||
189 | * Fix notifications with dark theme | ||
190 | * Fix action button icons theme | ||
191 | * Fix grey color theme | ||
192 | * Fix regression scrollbar bgcolor mdtextarea maximized-mode ([@kimsible](https://github.com/kimsible)) | ||
193 | * Fix broken emails | ||
194 | |||
166 | 195 | ||
167 | 196 | ||
168 | ## v2.1.1 | 197 | ## v2.1.1 |