Skip to content

Commit d0ccb78

Browse files
authored
Update: ChrisKlimas.Twine version 2.10.0 (microsoft#247426)
1 parent 76dfc65 commit d0ccb78

File tree

4 files changed

+78
-24
lines changed

4 files changed

+78
-24
lines changed
Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
1-
# Created with komac v2.11.0
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
33

44
PackageIdentifier: ChrisKlimas.Twine
55
PackageVersion: 2.10.0
6-
InstallerLocale: en-US
7-
InstallerType: nullsoft
8-
InstallModes:
9-
- interactive
10-
- silent
6+
InstallerType: nullsoft # electron-builder
117
InstallerSwitches:
12-
Custom: /CURRENTUSER
8+
Upgrade: --updated
139
UpgradeBehavior: install
14-
ProductCode: aff064b3-c9ed-5a68-86cc-f57b1a93469d
1510
ReleaseDate: 2024-11-25
16-
AppsAndFeaturesEntries:
17-
- DisplayName: Twine 2.10.0
18-
ProductCode: aff064b3-c9ed-5a68-86cc-f57b1a93469d
1911
Installers:
2012
- Architecture: x64
2113
Scope: user
2214
InstallerUrl: https://github.com/klembot/twinejs/releases/download/2.10.0/Twine-2.10.0-Windows.exe
2315
InstallerSha256: 4D743326797C11F236087057B096203BDF58E86A88D273BB4A8F3BD182D5B342
16+
InstallerSwitches:
17+
Custom: /currentuser
18+
ProductCode: aff064b3-c9ed-5a68-86cc-f57b1a93469d
2419
- Architecture: x64
2520
Scope: machine
2621
InstallerUrl: https://github.com/klembot/twinejs/releases/download/2.10.0/Twine-2.10.0-Windows.exe
2722
InstallerSha256: 4D743326797C11F236087057B096203BDF58E86A88D273BB4A8F3BD182D5B342
23+
InstallerSwitches:
24+
Custom: /allusers
25+
ProductCode: aff064b3-c9ed-5a68-86cc-f57b1a93469d
2826
ManifestType: installer
29-
ManifestVersion: 1.9.0
27+
ManifestVersion: 1.10.0
Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,42 @@
1-
# Created with komac v2.11.0
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
33

44
PackageIdentifier: ChrisKlimas.Twine
55
PackageVersion: 2.10.0
66
PackageLocale: en-US
77
Publisher: Chris Klimas
8-
PublisherUrl: https://twinery.org/
8+
PublisherUrl: https://chrisklimas.com/
99
PublisherSupportUrl: https://github.com/klembot/twinejs/issues
10+
# PrivacyUrl:
1011
Author: Chris Klimas
1112
PackageName: Twine
1213
PackageUrl: https://twinery.org/
1314
License: GPL-3.0
1415
LicenseUrl: https://github.com/klembot/twinejs/blob/HEAD/LICENSE
15-
CopyrightUrl: https://github.com/klembot/twinejs/raw/develop/LICENSE
16-
ShortDescription: Twine is an open-source tool for telling interactive, nonlinear stories with variables, conditional logic, images, CSS, and JavaScript
17-
ReleaseNotes: Release notes can be found in the Twine Reference.
18-
ReleaseNotesUrl: https://github.com/klembot/twinejs/releases/tag/2.10.0
16+
Copyright: Copyright © 2024 Chris Klimas
17+
# CopyrightUrl:
18+
ShortDescription: An open-source tool for telling interactive, nonlinear stories with variables, conditional logic, images, CSS, and JavaScript
19+
Description: |-
20+
Twine is an open-source tool for telling interactive, nonlinear stories.
21+
You don't need to write any code to create a simple story with Twine, but you can extend your stories with variables, conditional logic, images, CSS, and JavaScript when you're ready.
22+
Twine publishes directly to HTML, so you can post your work nearly anywhere. Anything you create with it is completely free to use any way you like, including for commercial purposes.
23+
# Moniker:
24+
Tags:
25+
- story
26+
- stoeytelling
27+
ReleaseNotes: |-
28+
New Features Added
29+
- The story format list is now a dialog instead of a separate screen.
30+
- A new preference has been added that allows disabling enhanced text editors, which can have problems with assistive technology. Disabling these editors disables syntax highlighting and some toolbar buttons, and you cannot control whether the cursor blinks in non-enhanced fields. (In that case, it will use your system setting.)
31+
Bugs Fixed
32+
- Validation of story format URLs now occurs when you try to add the format, not as you type in the field. This could cause the UI to become unresponsive.
33+
Story Format Updates
34+
- Chapbook has been updated to version 2.3.0.
35+
ReleaseNotesUrl: https://twinery.org/reference/en/release-notes/2-10.html
36+
# PurchaseUrl:
37+
# InstallationNotes:
38+
Documentations:
39+
- DocumentLabel: Reference
40+
DocumentUrl: https://twinery.org/reference/en/
1941
ManifestType: defaultLocale
20-
ManifestVersion: 1.9.0
42+
ManifestVersion: 1.10.0
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: ChrisKlimas.Twine
5+
PackageVersion: 2.10.0
6+
PackageLocale: zh-CN
7+
# Publisher:
8+
# PublisherUrl:
9+
# PublisherSupportUrl:
10+
# PrivacyUrl:
11+
# Author:
12+
# PackageName:
13+
# PackageUrl:
14+
# License:
15+
# LicenseUrl:
16+
# Copyright:
17+
# CopyrightUrl:
18+
ShortDescription: 一款用于创作交互式非线性故事的开源工具,支持变量、条件逻辑、图像、CSS 和 JavaScript。
19+
Description: |-
20+
Twine 是一款用于创作交互式非线性故事的开源工具。
21+
使用 Twine 创作简单故事无需编写代码,但当您准备进阶时,可通过变量、条件逻辑、图像、CSS 和 JavaScript 来扩展故事内容。
22+
Twine 可直接发布为 HTML 格式,因此您几乎可以在任何平台分享作品。通过该工具创作的内容完全免费,可自由用于任何用途(包括商业用途)。
23+
# Moniker:
24+
Tags:
25+
- 故事
26+
# ReleaseNotes:
27+
ReleaseNotesUrl: https://twinery.org/reference/en/release-notes/2-10.html
28+
# PurchaseUrl:
29+
# InstallationNotes:
30+
Documentations:
31+
- DocumentLabel: 参考
32+
DocumentUrl: https://twinery.org/reference/en/
33+
ManifestType: locale
34+
ManifestVersion: 1.10.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Created with komac v2.11.0
2-
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
1+
# Created with YamlCreate.ps1 v2.4.6 $debug=AUSU.CRLF.7-5-0.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
33

44
PackageIdentifier: ChrisKlimas.Twine
55
PackageVersion: 2.10.0
66
DefaultLocale: en-US
77
ManifestType: version
8-
ManifestVersion: 1.9.0
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)