Skip to content

Commit c6de65f

Browse files
committed
Publish 0.6.2
1 parent a28a3c8 commit c6de65f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/). Release checklist in [deploy.md](docs/specs/deploy.md).
66

7+
## [0.6.2] - 2026-04-13
8+
- Fix issues with deployed Tauri on Win and Mac (Linux is working great!)
9+
710
## [0.6.1] - 2026-04-13
811
- Fix missing Tauri update permissions.
912

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mouseterm-lib",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"license": "FSL-1.1-MIT",
55
"private": true,
66
"type": "module",

standalone/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": "MouseTerm",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"identifier": "com.mouseterm.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mouseterm",
33
"displayName": "MouseTerm",
44
"description": "Multitasking terminal with tmux keybindings, mouse support, and a built-in alarm system for completed tasks and prompts.",
5-
"version": "0.6.1",
5+
"version": "0.6.2",
66
"publisher": "diffplug",
77
"license": "FSL-1.1-MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)