Skip to content

Commit 18ebc04

Browse files
committed
Release v0.10.1
1 parent 021cb1f commit 18ebc04

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

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

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

11+
## [0.10.1] - 2026-05-19
12+
### Changed
13+
- Refreshed dependencies ([#76](https://github.com/diffplug/dormouse/pull/76)).
14+
1115
## [0.10.0] - 2026-05-18
1216
### Added
1317
- OSC 8 hyperlinks emitted by terminal programs are now clickable, with a confirmation dialog before opening external URLs ([#75](https://github.com/diffplug/dormouse/pull/75)).

lib/package.json

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

standalone/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.

standalone/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 = "dormouse"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Persistent multitasking terminal for mice (and hotkey wizards too)"
55
authors = ["DiffPlug"]
66
license = "FSL-1.1-MIT"

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": "Dormouse",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"identifier": "sh.dormouse.standalone",
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": "dormouse",
33
"displayName": "Dormouse — Terminal Multiplexer",
44
"description": "A persistent multitasking terminal — tmux keybindings, mouse support, and a built-in alert system that buzzes you when builds, agents, or scripts finish.",
5-
"version": "0.10.0",
5+
"version": "0.10.1",
66
"publisher": "diffplug",
77
"license": "FSL-1.1-MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)