Skip to content

Commit afe958c

Browse files
committed
chore(release): v0.3.16
1 parent 59bcba3 commit afe958c

6 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.3.16](https://github.com/Rito-w/skills-manager/compare/v0.3.15...v0.3.16) (2026-03-11)
6+
7+
### Features
8+
9+
* support absolute paths and WSL UNC paths for custom IDE configuration
10+
511
### [0.3.15](https://github.com/Rito-w/skills-manager/compare/v0.3.14...v0.3.15) (2026-03-10)
612

713
### Bug Fixes

config/mcporter.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"weibo": {
4+
"command": "mcp-server-weibo"
5+
},
6+
"exa": {
7+
"baseUrl": "https://mcp.exa.ai/mcp"
8+
}
9+
},
10+
"imports": []
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "skills-manager-gui",
33
"private": true,
4-
"version": "0.3.15",
4+
"version": "0.3.16",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skills-manager-gui"
3-
version = "0.3.15"
3+
version = "0.3.16"
44
description = "A Tauri App"
55
authors = ["you"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "skills-manager-gui",
4-
"version": "0.3.15",
4+
"version": "0.3.16",
55
"identifier": "com.wrt.skills-manager-gui",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)