Skip to content

Commit

Permalink
Update version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Dec 6, 2024
1 parent b2ddd3b commit 429ff5e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ Wiki:
[Organize Tags with Hierarchy Using the Obsidian Plugin "Tags Routes"](https://github.com/kctekn/obsidian-TagsRoutes/wiki/Organize-Tags-with-Hierarchy-Using-the-Obsidian-Plugin-%22Tags-Routes%22)

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


### New Features:

1. **Path Filter**:
- You can now use both positive and negative filters to customize the display of your vault content.
- This allows for more precise control over what is shown, as illustrated below.

<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.3-feature1.png">

https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.3-feature1.mp4

2. **Open Scene in Sidebar as a Navigator**:
- A new button has been added to the "Display Control" section, enabling you to open a scene in the sidebar for easier navigation.

<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.3-feature2.png">

https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.3-feature2.mp4

## Version 1.2.2 Bug Fix Release:

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.2",
"version": "1.2.3",
"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
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const globalProgramControl = {
snapshotDirectory: "graph-screenshot",
generateLinker: true,
}
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 currentVersion = '1.2.3'; //Used to show in debug console
export const currentSaveSpecVer = 10203; //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

const programDirectory = "TagsRoutes"
Expand Down
Binary file added usage/v1.2.3-feature1.mp4
Binary file not shown.
Binary file added usage/v1.2.3-feature1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added usage/v1.2.3-feature2.mp4
Binary file not shown.
Binary file added usage/v1.2.3-feature2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 429ff5e

Please sign in to comment.