From 2d880a215aa3fb18df1921d8cbb7ff4ac47ca1ce Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 26 Dec 2024 16:41:12 -0600 Subject: [PATCH] Release Profectus 0.7.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c66c6..934a303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2024-12-31 +### Additions +- Added modal to take a mental health break (can be disabled via projInfo.json) + +### Changes +- **BREAKING** Replaced Board feature with generic Board system +- **BREAKING** Rewrote how features are written, simplifying them greatly +- **BREAKING** Replaced decorators with mixins and wrappers +- **BREAKING** Moved modals to `src/components/modals` +- **BREAKING** Updated a very large amount of dependencies, making any necessary adjustments +- **BREAKING** Removed Grid component + +### Fixes +- Hotkey descriptions were not being wrapped in `unref` +- Links wouldn't check if the end node existed when determining valid links + +Contributors: thepaperpilot + ## [0.6.2] - 2024-04-01 ### Added - Export save button in error boundaries diff --git a/package-lock.json b/package-lock.json index cfa7b70..c3012aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profectus", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "profectus", - "version": "0.6.2", + "version": "0.7.0", "dependencies": { "@fontsource/material-icons": "^5.1.0", "@fontsource/roboto-mono": "^5.1.0", diff --git a/package.json b/package.json index 58ecb2b..e7e4cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profectus", - "version": "0.6.2", + "version": "0.7.0", "private": true, "type": "module", "scripts": {