Skip to content

Commit 0e32188

Browse files
committed
feat: v1.7.0 — UI/UX polish, accessibility, and design system overhaul
CEP panel: friendlier error messages and alerts, ARIA attributes on interactive elements, SVG icons replacing emoji, card descriptions for each tool panel, clearer labels ("Keep Padding", "Custom Fillers", "Fast/Precise" trim modes). Enhanced error hints for timeouts and connection failures. CSS design system refined: 4px spacing rhythm, layered shadow tokens, new neon-yellow/pink accent vars, improved font stacks, tighter border radii. UXP style updates for consistency. ExtendScript host improvements. Version bump to 1.7.0 across all 18 targets.
1 parent db18e59 commit 0e32188

19 files changed

Lines changed: 1167 additions & 912 deletions

File tree

Install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Write-Host " \___/| .__/ \___|_| |_|\____\__,_|\__|" -ForegroundColor Cyan
155155
Write-Host " |_| " -ForegroundColor Cyan
156156
Write-Host ""
157157
Write-Host " Open Source Video Editing Automation" -ForegroundColor DarkGray
158-
Write-Host " Installer v1.6.0" -ForegroundColor DarkGray
158+
Write-Host " Installer v1.7.0" -ForegroundColor DarkGray
159159

160160
$isAdmin = Test-IsAdmin
161161
if ($isAdmin) {

OpenCut.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Fully self-contained installer — bundles server exe, ffmpeg, and CEP extension
33

44
#define MyAppName "OpenCut"
5-
#define MyAppVersion "1.6.0"
5+
#define MyAppVersion "1.7.0"
66
#define MyAppPublisher "SysAdminDoc"
77
#define MyAppURL "https://github.com/SysAdminDoc/OpenCut"
88

extension/com.opencut.panel/CSXS/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
Version="7.0"
44
ExtensionBundleId="com.opencut.panel"
5-
ExtensionBundleVersion="1.6.0"
5+
ExtensionBundleVersion="1.7.0"
66
ExtensionBundleName="OpenCut">
77

88
<ExtensionList>
9-
<Extension Id="com.opencut.panel.main" Version="1.6.0" />
9+
<Extension Id="com.opencut.panel.main" Version="1.7.0" />
1010
</ExtensionList>
1111

1212
<ExecutionEnvironment>

extension/com.opencut.panel/client/index.html

Lines changed: 261 additions & 257 deletions
Large diffs are not rendered by default.

extension/com.opencut.panel/client/main.js

Lines changed: 83 additions & 75 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)