Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Nov 26, 2024
1 parent 802aae0 commit cbd8836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Wiki:

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

## Version 1.2.2 Bug Fix Release:

- **Bug fix:** LMB+Drag and RMB+Drag has no effect

Refer to https://github.com/kctekn/obsidian-TagsRoutes/issues/34 for detail.

This appears to be an issue introduced in Obsidian v1.7.x, but it has already been fixed.

## Version 1.2.1 Release Notes:

### New Features:
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.2.1",
"version": "1.2.2",
"minAppVersion": "0.15.0",
"description": "A powerful 3D graph visualization tool offers dynamic time-lapse, intelligent orphan file management, tag-based queries, and a range of displaying customization options for a great insightful 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 @@ -15,7 +15,7 @@ export const globalProgramControl = {
snapshotDirectory: "graph-screenshot",
generateLinker: true,
}
export const currentVersion = '1.2.1'; //Used to show in debug console
export const currentVersion = '1.2.2'; //Used to show in debug console
export const currentSaveSpecVer = 10201; //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 cbd8836

Please sign in to comment.