Skip to content

Commit

Permalink
Release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Oct 20, 2024
1 parent ec1ea85 commit 535bdd0
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.5 Release Notes:
## Version 1.1.5/1.1.6 Release Notes:

### 1. Tag Query Enhancements:
- **Time-based tag queries:**
Expand All @@ -44,6 +44,12 @@ And you can show up your beautiful vault pictures here: [Share & showcase](https

For the details, please check https://github.com/kctekn/obsidian-TagsRoutes/issues/24 . Thanks to @scriptingtest for the detailed feedback!

### Version 1.1.6 Bug Fix Release

1. The issue when multiple notes has the same name in different directories.
2. The issue of identical queries to be executed multiple times unnecessarily.


## Version 1.1.3/1.1.4 Release Notes

This release introduces major updates to screenshots, enhancements to graph display control, and provides more choice in how you interact with tags nodes.
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.5",
"version": "1.1.6",
"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 @@ -15,7 +15,7 @@ export const globalProgramControl = {
snapshotDirectory: "graph-screenshot",
generateLinker: true,
}
export const currentVersion = '1.1.5'; //Used to show in debug console
export const currentVersion = '1.1.6'; //Used to show in debug console
export const currentSaveSpecVer = 10105; //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 535bdd0

Please sign in to comment.