Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Apr 25, 2021
1 parent e9fc76a commit 7292f55
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.2.0

### New

- Support ARM64

### Fixed

- Fix build to allow installation via app store

## v1.1.0

### New
Expand All @@ -13,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fx build to allow installation via app store
- Fix build to allow installation via app store

## v1.0.0
Initial version
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
version+=1.2.0

node_version=v14.9.0

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This app goes through your photo collection and adds fitting tags, automatically
This is still experimental and currently only works for photos that don't reside in external storage.
]]></description>
<version>1.1.0</version>
<version>1.2.0</version>
<licence>agpl</licence>
<author mail="[email protected]">Marcel Klehr</author>
<category>organization</category>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "recognize",
"version": "1.1.0",
"version": "1.2.0",
"description": "Image recognition in nextcloud",
"main": "src/classifier.js",
"directories": {
Expand Down

0 comments on commit 7292f55

Please sign in to comment.