Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlzhang committed Dec 7, 2024
1 parent b3c278c commit 7f4823a
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 6 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.0": "1.0.0"
}
"0.1.0": "1.0.0",
"0.2.0": "1.0.0"
}

0 comments on commit 7f4823a

Please sign in to comment.