From 20bb723f0bb066166b96f91a90bfe71f1dbb0d78 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 1 Jan 2024 19:34:34 -0700 Subject: [PATCH] bump to version 0.1.9 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- project.task.yaml | 4 ---- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f13fb6..18f6805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9] - 2024.01.01 +### Added +- Import for contacts and settings +- Second download button for DuckDuckGo +### Changed +- Removed some keys from Dexie's IndexedDB declarations + + ## [0.1.8] - 2023.12.27- d26d1d360152a7d0e559b68486e85b72b88bd9ff ### Added - DB logging for service-worker events diff --git a/README.md b/README.md index d3faf82..8093b2d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ npm run lint If you are deploying in a subdirectory, add it to `publicPath` in vue.config.js, eg: `publicPath: "/app/time-tracker/",` -* Update the CHANGELOG.md & the version in package.json, run `npm install`, and commit. +* Update the project.task.yaml & CHANGELOG.md & the version in package.json, run `npm install`, and commit. * [Tag wth the new version.](https://gitea.anomalistdesign.com/trent_larson/crowd-funder-for-time-pwa/releases) diff --git a/package-lock.json b/package-lock.json index 5af4fea..12d492a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "TimeSafari_Test", - "version": "0.1.9-beta", + "version": "0.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "TimeSafari_Test", - "version": "0.1.9-beta", + "version": "0.1.9", "dependencies": { "@ethersproject/hdnode": "^5.7.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", diff --git a/package.json b/package.json index e282d72..3e8cccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TimeSafari_Test", - "version": "0.1.9-beta", + "version": "0.1.9", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/project.task.yaml b/project.task.yaml index 1ebacae..86ac243 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,10 +1,6 @@ tasks: -- DB migration error : - - replicate (Trent got contacts inserted in commit 7305606546a5fdfb646d2c3bf66417e4f200e5cc to break when updating to commit d7f4acb70253bd7d957d734a5d661c638d1ffad4 -- on old mac but not new one) - - fix - - 08 notifications : - .2 after turning on notification, don't wait in push server but wait in client for message test (so that users don't have to wait 10 seconds for confirmation for some kind of confirmation) - if navigator.serviceWorker is null, then tell the user to wait