Quicknotes v0.3.0

This commit is contained in:
Matias De lellis
2020-06-08 11:22:50 -03:00
parent 194f056178
commit 5c5027caac
3 changed files with 18 additions and 25 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## [0.3.0]: 2020-08-05
- Implement pin notes to keep notes always in view.
- Add confirmation dialog to cancel edition. Part of issue #27.
- New links are created to open in another tab.
- Translate many new strings. Part of issue #32.
- Improvements in styles and animations.
- Move part of the code to the new Nextcloud standards.
- Update German (Germany) translation thanks to Lars Seidler
## [0.2.4]: 2020-08-05
- Add French translation thanks to Aymo XXX.
- Update German translation thanks to lhsei.

View File

@@ -63,7 +63,6 @@ deps:
cp node_modules/isotope-layout/dist/isotope.pkgd.js vendor/
cp node_modules/medium-editor/dist/js/medium-editor.js vendor/
cp node_modules/medium-editor/dist/css/medium-editor.css vendor/
cp node_modules/medium-editor/dist/css/themes/beagle.css vendor/
cp node_modules/medium-editor-autolist/dist/autolist.js vendor/
depsmin:
@@ -74,7 +73,6 @@ depsmin:
cp node_modules/isotope-layout/dist/isotope.pkgd.min.js vendor/isotope.pkgd.js
cp node_modules/medium-editor/dist/js/medium-editor.min.js vendor/medium-editor.js
cp node_modules/medium-editor/dist/css/medium-editor.min.css vendor/medium-editor.css
cp node_modules/medium-editor/dist/css/themes/beagle.min.css vendor/beagle.css
cp node_modules/medium-editor-autolist/dist/autolist.min.js vendor/autolist.js
js-templates:
@@ -94,34 +92,20 @@ dist: appstore
appstore: distclean depsmin
mkdir -p $(sign_dir)
rsync -a \
--exclude=.git \
--exclude='.*' \
--exclude=build \
--exclude=.gitignore \
--exclude=.travis.yml \
--exclude=.scrutinizer.yml \
--exclude=CONTRIBUTING.md \
--exclude=composer.json \
--exclude=composer.lock \
--exclude=composer.phar \
--exclude=package.json \
--exclude=package-lock.json \
--exclude=.tx \
--exclude=l10n/no-php \
--exclude=composer* \
--exclude=doc \
--exclude=Makefile \
--exclude=nbproject \
--exclude=screenshots \
--exclude=package*json \
--exclude=l10n/no-php \
--exclude=phpunit*xml \
--exclude=tests \
--exclude=vendor/bin \
--exclude=node_modules \
--exclude=js/node_modules \
--exclude=js/tests \
--exclude=js/karma.conf.js \
--exclude=js/gulpfile.js \
--exclude=js/bower.json \
--exclude=js/package.json \
--exclude=translationfiles \
--exclude=translationtool.phar \
--exclude=js/templates \
--exclude=translation* \
$(project_dir) $(sign_dir)
@echo "Signing…"
php ../../occ integrity:sign-app \

View File

@@ -5,7 +5,7 @@
<name>Quick notes</name>
<summary>Quick notes with a basic rich text</summary>
<description>Quick notes with a basic rich text</description>
<version>0.2.5</version>
<version>0.3.0</version>
<licence>agpl</licence>
<author>Matias De lellis</author>
<namespace>QuickNotes</namespace>
@@ -19,6 +19,6 @@
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png</screenshot>
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="19"/>
<nextcloud min-version="18" max-version="19"/>
</dependencies>
</info>