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: AltSnap.AltSnap version 1.63
- Loading branch information
1 parent
9722a9c
commit bb7d08e
Showing
3 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
manifests/a/AltSnap/AltSnap/1.63/AltSnap.AltSnap.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,25 @@ | ||
# Created with komac v2.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: AltSnap.AltSnap | ||
PackageVersion: '1.63' | ||
Platform: | ||
- Windows.Desktop | ||
InstallerType: portable | ||
Scope: user | ||
InstallModes: | ||
- interactive | ||
- silent | ||
- silentWithProgress | ||
UpgradeBehavior: install | ||
ReleaseDate: 2024-04-14 | ||
ElevationRequirement: elevatesSelf | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/RamonUnch/AltSnap/releases/download/1.63/AltSnap1.63-inst.exe | ||
InstallerSha256: AF9D5352479AB82E077FF1CCECAF059DCB653B0E45C89684F18F17298DCD5DD1 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/RamonUnch/AltSnap/releases/download/1.63/AltSnap1.63-x64-inst.exe | ||
InstallerSha256: 320C32C633B1018472FFB7667D02FF8EFC884480CCCF89B8DBAA387406F25476 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
53 changes: 53 additions & 0 deletions
53
manifests/a/AltSnap/AltSnap/1.63/AltSnap.AltSnap.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,53 @@ | ||
# Created with komac v2.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: AltSnap.AltSnap | ||
PackageVersion: '1.63' | ||
PackageLocale: en-US | ||
Publisher: Raymond Gillibert | ||
PublisherUrl: https://github.com/RamonUnch | ||
PublisherSupportUrl: https://github.com/RamonUnch/AltSnap/issues | ||
Author: Raymond Gillibert | ||
PackageName: AltSnap | ||
PackageUrl: https://github.com/RamonUnch/AltSnap/wiki | ||
License: GPL-3.0 | ||
LicenseUrl: https://github.com/RamonUnch/AltSnap/blob/HEAD/License.txt | ||
ShortDescription: Easily drag windows when pressing the alt key. | ||
Description: |- | ||
Maintained fork of AltDrag for Windows which allows you to move and resize windows by using the Alt key and clicking wherever on the window instead of relying on very precise clicking. | ||
This behavior is very common on Linux distributions and is not actually hard to implement on Windows. | ||
It is oriented towards all Windows users from Windows NT 4 to Windows 11, even though it is mostly tested on Windows XP and Windows 10. | ||
Main differences: To simplify the code greatly the Hooks windows feature was removed; it allowed you have windows snapping while dragging them normally. It required however to inject a dll in every application and induced thus an obvious security risk. The amount of mess added to the code just for this feature was substantial and in addition forced to have both a 32bits and a 64bits version of the program running at the same time. | ||
This version injects nothing into other applications. This means you do not have to worry whether you have a 32 or a 64bit operating system. | ||
Another feature that was disabled is focus on typing, that was too much unusable for me to even start testing, so I removed it. | ||
Otherwise this has a much simpler source code, added a few extra options, such as transparent windows dragging, Maximize action, pause process options, more blacklists for finer control of AltSnap etc. | ||
Moniker: altsnap | ||
Tags: | ||
- alt-drag | ||
- altdrag | ||
ReleaseNotes: |- | ||
- Snap Layout preview #511, #359, #464. | ||
Configure via the folowing options: | ||
in the [Zones] section | ||
ShowZonesPrevw=1 | ||
; Enable/Disables Layout preview (default 1) | ||
ZonesPrevwOpacity=160 | ||
; Opacity from 0-255 of the Zone preview (default 160). | ||
; Use 0 if you disabled Desktop composition. | ||
ZonesPrevwBGCol=FF FF FF | ||
ZonesPrevwBDCol=00 00 00 | ||
; Color of the Snap Layout preview, ZonesPrevwBGCol for background color | ||
; and ZonesPrevwBDCol for the border color. default are white and black. | ||
; Use a dark beckground and a light border if you use dark theme. | ||
- Fixed: Titlebar action now has precedence over Hotclick. #503 | ||
- Fixed Scheduled task script #505, thanks to @VladKappa | ||
- Updated Polish translation, thanks to @xeophyte | ||
- Updated Chinese translation, thanks to @yatli | ||
- Updated Korean translation, thanks to @1kko | ||
ReleaseNotesUrl: https://github.com/RamonUnch/AltSnap/releases/tag/1.63 | ||
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.3.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: AltSnap.AltSnap | ||
PackageVersion: '1.63' | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |