From e53c1ff5572b7ad5500b2fcfb6aee37691ee6cb5 Mon Sep 17 00:00:00 2001 From: mixmix Date: Thu, 27 May 2021 12:24:15 +1200 Subject: [PATCH] v1.4.2 --- desktop/CHANGELOG.md | 18 ++++++++++++------ desktop/package-lock.json | 4 ++-- desktop/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 18 insertions(+), 12 deletions(-) diff --git a/desktop/CHANGELOG.md b/desktop/CHANGELOG.md index 29bc4f6a..c77f7160 100644 --- a/desktop/CHANGELOG.md +++ b/desktop/CHANGELOG.md @@ -1,25 +1,31 @@ # Changelog | Ahau desktop -## Current +## v1.4.2 ### Features - - Settings dialog in Profile Show - Change app language +- New translations -### Improvements +### Bug fixes +- Added install script to auto-install `VCRUNTIME140.dll` if it's missing during Windows install + + +## v1.4.1 + +### Bug fixes +- Small patch attempting to fix windows install bug (failed) -- added translations for NodeMenu.vue ## v1.4.0 -### Features +### Features - new personal settings record - automatically finds or creates a personal settings record to store information about app settings: - current only storing information about whether your keys have been backed up +- Updated translations ### Bug fixes - - fix bug where all whakapapa werent listed on the main whakapapa page - fix bug where mentioning a profile when creating/editing a story was potentially crashing the app - fix archive page title diff --git a/desktop/package-lock.json b/desktop/package-lock.json index 1c474fc4..a8fb461b 100644 --- a/desktop/package-lock.json +++ b/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "ahau-desktop", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ahau-desktop", - "version": "1.4.1", + "version": "1.4.2", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/desktop/package.json b/desktop/package.json index ed281729..06faadac 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -1,6 +1,6 @@ { "name": "ahau-desktop", - "version": "1.4.1", + "version": "1.4.2", "description": "An application for gathering and sharing whakapapa (family trees, traditional knowledge). Built using scuttlebutt", "homepage": "https://gitlab.com/ahau/whakapapa-ora", "scripts": { diff --git a/package-lock.json b/package-lock.json index daef29e6..032cca8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ahau", - "version": "1.4.0", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ahau", - "version": "1.4.0", + "version": "1.4.2", "hasInstallScript": true, "license": "AGPL-3.0", "devDependencies": { diff --git a/package.json b/package.json index 1000051c..64f163cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ahau", - "version": "1.4.1", + "version": "1.4.2", "description": "Desktop and mobile applications for gathering and sharing whakapapa (family trees, traditional knowledge). Built using Scuttlebutt", "homepage": "https://gitlab.com/ahau/whakapapa-ora", "scripts": {