Skip to content

Commit 86380b4

Browse files
sioaekoclaude
andcommitted
v0.1.1 release
- Fix EroScripts attachment filenames (show original names instead of hashes) - Show video/cloud links (MEGA, Google Drive, Pixeldrain, etc.) in EroScripts results - Add script storage folder setting - Add version display in title bar - URL-encoded filename fix Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f99a181 commit 86380b4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptplayer-plus",
3-
"version": "1.0.0",
3+
"version": "0.1.1",
44
"description": "ScriptPlayer+ - Funscript video player with Handy integration",
55
"main": "dist-electron/main.js",
66
"scripts": {

src/components/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function AboutSection() {
403403
<div className="text-sm font-semibold text-text-primary">
404404
{t('app.name')}
405405
</div>
406-
<div className="text-xs text-text-muted">{t('settings.version')} 1.0.0</div>
406+
<div className="text-xs text-text-muted">{t('settings.version')} 0.1.1</div>
407407
</div>
408408
</div>
409409

src/components/TitleBar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default function TitleBar({ onOpenSettings }: TitleBarProps) {
1616
S+
1717
</div>
1818
<span className="text-xs font-medium text-text-secondary">{t('app.name')}</span>
19+
<span className="text-[10px] text-text-muted/50">v0.1.1</span>
1920
</div>
2021
<div className="titlebar-no-drag flex items-center">
2122
<button

0 commit comments

Comments
 (0)