From 7f4823aaa540d8fb938381e28d536c3d5fcba376 Mon Sep 17 00:00:00 2001 From: wz <44930227+wenlzhang@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:03:17 +0100 Subject: [PATCH] 0.2.0 --- CHANGELOG.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 +-- package.json | 2 +- versions.json | 5 +-- 5 files changed, 86 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52e80a1..874d90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,82 @@ 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). + +## [0.2.0] - 2024-12-07 + +### Changes + +- chore: update versions.json to match manifest version +- build: update jest config for ES modules +- build: update esbuild config to use build API +- build: simplify esbuild config and update ESLint rules +- build: add absWorkingDir to esbuild config +- build: update ESLint configuration and dependencies +- build: update esbuild config to use build API +- build: update esbuild config to use build API +- docs: update README with personal story and improve documentation section +- Update README.md +- Update README.md +- Update README.md +- Update README.md +- Update README.md +- Update README.md +- Refine commands +- Update README.md +- Update README.md +- Update README.md +- Fine tune settings tab +- Update settings tab +- Fine tune logs for canvas files +- Fix log files +- Fix reminder messages +- Refine reminder messages +- Group file types +- Debug canvas link +- Refine release automation +- Refactor style file +- Refine release automation +- Fine tune release automation +- Fine tune release automation +- Test release automation +- Move into src +- Refactor types +- Refactor writeBatchToLog +- Clean up code +- Refactor showConfirmationDialog +- Refactor replaceLinks +- Refactor search and update links +- Rename files +- Refactor ResultsModal +- Refactor SearchModal +- Refactor default settings +- Refactor settings tab +- Clean up code +- Update regex +- Refactor regex +- Extract css +- Fix various bugs +- Update documentation +- Update README.md +- Update README.md +- Improve replacement logging +- Improve replacement logging +- Improve replacement logging +- Improve replacement logging +- Improve replacement logic +- Improve replacement logic +- Improve replacement logic +- Improve search workflow +- Improve search workflow +- Improve search workflow +- Update README.md +- Fix search box alignment +- Debug search box alignment +- Debug search box alignment +- Debug search box alignment +- Fix updating block links +- Debug updating block links +- Update build files +- Add initial version +- Initial commit + diff --git a/manifest.json b/manifest.json index 254bc31..10d2d65 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-link-maintainer", "name": "Link Maintainer", - "version": "0.1.0", + "version": "0.2.0", "minAppVersion": "1.0.0", "description": "Help maintain and update links in Obsidian notes when files are renamed.", "author": "wenlzhang", diff --git a/package-lock.json b/package-lock.json index f657717..6d81cea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-link-maintainer", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-link-maintainer", - "version": "0.1.0", + "version": "0.2.0", "dependencies": { "tslib": "^2.8.1" }, diff --git a/package.json b/package.json index 4b89e51..37127e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-link-maintainer", - "version": "0.1.0", + "version": "0.2.0", "description": "Help maintain and update links in Obsidian notes when files are renamed.", "main": "main.js", "type": "module", diff --git a/versions.json b/versions.json index df4037b..6ba0bcc 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.0": "1.0.0" -} + "0.1.0": "1.0.0", + "0.2.0": "1.0.0" +} \ No newline at end of file