ignore coderabbit, update for v0.10.3 (#1585)

This commit is contained in:
Mike Sawka 2024-12-19 18:45:02 -08:00 committed by GitHub
parent fca6068599
commit 1b8144f452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -23,4 +23,4 @@ jobs:
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignored: Test Onboarding, Analyze (go), Analyze (javascript-typescript), License Compliance
ignored: Test Onboarding, Analyze (go), Analyze (javascript-typescript), License Compliance, CodeRabbit

View File

@ -6,7 +6,7 @@ sidebar_position: 200
# Release Notes
### v0.10.2 — Dec 19, 2024
### v0.10.3 — Dec 19, 2024
Quick update to v0.10 with new features and bug fixes.
@ -21,6 +21,8 @@ Quick update to v0.10 with new features and bug fixes.
- Lots of new examples in the docs for shell overrides, presets, widgets, and connections
- Other bug fixes and UI updates
(note, v0.10.2 and v0.10.3's release notes have been merged together)
### v0.10.1 — Dec 12, 2024
Quick update to fix the workspace app menu actions. Also fixes workspace switching to always open a new window when invoked from a non-workspace window. This reduces the chance of losing a non-workspace window's tabs accidentally.