From bfd133d5cceffbd2658c7c4fb66c5acab085201b Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 2 Sep 2021 16:51:26 +0200 Subject: [PATCH] v1.6.8 --- CHANGELOG.md | 6 ++++++ Makefile | 8 ++------ appinfo/info.xml | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961d869b..979b408a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.6.8 + +## Fixed + +- Fixed PureJS config checkbox initial values + ## v1.6.7 ### Fixed diff --git a/Makefile b/Makefile index 529d506b..6ddafc30 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates -version+=1.6.7 +version+=1.6.8 node_version=v14.17.4 @@ -20,7 +20,7 @@ create-tag: git push origin v$(version) # Dev env management -dev-setup: clean clean-dev npm-init composer-install install-binaries +dev-setup: clean clean-dev npm-init composer-install npm-init: npm ci @@ -31,9 +31,6 @@ npm-update: composer-install: composer install -install-binaries: - mkdir bin - # Building build-js: npm run dev @@ -60,7 +57,6 @@ stylelint-fix: # Cleaning clean: - rm -rf bin rm -rf js rm -rf $(sign_dir) diff --git a/appinfo/info.xml b/appinfo/info.xml index 15eb8d40..a0503cd3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Requirements: The app does not send any sensitive data to cloud providers or similar services. All image processing is done on your nextcloud machine, using Tensorflow.js running in Node.js, which comes bundled with this app. ]]> - 1.6.7 + 1.6.8 agpl Marcel Klehr organization diff --git a/package.json b/package.json index 334890f7..f8dca5aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "1.6.7", + "version": "1.6.8", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {