File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased]
7+ ## [ 0.5.3] - 2021-06-21
8+
9+ ### Added
10+
11+ - Add command to repair notifications and properly handle mail sending … - [ #333 ] ( https://github.com/owncloud/notifications/issues/333 )
812
913## [ 0.5.2] - 2020-07-15
1014
@@ -49,7 +53,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
4953- Move OCS calls to app framework - consumes less resources - [ #98 ] ( https://github.com/owncloud/notifications/pull/98 )
5054- Don't use escaped message for browser notification - [ #100 ] ( https://github.com/owncloud/notifications/pull/100 )
5155
52- [ Unreleased ] : https://github.com/owncloud/notifications/compare/v0.5.2...master
56+ [ 0.5.3 ] : https://github.com/owncloud/notifications/compare/v0.5.2...v0.5.3
5357[ 0.5.2 ] : https://github.com/owncloud/notifications/compare/v0.5.0...v0.5.2
5458[ 0.5.0 ] : https://github.com/owncloud/notifications/compare/v0.4.1...v0.5.0
5559[ 0.4.1 ] : https://github.com/owncloud/notifications/compare/v0.4.0...v0.4.1
Original file line number Diff line number Diff line change 1010
1111 <licence >AGPL</licence >
1212 <author >Joas Schilling, Thomas Müller</author >
13- <version >0.5.2 </version >
13+ <version >0.5.3 </version >
1414
1515 <types >
1616 <logging />
Original file line number Diff line number Diff line change 11# Organization and project keys are displayed in the right sidebar of the project homepage
22sonar.organization =owncloud-1
33sonar.projectKey =owncloud_notifications
4- sonar.projectVersion =1.0
4+ sonar.projectVersion =0.5.3
55sonar.host.url =https://sonarcloud.io
66
77# =====================================================
You can’t perform that action at this time.
0 commit comments