瀏覽代碼

Release v2.2.0-beta.3

Danilo Bargen 6 年之前
父節點
當前提交
3685349fdf
共有 3 個文件被更改,包括 26 次插入2 次删除
  1. 24 0
      CHANGELOG.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 24 - 0
CHANGELOG.md

@@ -4,6 +4,24 @@ This changelog lists the most important changes for each released version. For
 the full log, please refer to the git commit history.
 the full log, please refer to the git commit history.
 
 
 
 
+### [v2.2.0-beta.3][v2.2.0-beta.3] (2019-07-03)
+
+Changes:
+
+* [feature] Add Portuguese translations ([#832][i832])
+* [feature] Overhauled logging system ([#826][i826])
+* [change] Update Czech, French, Chinese translations ([#832][i832])
+* [bug] Fix connection bar being flaky ([#824][i824])
+* [bug] Fix collapsing of consecutive whitespace in compose area ([#821][i821])
+* [bug] Fix undo behavior in compose area ([#827][i827])
+
+Contributors:
+
+- [Nuno\_M](https://www.transifex.com/user/profile/Nuno_M/) (PT translations)
+- [Marcel Krüse](https://www.transifex.com/user/profile/blogkaizzenn/) (PT translations)
+- [Johannes Müller](https://www.transifex.com/user/profile/tscho/) (PT translations)
+
+
 ### [v2.2.0-beta.2][v2.2.0-beta.2] (2019-06-13)
 ### [v2.2.0-beta.2][v2.2.0-beta.2] (2019-06-13)
 
 
 Changes:
 Changes:
@@ -770,7 +788,13 @@ First public release.
 [i816]: https://github.com/threema-ch/threema-web/issues/816
 [i816]: https://github.com/threema-ch/threema-web/issues/816
 [i817]: https://github.com/threema-ch/threema-web/issues/817
 [i817]: https://github.com/threema-ch/threema-web/issues/817
 [i818]: https://github.com/threema-ch/threema-web/issues/818
 [i818]: https://github.com/threema-ch/threema-web/issues/818
+[i821]: https://github.com/threema-ch/threema-web/issues/821
+[i824]: https://github.com/threema-ch/threema-web/issues/824
+[i826]: https://github.com/threema-ch/threema-web/issues/826
+[i827]: https://github.com/threema-ch/threema-web/issues/827
+[i832]: https://github.com/threema-ch/threema-web/issues/832
 
 
+[v2.2.0-beta.3]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.2...v2.2.0-beta.3
 [v2.2.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.1...v2.2.0-beta.2
 [v2.2.0-beta.2]: https://github.com/threema-ch/threema-web/compare/v2.2.0-beta.1...v2.2.0-beta.2
 [v2.2.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.1.7...v2.2.0-beta.1
 [v2.2.0-beta.1]: https://github.com/threema-ch/threema-web/compare/v2.1.7...v2.2.0-beta.1
 [v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7
 [v2.1.7]: https://github.com/threema-ch/threema-web/compare/v2.1.6...v2.1.7

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.2.0-beta.2",
+  "version": "2.2.0-beta.3",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "threema-web",
   "name": "threema-web",
-  "version": "2.2.0-beta.2",
+  "version": "2.2.0-beta.3",
   "description": "Threema Webclient",
   "description": "Threema Webclient",
   "scripts": {
   "scripts": {
     "build": "npm run build:js && npm run build:css",
     "build": "npm run build:js && npm run build:css",