From fa47568c34d6f9cf3b92757c57017c5d772a1275 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 18:43:17 +0000 Subject: [PATCH] chore(main): release 1.8.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b7c639..9044523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.8.0](https://github.com/atinylittleshell/gsh/compare/v1.7.1...v1.8.0) (2026-03-14) + + +### Features + +* **repl:** add OSC 7 support for terminal cwd ([#196](https://github.com/atinylittleshell/gsh/issues/196)) ([aa49cdc](https://github.com/atinylittleshell/gsh/commit/aa49cdc2ad3cafba8371b84c43880c8d83c0eac4)) + ## [1.7.1](https://github.com/atinylittleshell/gsh/compare/v1.7.0...v1.7.1) (2026-03-12)