Skip to content

Commit 8190142

Browse files
committed
1.7.1
1 parent a1c2019 commit 8190142

File tree

4 files changed

+100
-22
lines changed

4 files changed

+100
-22
lines changed

CHANGELOG.md

Lines changed: 96 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,151 @@
1-
# v1.7.0
1+
## 1.7.1
2+
3+
### Fixed
4+
5+
* Fix CHANGELOG.md format
6+
7+
## 1.7.0
8+
9+
### Added
210

3-
* Bump dependencies
411
* Support 31
12+
13+
### Changed
14+
15+
* Bump dependencies
16+
17+
### Fixed
18+
519
* Fix failed import notifications
20+
21+
### Removed
22+
623
* Drop support for 27, 28 and 29
724

8-
# v1.6.0
25+
## 1.6.0
26+
27+
### Added
928

10-
* Bump dependencies
1129
* Support 30
12-
* Drop 25 and 26
1330

14-
# v1.5.0
31+
### Changed
1532

1633
* Bump dependencies
34+
35+
### Removed
36+
37+
* Drop 25 and 26
38+
39+
## 1.5.0
40+
41+
### Added
42+
1743
* Support 29
18-
* Fix UI
1944

20-
# v1.4.0
45+
### Changed
2146

2247
* Bump dependencies
48+
49+
### Fixed
50+
51+
* Fix UI
52+
53+
## 1.4.0
54+
55+
### Added
56+
2357
* Support 28
2458

25-
# v1.3.0
59+
### Changed
2660

2761
* Bump dependencies
62+
63+
## 1.3.0
64+
65+
### Added
66+
2867
* Support 26 and 27
68+
69+
### Changed
70+
71+
* Bump dependencies
2972
* Updated translations
3073

31-
# v1.2.0
74+
## 1.2.0
75+
76+
### Added
77+
78+
* Add notification for failed import
79+
80+
### Changed
3281

3382
* Bump dependencies to Nextcloud 25 and PHP 8
3483
* Modernize code
3584
* Updated translations
85+
86+
### Fixed
87+
3688
* Fix json decoding error handling
3789
* Fix errors when nothing is found for a file
38-
* Add notification for failed import
3990

40-
# v1.1.0
91+
### Removed
92+
93+
* Removed support for Nextcloud 24 and PHP 7.4.
94+
95+
## 1.1.0
96+
97+
### Changed
4198

4299
* Change icon depending on reservation type
43100
* Updated translations (Huge thanks to translators!)
44101
* Dependencies upgrades
102+
103+
### Removed
104+
45105
* Last version supporting Nextcloud 24 and PHP 7.4. Next one will require Nextcloud 25 and PHP 8.
46106

47-
# v1.0.3
107+
## 1.0.3
108+
109+
### Fixed
48110

49111
* Fix .nextcloudignore removing dependencies code from release
50112

51-
# v1.0.2
113+
## 1.0.2
114+
115+
### Fixed
52116

53117
* Bump version number
54118

55-
# v1.0.1
119+
## 1.0.1
120+
121+
### Fixed
56122

57123
* Fix dependencies packaging
58124

59-
# v1.0.0
125+
## 1.0.0
126+
127+
### Added
60128

61129
* Add an event in activities when a ticket is imported
130+
131+
### Fixed
132+
62133
* Downgrade nextcloud-vue to 6 for Nextcloud 24 support
63134
* Fix link to calendar event in notifications
64135

65-
# v1.0.0 beta 1
136+
## 1.0.0 beta 1
137+
138+
### Changed
66139

67140
* Tested and confirmed working
141+
142+
### Added
143+
68144
* Show a notification each time an event is imported
69145

70-
# v1.0.0 alpha 1
146+
## 1.0.0 alpha 1
147+
148+
### Added
71149

72150
* First published version
73151
* Supposedly works for basic feature

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Automated kitinerary parsing</name>
66
<summary>Use kitinerary to parse travel documents into the calendar</summary>
77
<description>An app to trigger automatic conversion of travel documents to calendar events. It uses kitinerary to extract the information and is compatible with the KDE itinerary mobile application.</description>
8-
<version>1.7.0</version>
8+
<version>1.7.1</version>
99
<licence>agpl</licence>
1010
<author mail="come.chilliet@nextcloud.com">Côme Chilliet</author>
1111
<namespace>WorkflowKitinerary</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workflow_kitinerary",
33
"description": "Workflow for using kitinerary to parse travel documents into the calendar",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"author": "Côme Chilliet <come.chilliet@nextcloud.com>",
66
"license": "agpl",
77
"private": true,

0 commit comments

Comments
 (0)