We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec198b commit 14837abCopy full SHA for 14837ab
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [0.1.26] - 2026-03-01
4
+
5
+### Fixed
6
+- Fix project path resolution for directories with hyphens
7
8
## [0.1.25] - 2026-02-08
9
10
### Fixed
package.json
@@ -1,7 +1,7 @@
{
"name": "tauri-temp",
"private": true,
- "version": "0.1.25",
+ "version": "0.1.26",
"type": "module",
"scripts": {
"dev": "vite",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "Agent Sessions",
"identifier": "com.claude-sessions-viewer",
"build": {
"beforeDevCommand": "npm run dev",
0 commit comments