Quicknotes v0.7.6

This commit is contained in:
Matias De lellis
2022-05-07 09:41:56 -03:00
parent 37c149a0d6
commit a92e10573d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [0.7.6] 2022-05-07
- Enable NC24.
- Removes lot use of jQuery, that inexplicably failing in NC24. Issue #84
## [0.7.3] 2021-12-03 ## [0.7.3] 2021-12-03
- Add where to translate into README. PR #71 - Add where to translate into README. PR #71
- Add lint and static-analysis using github workflows. - Add lint and static-analysis using github workflows.

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name> <name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary> <summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description> <description>Quick notes with a basic rich text</description>
<version>0.7.3</version> <version>0.7.6</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Matias De lellis</author> <author>Matias De lellis</author>
<namespace>QuickNotes</namespace> <namespace>QuickNotes</namespace>