Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cd3cde3
New version: pbek.QOwnNotes version 25.4.3 (#247921)
kris6673 Apr 13, 2025
8fd4b7c
Remove version: Google.Chrome.Canary version 136.0.7097.0 (#247926)
damn-good-b0t Apr 13, 2025
385d73b
Remove version: Google.Chrome.Canary version 136.0.7098.0 (#247927)
damn-good-b0t Apr 13, 2025
192a5c4
New version: PasteIntoFile.PasteIntoFile version 5.4.2 (#247923)
damn-good-b0t Apr 13, 2025
5c0d358
New version: HydraLauncher.Hydra version 3.4.2 (#247925)
spectopo Apr 13, 2025
4cfec89
Automatic deletion of AdGuard.AdGuardVPN.Nightly 2.6.1731.0 (#247933)
wingetbot Apr 13, 2025
d6e6151
New version: AGSProjectTeam.AdventureGameStudio version 3.6.1.32 (#24…
rodrigoborgesdeoliveira Apr 13, 2025
16c51b9
New version: Hugo.Hugo version 0.146.3 (#247836)
spectopo Apr 13, 2025
591ab7b
TopalaSoftwareSolutions.SIW version 2025.03.25.3 (#247931)
gtopala Apr 13, 2025
2683772
New version: Hugo.Hugo.Extended version 0.146.3 (#247835)
spectopo Apr 13, 2025
3f56796
Automatic deletion of AnalogDevices.LTspice 24.1.6.0 (#247938)
wingetbot Apr 13, 2025
fff7d51
Automatic deletion of Jidifudi.GT4T 8.50.250403 (#247939)
wingetbot Apr 13, 2025
ce65d7b
New version: PBH-BTN.PeerBanHelper version 7.4.12 (#247932)
spectopo Apr 13, 2025
a233162
Update OpenHV to version 20250413 (#247934)
Mailaender Apr 13, 2025
0160698
New version: ast-grep.ast-grep version 0.36.3 (#247935)
kris6673 Apr 13, 2025
543e49a
Update version: Zen-Team.Zen-Browser.Twilight version 1.11.3t (#247936)
UnownBot Apr 13, 2025
6efb856
New version: Netbird.Netbird version 0.41.0 (#247937)
spectopo Apr 13, 2025
b578bd9
New version: Fly-io.flyctl version 0.3.102 (#247940)
damn-good-b0t Apr 13, 2025
3429363
New version: qBittorrent.qBittorrent version 5.0.5 (#247941)
spectopo Apr 13, 2025
14e6f87
Markdown monster 3.7.2.0 (#247943)
RickStrahl Apr 13, 2025
9999f3e
New version: maximmax42.CustomRP version 1.18.5 (#247944)
maximmax42 Apr 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: AGSProjectTeam.AdventureGameStudio
PackageVersion: 3.6.1.32
InstallerLocale: en-US
InstallerType: inno
Scope: machine
ProductCode: 6fcbc804-4887-4786-bcf6-b0786e1e983d_is1
ReleaseDate: 2025-04-13
AppsAndFeaturesEntries:
- Publisher: AGS Project Team
ProductCode: 6fcbc804-4887-4786-bcf6-b0786e1e983d_is1
ElevationRequirement: elevatesSelf
Installers:
- Architecture: x86
InstallerUrl: https://github.com/adventuregamestudio/ags/releases/download/v3.6.1.32/AGS-3.6.1.32-P10.exe
InstallerSha256: 94AB1B293300345CD3E66AD5F26BC9B824D8AD33B021273FA5748FF89D125322
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: AGSProjectTeam.AdventureGameStudio
PackageVersion: 3.6.1.32
PackageLocale: en-US
Publisher: AGS Project Team
PublisherUrl: https://www.adventuregamestudio.co.uk/
PublisherSupportUrl: https://www.adventuregamestudio.co.uk/site/community
Author: AGSProjectTeam
PackageName: Adventure Game Studio
PackageUrl: https://github.com/adventuregamestudio/ags
License: Artistic License 2.0
LicenseUrl: https://github.com/adventuregamestudio/ags/blob/HEAD/License.txt
Copyright: Copyright (c) 1999-2011 Chris Jones and 2011-2024 various contributors.
CopyrightUrl: https://github.com/adventuregamestudio/ags/blob/master/Copyright.txt
ShortDescription: Adventure Game Studio (AGS) provides the tools to make your own adventure, for free!
Moniker: ags
ReleaseNotes: |-
This is a 3.6.1 Patch 10.
Editor:
- Fixed a check for an imported room mask size did not correctly account for the room's mask resolution setting (it worked, but mishandled some edge cases).
- Fixed exceptions occuring when reimporting a sprite or a audio clip from source, if the source filename string was wrapped in double quotes.
- Fixed script variables generation could sometimes produce a non-latin character in a variable name if the Editor is running on a system with non-English current locale.
- Fixed '\n' linebreaks not saved correctly in dialog option strings.
- Fixed translation compiler mistreating escaped opening bracket in a text line ("\[");
it must keep it as-is, because "[" char is a old-style line break in AGS.
- Fixed LogPanel not applying filter settings right after they were changed.
Engine:
- Fixed a AudioChannel did not report a correct Position right after a AudioClip.PlayFrom() call.
- Fixed Button resizing to sprite 0 size if NormalGraphic is set to 0 (default button look).
- Fixed Character movement recalculation when changing move speeds while walking, and movement path contains 45-degrees diagonal segments.
- Fixed a solid Character (serving an obstacle) can get ignored by a walking Character, if the obstacle character's position appears within the walking character's own blocking zone.
(This seems to be a redundant condition introduced very long time ago in the engine by mistake.)
- Fixed object's look not updated after it was assigned a dynamic sprite, redrawn, sprite deleted, object redrawn without a sprite (used a placeholder), and then another dynamic sprite assigned with coincidentally the same number.
- Fixed font outline index limited to 127 (although we theoretically support higher font numbers).
- Fixed font outline parameters not initialized correctly if engine is built by a system that treats "char" as unsigned 8-bit type.
- Fixed a crash which occured when script mistakenly tried to call RunInteraction() for a inventory item 0.
- Fixed loading translation entries larger than 1024 bytes.
- Fixed SDL log level was defaulting to "verbose" if not read from config (should be "info").
WinSetup:
- Fixed "Save and Run" command sometimes caused 2 engine processes, one of which terminated later.
This did not prevent a game from running, but could result in temporary CPU and memory overload.
ReleaseNotesUrl: https://github.com/adventuregamestudio/ags/releases/tag/v3.6.1.32
ManifestType: defaultLocale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created with YamlCreate.ps1 Dumplings Mod
# Created with komac v2.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: Google.Chrome.Canary
PackageVersion: 136.0.7098.0
PackageIdentifier: AGSProjectTeam.AdventureGameStudio
PackageVersion: 3.6.1.32
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: ast-grep.ast-grep
PackageVersion: 0.36.3
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: sg.exe
Dependencies:
PackageDependencies:
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
ReleaseDate: 2025-04-13
ArchiveBinariesDependOnPath: true
Installers:
- Architecture: x64
InstallerUrl: https://github.com/ast-grep/ast-grep/releases/download/0.36.3/app-x86_64-pc-windows-msvc.zip
InstallerSha256: B47B51509EC5440AB88A9F86A69AD99F1B2AFBD24A268BD65FA8328F6AE8C4A6
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: ast-grep.ast-grep
PackageVersion: 0.36.3
PackageLocale: en-US
Publisher: ast-grep
PublisherUrl: https://github.com/ast-grep
PublisherSupportUrl: https://github.com/ast-grep/ast-grep/issues
PackageName: ast-grep
PackageUrl: https://ast-grep.github.io/
License: MIT
LicenseUrl: https://github.com/ast-grep/ast-grep/blob/HEAD/LICENSE
ShortDescription: A fast and polyglot tool for code searching, linting, rewriting at large scale.
Tags:
- ast
- babel
- codemod
- codereview
- command-line
- command-line-tool
- grep
- linter
- refactoring
- rust
- search
- static-analysis
- structural-search
- tree-sitter
- typescript
ReleaseNotes: |-
- fix: transformation indent #1405
- feat: YAML schema validation for node and field types e0a5a47
- chore(deps): update dependency @ast-grep/napi to v0.36.2 f291ef3
- fix(deps): update rust crate crossterm to 0.29.0 4c62fe5
ReleaseNotesUrl: https://github.com/ast-grep/ast-grep/releases/tag/0.36.3
ManifestType: defaultLocale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Created with YamlCreate.ps1 Dumplings Mod
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: Google.Chrome.Canary
PackageVersion: 136.0.7097.0
PackageIdentifier: ast-grep.ast-grep
PackageVersion: 0.36.3
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0
19 changes: 19 additions & 0 deletions manifests/f/Fly-io/flyctl/0.3.102/Fly-io.flyctl.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: Fly-io.flyctl
PackageVersion: 0.3.102
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: flyctl.exe
ReleaseDate: 2025-04-13
Installers:
- Architecture: x64
InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.102/flyctl_0.3.102_Windows_x86_64.zip
InstallerSha256: F5639A4059ACC8BDA0D0C3D6B8A438A2E0579A8B28DB924E52C6E7E66CE68437
- Architecture: arm64
InstallerUrl: https://github.com/superfly/flyctl/releases/download/v0.3.102/flyctl_0.3.102_Windows_arm64.zip
InstallerSha256: 4DEF169BF62EA61F5728B1294C4FE9BE0FED74649A31902D20018B7B3DD9DB96
ManifestType: installer
ManifestVersion: 1.9.0
25 changes: 25 additions & 0 deletions manifests/f/Fly-io/flyctl/0.3.102/Fly-io.flyctl.locale.en-US.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: Fly-io.flyctl
PackageVersion: 0.3.102
PackageLocale: en-US
Publisher: Fly.io
PublisherUrl: https://fly.io/
PublisherSupportUrl: https://community.fly.io/
PrivacyUrl: https://fly.io/legal/privacy-policy
PackageName: flyctl
PackageUrl: https://github.com/superfly/flyctl
License: Apache-2.0
LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE
ShortDescription: Command line tools for fly.io services
Tags:
- cli
- fly
- heroku
ReleaseNotes: |-
Changelog
- 9f41af1 initial mcp implementation (#4307)
ReleaseNotesUrl: https://github.com/superfly/flyctl/releases/tag/v0.3.102
ManifestType: defaultLocale
ManifestVersion: 1.9.0
26 changes: 26 additions & 0 deletions manifests/f/Fly-io/flyctl/0.3.102/Fly-io.flyctl.locale.ko-KR.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.9.0.schema.json

PackageIdentifier: Fly-io.flyctl
PackageVersion: 0.3.102
PackageLocale: ko-KR
Publisher: Fly.io
PublisherUrl: https://fly.io/
PublisherSupportUrl: https://community.fly.io/
PrivacyUrl: https://fly.io/legal/privacy-policy
PackageName: flyctl
PackageUrl: https://github.com/superfly/flyctl
License: Apache-2.0
LicenseUrl: https://github.com/superfly/flyctl/blob/HEAD/LICENSE
ShortDescription: fly.io 서비스를 위한 커맨드 라인 도구
Tags:
- cli
- fly
- heroku
ReleaseNotes: |-
f2d3a9f8 Revert "Even more remote heartbeat improvements (#3594)" (#3618)
f2416e1a Hide sentry from launch plan unless selected (#3616)
61fa0095 Add Rails + Tigris support to fly launch (#3598)
d970980d Implement unit test with in-memory server implementation. (#3613)
ManifestType: locale
ManifestVersion: 1.9.0
8 changes: 8 additions & 0 deletions manifests/f/Fly-io/flyctl/0.3.102/Fly-io.flyctl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with WinGet Updater using komac v2.11.2
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: Fly-io.flyctl
PackageVersion: 0.3.102
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0

This file was deleted.

This file was deleted.

Loading