Skip to content

Commit 5ea07c9

Browse files
committed
feat: add common utilities and path management logic while fixing addon deletion path errors
1 parent a8550b6 commit 5ea07c9

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
## 🔧 Main App
2-
* .NET library now shining with the app. No need to install it separately. (dev builds doesn't ship with it)
3-
* Quick VSmart Action: Added a context menu action in the explorer for rapid asset grouping.
4-
* Added multi-addon support to map builder.
5-
* Progress bar in map builder with cached established time (the program will use your previous runs to predict the time).
6-
7-
## ✏️ SmartProp Editor
8-
* Added support for `m_ReadOnlyExpression` to allow making variables read-only based on conditions.
2+
* Fixed path error when deliting addon.

src/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def generate_unique_name(base_name: str, existing_names: Set[str], separator: st
4646
from pathlib import Path
4747

4848
# Versions
49-
app_version = '5.1.0'
49+
app_version = '5.1.1'
5050

5151
def get_channel() -> str:
5252
"""

0 commit comments

Comments
 (0)