From 5c5027caacd3c91e2c5f090f7c78974d14f938b3 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Mon, 8 Jun 2020 11:22:50 -0300 Subject: [PATCH] Quicknotes v0.3.0 --- CHANGELOG.md | 9 +++++++++ Makefile | 30 +++++++----------------------- appinfo/info.xml | 4 ++-- 3 files changed, 18 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ace9f..c1cbde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Makefile b/Makefile index 69b3896..96a92e0 100644 --- a/Makefile +++ b/Makefile @@ -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 \ diff --git a/appinfo/info.xml b/appinfo/info.xml index b33af1c..82d8a89 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Quick notes Quick notes with a basic rich text Quick notes with a basic rich text - 0.2.5 + 0.3.0 agpl Matias De lellis QuickNotes @@ -19,6 +19,6 @@ https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-rich-text.png https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png - +