File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "env" : {
1717 "AS_NOTES_DEBUG" : " 1" ,
1818 // Uncomment to use test licence server
19- // "AS_NOTES_LICENCE_SERVER_URL": "http://localhost:5173"
19+ // "AS_NOTES_LICENCE_SERVER_URL": "http://localhost:5173",
2020 // Uncomment to simulate licence type
21- "AS_NOTES_LICENCE_OVERRIDE" : " pro_editor"
21+ // "AS_NOTES_LICENCE_OVERRIDE": "pro_editor"
2222 // "AS_NOTES_LICENCE_OVERRIDE": "pro_ai_sync"
2323 }
2424 }
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to AS Notes will be documented here.
44
55## Pending Release
66
7+ ## [ 2.2.5] - 2026-03-19
8+
79- Calendar in side bar for navigating Journal files
810
911## [ 2.2.4] - 2026-03-19
Original file line number Diff line number Diff line change @@ -838,8 +838,8 @@ npx @vscode/vsce publish
838838
839839``` bash
840840git add .
841- git commit -m " Release v2.2.4 " # change version
842- git tag v2.2.4 # change version
841+ git commit -m " Release v2.2.5 " # change version
842+ git tag v2.2.5 # change version
843843git push origin main --tags
844844```
845845
You can’t perform that action at this time.
0 commit comments