Skip to content

Commit

Permalink
Update to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Sep 27, 2024
1 parent 6ec53ed commit c8f9b36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Wiki:

And you can show up your beautiful vault pictures here: [Share & showcase](https://github.com/kctekn/obsidian-TagsRoutes/discussions/17)

## Version 1.1.1 Release Notes
## Version 1.1.1/1.1.2 Release Notes

1. **Improved Orphan File Detection**
- Enhanced algorithm to identify unlinked files:
Expand All @@ -34,6 +34,12 @@ And you can show up your beautiful vault pictures here: [Share & showcase](https
4. **New Quick Focus Function**:
- Right-clicking on a node in the scene now triggers a "quick focus" behavior for easier navigation.

### Version 1.1.2 Bug Fix Release

1. Color Map Source Update Issue: The color map source now correctly updates when the color is reset.
2. Label Text Display Issue: The label text now displays correctly even when toggled off.
3. Unwanted Border Issue: An issue causing an unwanted border to appear in certain scenarios has been resolved.

_*The usage demo:*_

<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.1.1-feature.gif">
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "tags-routes",
"name": "Tags Routes",
"version": "1.1.1",
"version": "1.1.2",
"minAppVersion": "0.15.0",
"description": "A powerful tool for visualizing 3D graphs and managing orphan files, offering a dynamic and colorful 3D graph view for enhanced user experience.",
"author": "Ken",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const globalProgramControl = {
allowDuplicated: false,
aimBeforeLink: true,
}
export const currentVersion = '1.1.1'; //Used to show in debug console
export const currentVersion = '1.1.2'; //Used to show in debug console
export const currentSaveSpecVer = 10101; //Indicate current version of saved config file: data.json
export const minSaveSpecVer = 10101; //Data will be loaded if the loaded version of data.json >= minSaveSpecVer, and will be completely overrided to default if version < minSaveSpecVer

Expand Down

0 comments on commit c8f9b36

Please sign in to comment.