Skip to content

Commit 0952262

Browse files
committed
chore: bump version to 1.3.0
1 parent 06d1858 commit 0952262

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<p align="center">
88
<a href="LICENSE"><img alt="License: GPLv3" src="https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge"></a>
99
<a href="https://www.python.org/downloads/"><img alt="Python 3.11+" src="https://img.shields.io/badge/Python-3.11%2B-blue?style=for-the-badge&logo=python&logoColor=white"></a>
10-
<a href="../../releases/latest"><img alt="Latest release" src="https://img.shields.io/badge/Release-v1.2.74-blue?style=for-the-badge"></a>
10+
<a href="../../releases/latest"><img alt="Latest release" src="https://img.shields.io/badge/Release-v1.3.0-blue?style=for-the-badge"></a>
1111
<a href="https://discord.gg/cSUS88VdY9"><img alt="Join our Discord" src="https://img.shields.io/badge/Discord-Join%20the%20community-5865F2?logo=discord&logoColor=white&style=for-the-badge"></a>
1212
</p>
1313

@@ -515,7 +515,7 @@ Yes, that is what the [Trainer tab](#lora-training) is for, and it runs entirely
515515

516516
### The UI is a blank page on Windows, what is wrong?
517517

518-
Open the browser's developer console. If it refuses the app's script with a MIME type of `text/plain`, you are on a build older than v1.2.74. A clean Windows install maps `.js` to `text/plain` in the registry, Python's `mimetypes` honours that over its own table, and browsers will not run a module script served under it. Update to v1.2.74 or newer and Core sets the type itself rather than asking Windows. Nothing to change on your machine.
518+
Open the browser's developer console. If it refuses the app's script with a MIME type of `text/plain`, you are on a build older than v1.3.0. A clean Windows install maps `.js` to `text/plain` in the registry, Python's `mimetypes` honours that over its own table, and browsers will not run a module script served under it. Update to v1.3.0 or newer and Core sets the type itself rather than asking Windows. Nothing to change on your machine.
519519

520520
### What models can I run?
521521

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
# PyPI name; the import package is `inline_core` (src/inline_core).
33
name = "inline-core"
4-
version = "1.2.74"
4+
version = "1.3.0"
55
description = "The generation engine behind Inline Studio."
66
readme = "README.md"
77
license = "GPL-3.0-or-later"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inline-studio",
3-
"version": "1.2.74",
3+
"version": "1.3.0",
44
"description": "AI filmmaking on a node canvas. Generate locally on your own GPU and train your own LoRAs on the same canvas, with the built-in Inline Core engine and hosted models. Every render is kept as a versioned take.",
55
"keywords": [
66
"ai-filmmaking",

packages/frontend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "inline-studio-frontend"
3-
version = "1.2.74"
3+
version = "1.3.0"
44
description = "Prebuilt Inline Studio web UI (SPA), served by Inline Core. Mirrors comfyui-frontend-package."
55
requires-python = ">=3.9"
66
readme = "README.md"

0 commit comments

Comments
 (0)