Skip to content

Commit 7bee59e

Browse files
FlowingSPDGclaude
andauthored
ShortcutGeneratorで最後に触れたInputアイテムにハイライトを出す (#187)
* ハイライト機能の実装 * 若干のアニメーションを追加 padding/margin調整 * Add XML refresh functionality after operations in InputManager and BlankGenerator - InputManager: Auto-refresh inputs after save/delete operations with loading states - BlankGenerator: Auto-refresh inputs after blank creation - Ensures UI reflects latest vMix state for both HTTP and TCP connections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * cargo update * Comment out prevent-default plugin * Fix GitHub Actions: unify tag name and release name format - Change tagName to use actual git tag name (github.ref_name) - Change releaseName to match tag format (v2.1.0-alpha.3) - Ensures consistency between git tags and GitHub releases 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix git branch detection in Settings page - Prioritize GIT_BRANCH environment variable over git command - Handle detached HEAD state by showing tag name instead of 'HEAD' - Improves branch/tag display in Settings > Application Information This fixes the issue where Settings page shows 'HEAD' instead of the actual branch or tag name, especially during GitHub Actions builds. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Fix front-end design --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent d712aa9 commit 7bee59e

File tree

12 files changed

+232
-162
lines changed

12 files changed

+232
-162
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
BUILD_TIMESTAMP: ${{ env.BUILD_TIMESTAMP }}
107107
with:
108108
projectPath: './app'
109-
tagName: ${{ env.TAG_PREFIX }}-v__VERSION__
110-
releaseName: '${{ env.PRERELEASE_EMOJI }} vmix-utility v${{ env.BASE_VERSION }} ${{ env.PRERELEASE_TYPE }} ${{ env.PRERELEASE_NUMBER }}'
109+
tagName: ${{ github.ref_name }}
110+
releaseName: '${{ env.PRERELEASE_EMOJI }} vmix-utility ${{ github.ref_name }}'
111111
releaseBody: |
112112
## ${{ env.PRERELEASE_EMOJI }} Pre-Release: ${{ env.PRERELEASE_TYPE }}
113113
1.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)