Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit feab207

Browse files
stultusclaude
andcommitted
chore: bump version to 0.10.0
Minor release headlining Final Draft (.fdx) import (stultus#190) plus the consolidated import wizard UX. Co-writers handing off `.fdx` files can now flow into Scriptty as a film or as a new episode of an open series, with a single designed surface (File → Import Screenplay…) covering both Fountain and FDX paths. Co-Authored-By: Claude Opus 4.7 <[email protected]>
1 parent 9849a51 commit feab207

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scriptty",
33
"private": true,
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scriptty"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
description = "Offline screenwriting for Malayalam and English writers"
55
authors = ["Hrishikesh Bhaskaran"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Scriptty",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"identifier": "app.scriptty.screenplay",
66
"build": {
77
"frontendDist": "../build",

0 commit comments

Comments
 (0)