From 495fa034cfc347579494b87598090f19abe316f8 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Fri, 27 Aug 2021 22:30:12 +0200 Subject: [PATCH] v1.6.4 --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc4c020..bec9b0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.4 + +### Fixed + +- Fix pure JS mode for imagenet classifier + + ## v1.6.3 ### Fixed diff --git a/Makefile b/Makefile index b24be961..c04bf6e8 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.3 +version+=1.6.4 node_version=v14.17.4 diff --git a/appinfo/info.xml b/appinfo/info.xml index 9aa306a4..d3f2193c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,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.3 + 1.6.4 agpl Marcel Klehr organization diff --git a/package-lock.json b/package-lock.json index 437004b3..a8eed727 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recognize", - "version": "1.6.3", + "version": "1.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recognize", - "version": "1.6.3", + "version": "1.6.4", "license": "MIT", "dependencies": { "@nextcloud/axios": "^1.6.0", diff --git a/package.json b/package.json index bcb3b7a4..c4bdc085 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "recognize", - "version": "1.6.3", + "version": "1.6.4", "description": "Image recognition in nextcloud", "main": "src/classifier_imagenet.js", "directories": {