mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
Quicknotes v0.3.0
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# 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
|
## [0.2.4]: 2020-08-05
|
||||||
- Add French translation thanks to Aymo XXX.
|
- Add French translation thanks to Aymo XXX.
|
||||||
- Update German translation thanks to lhsei.
|
- Update German translation thanks to lhsei.
|
||||||
|
|||||||
30
Makefile
30
Makefile
@@ -63,7 +63,6 @@ deps:
|
|||||||
cp node_modules/isotope-layout/dist/isotope.pkgd.js vendor/
|
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/js/medium-editor.js vendor/
|
||||||
cp node_modules/medium-editor/dist/css/medium-editor.css 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/
|
cp node_modules/medium-editor-autolist/dist/autolist.js vendor/
|
||||||
|
|
||||||
depsmin:
|
depsmin:
|
||||||
@@ -74,7 +73,6 @@ depsmin:
|
|||||||
cp node_modules/isotope-layout/dist/isotope.pkgd.min.js vendor/isotope.pkgd.js
|
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/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/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
|
cp node_modules/medium-editor-autolist/dist/autolist.min.js vendor/autolist.js
|
||||||
|
|
||||||
js-templates:
|
js-templates:
|
||||||
@@ -94,34 +92,20 @@ dist: appstore
|
|||||||
appstore: distclean depsmin
|
appstore: distclean depsmin
|
||||||
mkdir -p $(sign_dir)
|
mkdir -p $(sign_dir)
|
||||||
rsync -a \
|
rsync -a \
|
||||||
--exclude=.git \
|
--exclude='.*' \
|
||||||
--exclude=build \
|
--exclude=build \
|
||||||
--exclude=.gitignore \
|
|
||||||
--exclude=.travis.yml \
|
|
||||||
--exclude=.scrutinizer.yml \
|
|
||||||
--exclude=CONTRIBUTING.md \
|
--exclude=CONTRIBUTING.md \
|
||||||
--exclude=composer.json \
|
--exclude=composer* \
|
||||||
--exclude=composer.lock \
|
--exclude=doc \
|
||||||
--exclude=composer.phar \
|
|
||||||
--exclude=package.json \
|
|
||||||
--exclude=package-lock.json \
|
|
||||||
--exclude=.tx \
|
|
||||||
--exclude=l10n/no-php \
|
|
||||||
--exclude=Makefile \
|
--exclude=Makefile \
|
||||||
--exclude=nbproject \
|
--exclude=package*json \
|
||||||
--exclude=screenshots \
|
--exclude=l10n/no-php \
|
||||||
--exclude=phpunit*xml \
|
--exclude=phpunit*xml \
|
||||||
--exclude=tests \
|
--exclude=tests \
|
||||||
--exclude=vendor/bin \
|
--exclude=vendor/bin \
|
||||||
--exclude=node_modules \
|
--exclude=node_modules \
|
||||||
--exclude=js/node_modules \
|
--exclude=js/templates \
|
||||||
--exclude=js/tests \
|
--exclude=translation* \
|
||||||
--exclude=js/karma.conf.js \
|
|
||||||
--exclude=js/gulpfile.js \
|
|
||||||
--exclude=js/bower.json \
|
|
||||||
--exclude=js/package.json \
|
|
||||||
--exclude=translationfiles \
|
|
||||||
--exclude=translationtool.phar \
|
|
||||||
$(project_dir) $(sign_dir)
|
$(project_dir) $(sign_dir)
|
||||||
@echo "Signing…"
|
@echo "Signing…"
|
||||||
php ../../occ integrity:sign-app \
|
php ../../occ integrity:sign-app \
|
||||||
|
|||||||
@@ -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.2.5</version>
|
<version>0.3.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author>Matias De lellis</author>
|
<author>Matias De lellis</author>
|
||||||
<namespace>QuickNotes</namespace>
|
<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-rich-text.png</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/matiasdelellis/quicknotes/master/doc/quicknotes-note-tag.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="16" max-version="19"/>
|
<nextcloud min-version="18" max-version="19"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</info>
|
</info>
|
||||||
|
|||||||
Reference in New Issue
Block a user