Skip to content

Commit 08da02b

Browse files
committed
chore(changelog): update to version 1.11.0 with new features and fixes
1 parent 3a679df commit 08da02b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.11.0](https://github.com/s00d/switchshuttle/compare/v1.10.0...v1.11.0) (2025-01-27)
6+
7+
### ✨ Features
8+
* **terminals:** add RustRover IDE support for macOS, Windows, and Linux
9+
* **scripts:** add AppleScript automation for RustRover terminal integration
10+
* **execute:** implement RustRover command execution across all platforms
11+
* **terminals:** add terminal options by platform with OS detection
12+
* **scripts:** add AppleScript automation for Visual Studio Code
13+
* **capabilities:** add 'settings' and 'os:default' permissions
14+
* **console:** implement asynchronous command execution with threads
15+
* **execute:** implement execute command functionality
16+
17+
### 🔧 Chores
18+
* **deps:** update Tauri OS plugin to version 2.3.0
19+
20+
### ♻️ Code Refactoring
21+
* **settings:** clean up code and improve formatting
22+
* **menu_structure:** reorganize imports and enhance logging statements
23+
* **menu:** reorganize imports and improve code formatting
24+
* **lib:** reorganize module imports and structure
25+
* **config:** remove unnecessary whitespace and clean up formatting
26+
* **commands:** improve code formatting and readability
27+
* **cli:** replace helper function with direct command execution
28+
* **helpers:** clean up and reorganize code structure
29+
30+
### 🐛 Bug Fixes
31+
* **modal:** adjust maximum height of modal component
32+
533
## [1.10.0](https://github.com/s00d/switchshuttle/compare/v1.9.0...v1.10.0) (2025-07-05)
634

735
### ✨ Features

0 commit comments

Comments
 (0)