diff options
-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 |