forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Notro.SkEditor version 2.8.1 (microsoft#193137)
- Loading branch information
Showing
3 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/n/Notro/SkEditor/2.8.1/Notro.SkEditor.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Notro.SkEditor | ||
PackageVersion: 2.8.1 | ||
InstallerLocale: en-US | ||
InstallerType: wix | ||
Scope: machine | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.DotNet.DesktopRuntime.8 | ||
ProductCode: '{E638603E-69D0-4F76-B494-0F5613E2897B}' | ||
ReleaseDate: 2024-08-19 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: SkEditor | ||
Publisher: Notro | ||
ProductCode: '{E638603E-69D0-4F76-B494-0F5613E2897B}' | ||
UpgradeCode: '{14564974-DA58-4917-8A0D-590043F589C2}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%/./SkEditor' | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/SkEditorTeam/SkEditor/releases/download/v2.8.1/SkEditorInstaller.msi | ||
InstallerSha256: 17DE212BEF688A12EAB6149473559A289F25C0CB137198E5609563FE2CB7D816 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
39 changes: 39 additions & 0 deletions
39
manifests/n/Notro/SkEditor/2.8.1/Notro.SkEditor.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Notro.SkEditor | ||
PackageVersion: 2.8.1 | ||
PackageLocale: en-US | ||
Publisher: Notro | ||
PublisherUrl: https://github.com/SkEditorTeam | ||
PublisherSupportUrl: https://github.com/SkEditorTeam/SkEditor/issues | ||
PackageName: SkEditor | ||
License: MIT | ||
LicenseUrl: https://github.com/SkEditorTeam/SkEditor/blob/HEAD/LICENSE.txt | ||
ShortDescription: An app for editing Skript files | ||
ReleaseNotes: |- | ||
👋 Hello! | ||
This is just a small update containing a few fixes and changes. In a few days, I'm going on vacation, so the next version will appear in September - I hope it will be much bigger and finally important changes will see the light of day 😉Changes | ||
- Added a color picker to the "Tools" menu tab. | ||
- Improved the Escape button functionality in settings - when on a subpage, pressing it will return to the previous page; when on the main page, it will close the window. | ||
- Fixed incorrect icon size and title in the application "introduction" during first launch. | ||
- Removed the old API - Addon Rework added a new API, but the old one was kept and marked as deprecated - now it's gone completely. | ||
- Added variable name suggestions in the code completion prototype experiment. | ||
- Fixed a bug with the "hex preview" experiment that didn't highlight colors with a single #. | ||
- Multi-line comments added in Skript 2.9 will no longer be parsed by the code parser. | ||
- Removed the unnecessary "Session saved" debug log that appeared in the logs. | ||
🎉 Enjoy! | ||
📄 File Descriptions | ||
| File | Description | | ||
|------|-------------| | ||
| 💻 SkEditorInstaller.msi | Quick, easy installation for Windows x64 (most common) | | ||
| 📦 Windows-x64.zip | Portable Windows version for x64 chips (likely your version) | | ||
| 📦 Windows-arm64.zip | Portable Windows for ARM64 (only for ARM devices) | | ||
| 🐧 Linux-x64.zip | Portable Linux x64 version | | ||
| 🍎 macOS-x64.zip | For macOS on x64 (Intel chips) | | ||
| 🍏 macOS-arm64.zip | For macOS on ARM64 | | ||
📝 Note: macOS installation requires extra steps. See our macOS & Linux guide for help. | ||
ReleaseNotesUrl: https://github.com/SkEditorTeam/SkEditor/releases/tag/v2.8.1 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Notro.SkEditor | ||
PackageVersion: 2.8.1 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |