From b18377c2d353651b2c732587b44feaf063be8984 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 20 Jul 2021 14:29:35 +0200 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ frontend/package.json | 2 +- package.json | 2 +- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7010d71fe..c15a8a187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,49 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.2.0](https://github.com/gradido/gradido/compare/1.1.1...1.2.0) + +- 630 frontend text improvemets [`#645`](https://github.com/gradido/gradido/pull/645) +- #435 Visual Feedback on not sending GDD [`#647`](https://github.com/gradido/gradido/pull/647) +- Make E-Mail Text 100% German [`#643`](https://github.com/gradido/gradido/pull/643) +- Login fix crash [`#641`](https://github.com/gradido/gradido/pull/641) +- check for null date [`#640`](https://github.com/gradido/gradido/pull/640) +- Login fix wrong check email link [`#642`](https://github.com/gradido/gradido/pull/642) +- Change timeout for email resend to 10 Minutes [`#635`](https://github.com/gradido/gradido/pull/635) +- fix last Transaction are not shown in new frontend [`#633`](https://github.com/gradido/gradido/pull/633) +- fix bug with user roles and pending transactions [`#627`](https://github.com/gradido/gradido/pull/627) +- fix type not found error in listTransaction Call [`#628`](https://github.com/gradido/gradido/pull/628) +- refactor: Use Vue-Toasted to Toast Messages [`#619`](https://github.com/gradido/gradido/pull/619) +- feat: Test UserProfileTransactionList [`#624`](https://github.com/gradido/gradido/pull/624) +- fix: QRCode Error after Logout [`#623`](https://github.com/gradido/gradido/pull/623) +- fix: Fix Infinite Loop in Transaction List [`#622`](https://github.com/gradido/gradido/pull/622) +- feat: Transaction Details [`#607`](https://github.com/gradido/gradido/pull/607) +- fix: Test for ScrollTo in Transaction List [`#621`](https://github.com/gradido/gradido/pull/621) +- Allow empty description [`#618`](https://github.com/gradido/gradido/pull/618) +- fix: Do Not Pass Userdata Description to Server [`#617`](https://github.com/gradido/gradido/pull/617) +- fix: Transaction Pagination Scroll Top [`#615`](https://github.com/gradido/gradido/pull/615) +- fix: Mobile Pagination [`#614`](https://github.com/gradido/gradido/pull/614) +- feat: Test AccountOverview [`#611`](https://github.com/gradido/gradido/pull/611) +- feat: Test Validation Rules [`#610`](https://github.com/gradido/gradido/pull/610) +- refactor: Reset Password Page [`#606`](https://github.com/gradido/gradido/pull/606) +- refactor: Change Password [`#603`](https://github.com/gradido/gradido/pull/603) +- refactor: Forgot Password Form [`#602`](https://github.com/gradido/gradido/pull/602) +- refactor: Update Store Tests [`#601`](https://github.com/gradido/gradido/pull/601) +- Community fix [`#598`](https://github.com/gradido/gradido/pull/598) +- refactor: Password Component [`#564`](https://github.com/gradido/gradido/pull/564) +- Fix crashing Problem with Login-Server [`#600`](https://github.com/gradido/gradido/pull/600) +- Update Password Reset E-Mail Subject Encoding [`#579`](https://github.com/gradido/gradido/pull/579) +- move decay between transactions into the transactions [`#483`](https://github.com/gradido/gradido/pull/483) +- fix #591 [`#591`](https://github.com/gradido/gradido/issues/591) +- fix style decay startblick [`cc7778b`](https://github.com/gradido/gradido/commit/cc7778b55d1baaa7be2d9440480e0fb27bb9a930) +- Remove dynamic cast because it lead to errors again and agin (Poco::AutoPtr don't work correct with that) [`0db5912`](https://github.com/gradido/gradido/commit/0db5912a67158be8f313c01f06350f8339cb0e28) +- Remove dynamic cast because it lead to errors again and agin (Poco::AutoPtr don't work correct with that) [`cee7d7a`](https://github.com/gradido/gradido/commit/cee7d7ac3c4c8c1f481cc3a87fb15422c858413b) + #### [1.1.1](https://github.com/gradido/gradido/compare/1.1.0...1.1.1) +> 22 June 2021 + +- release [`#581`](https://github.com/gradido/gradido/pull/581) - Auto deploy [`#580`](https://github.com/gradido/gradido/pull/580) - update transfer email text [`#574`](https://github.com/gradido/gradido/pull/574) - update mysql because tuple has changed [`#576`](https://github.com/gradido/gradido/pull/576) diff --git a/frontend/package.json b/frontend/package.json index 0c406c696..066ef81a1 100755 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-vue-gradido-wallet", - "version": "1.1.1", + "version": "1.2.0", "private": true, "scripts": { "start": "node run/server.js", diff --git a/package.json b/package.json index b8d57fc0f..5629ecec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradido", - "version": "1.1.1", + "version": "1.2.0", "description": "Gradido", "main": "index.js", "repository": "git@github.com:gradido/gradido.git",