Skip to content

Commit

Permalink
For release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Nov 20, 2024
1 parent 07798d6 commit 5a4b965
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ Wiki:

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

## Version 1.2.1 Release Notes:

### New Features:

- **Lock Scene**:
- When enabled, nodes within the visual will no longer change or update automatically, and the view angle will remain fixed unless manually adjusted by dragging.
- This is useful when you want to focus on a specific sub-network within a vault without distractions.

<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.1-lockScene.gif">

- **View Distance Tuning**:
- You can now set the current view distance relative to the focused node as a global setting. This ensures that the view distance for all other nodes is automatically adjusted based on their size.
- This provides an optimal way to adjust the view distance for a more comfortable and consistent viewing experience across the scene.

<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v1.2.1-setFocus.gif">

## Version 1.2.0 Release Notes:

- **Time Lapse Animation Feature:**
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "tags-routes",
"name": "Tags Routes",
"version": "1.2.0",
"version": "1.2.1",
"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.",
"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",
"authorUrl": "https://github.com/kctekn",
"isDesktopOnly": false
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.0'; //Used to show in debug console
export const currentSaveSpecVer = 10200; //Indicate current version of saved config file: data.json
export const currentVersion = '1.2.1'; //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

const programDirectory = "TagsRoutes"
Expand Down
Binary file added usage/v1.2.1-lockScene.gif
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.1-setFocus.gif
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 5a4b965

Please sign in to comment.