Skip to content

Commit

Permalink
Release v 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kctekn committed Nov 12, 2024
1 parent d56ac10 commit 40220ae
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ Wiki:

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

## Version 1.2.0 Release Notes:

- **Time Lapse Animation Feature:**
- **Vault Growth Visualization:** You can now initiate an animation that showcases how the vault has grown over time.
- **Display Settings:** Ensure these are adjusted appropriately before starting the animation for optimal viewing.
- **Interactive Controls:**
- Press the **Animate** button to begin the visualization.
- The animation can be **paused** or **stopped** as needed.

Have fun exploring the progression of your vault with this engaging feature.
<img src="https://github.com/kctekn/obsidian-TagsRoutes/blob/main/usage/v120-feature.gif">

## Version 1.1.8 Release Notes:

### 1. New feature:
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.8",
"version": "1.2.0",
"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
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.1.8'; //Used to show in debug console
export const currentSaveSpecVer = 10108; //Indicate current version of saved config file: data.json
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 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/v120-feature.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 40220ae

Please sign in to comment.