Skip to content

Commit

Permalink
Quicknotes v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasdelellis committed Jun 8, 2020
1 parent 194f056 commit 5c5027c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 25 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
30 changes: 7 additions & 23 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit 5c5027c

Please sign in to comment.