Skip to content

Commit 45c61b6

Browse files
committed
Add changelog and bump version
1 parent 935ed8b commit 45c61b6

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
Notable changes in each released version can be seen here.
44

5+
## 1.1.14, 6. April 2023
6+
7+
### Added
8+
9+
- Run tests for Nextcloud 26 and bump compatibility to Nextcloud 26 (#80)
10+
11+
### Changed
12+
13+
- Update JS dependencies
14+
- Update translations from Transifex (#72)
15+
516
## 1.1.13, 23. November 2022
617

718
- Fix missing CSS for Nextcloud 25, thanks to @datenzar

appinfo/info.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
<id>files_linkeditor</id>
44
<name>Link editor</name>
55
<summary>An app to read and edit .URL and .webloc files.</summary>
6-
<description><![CDATA[### External web links in Nextcloud!
6+
<description>
7+
<![CDATA[### External web links in Nextcloud!
78
* ✍️ **create and edit** .URL and .webloc links in the file view
89
* 🌍 **open links** by clicking them and confirming you want to go to the external site
910
* 📤 **works in public shares** so you can share links easily with others
1011
* 🔄 **sync your links** as .URL and .webloc are web links as created on most operating systems.
1112
12-
_[View changelog](https://github.com/te-online/files_linkeditor/blob/main/CHANGELOG.md)_]]></description>
13+
_[View changelog](https://github.com/te-online/files_linkeditor/blob/main/CHANGELOG.md)_]]>
14+
</description>
1315
<licence>AGPL</licence>
1416
<author>Thomas Ebert</author>
15-
<version>1.1.13</version>
17+
<version>1.1.14</version>
1618
<category>files</category>
1719
<screenshot>https://raw.githubusercontent.com/te-online/files_linkeditor/main/img/link_editor.png</screenshot>
1820
<screenshot>https://raw.githubusercontent.com/te-online/files_linkeditor/main/img/link_editor_edit.png</screenshot>

0 commit comments

Comments
 (0)