From 78bfe17c2295ab4492b03313a6a88c3d2215cb2a Mon Sep 17 00:00:00 2001 From: Sebastian Barfurth Date: Thu, 11 Jun 2026 13:04:22 +0000 Subject: [PATCH] release 0.0.12 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2f1b69..0846d325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 0.0.12 + +* adds compact mode by @sesceu in https://github.com/sbarfurth/ukemi/pull/51 +* bugfix: ensure @ is shown even on repos without additional workspaces. by @sesceu in https://github.com/sbarfurth/ukemi/pull/52 +* Use --no-integrate-operation on background queries. by @sbarfurth in https://github.com/sbarfurth/ukemi/pull/55 +* Allow copying file paths in SCM view. by @sbarfurth in https://github.com/sbarfurth/ukemi/pull/58 + +**Full Changelog**: https://github.com/sbarfurth/ukemi/compare/0.0.11...0.0.12 + ## 0.0.11 - Prevent switching the view to SCM view after changes. by @sbarfurth in https://github.com/sbarfurth/ukemi/pull/47 diff --git a/package-lock.json b/package-lock.json index b9d80131..62a3555a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ukemi", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ukemi", - "version": "0.0.11", + "version": "0.0.12", "dependencies": { "@vscode/codicons": "0.0.45", "ansi-regex": "6.2.2", diff --git a/package.json b/package.json index d1914fa6..0aca328e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publisher": "sbarfurth", "description": "VSCode extension for the Jujutsu (jj) version control system", "icon": "images/logo.png", - "version": "0.0.11", + "version": "0.0.12", "engines": { "vscode": "^1.96.0", "node": ">=22.17.0"