Sfoglia il codice sorgente

Update AltDrag to AltSnap 1.47

master
Ashton Charbonneau 2 anni fa
parent
commit
48fe5c95b7
3 ha cambiato i file con 23 aggiunte e 23 eliminazioni
  1. 1
    1
      README.md
  2. 0
    22
      bucket/altdrag.json
  3. 22
    0
      bucket/altsnap.json

+ 1
- 1
README.md Vedi File

@@ -2,7 +2,7 @@ Personal [Scoop](https://github.com/lukesampson/scoop) bucket containing custom
2 2
 
3 3
 Current programs:
4 4
 
5
-- [AltDrag](https://github.com/RamonUnch/AltDrag) v1.46 ([GitHub releases](https://github.com/RamonUnch/AltDrag/releases))
5
+- [AltSnap](https://github.com/RamonUnch/AltSnap) v1.47 ([GitHub releases](https://github.com/RamonUnch/AltSnap/releases))
6 6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
7 7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
8 8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))

+ 0
- 22
bucket/altdrag.json Vedi File

@@ -1,22 +0,0 @@
1
-{
2
-	"homepage": "https://github.com/RamonUnch/AltDrag",
3
-	"description": "Fork from Stefan Sundin's AltDrag. It 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 fork tries to keep a version up to date with minimal amount of bugs while keeping it feature-rich.",
4
-	"version": "1.46",
5
-	"license": "GPL-3.0-or-later",
6
-	"url": "https://github.com/RamonUnch/AltDrag/releases/download/1.46/AltDrag1.46bin.zip",
7
-	"hash": "sha256:1AA035F565B4A253B71B96C157DEDA46AA54051911164E44F2BDCF3F6A6019C0",
8
-	"persist": "AltDrag.ini",
9
-	"shortcuts": [
10
-		[
11
-			"AltDrag.exe",
12
-			"AltDrag"
13
-		]
14
-	],
15
-	"bin": [
16
-		[
17
-			"AltDrag.exe",
18
-			"altdrag"
19
-		]
20
-	],
21
-	"checkver": "github"
22
-}

+ 22
- 0
bucket/altsnap.json Vedi File

@@ -0,0 +1,22 @@
1
+{
2
+	"homepage": "https://github.com/RamonUnch/AltSnap",
3
+	"description": "Fork of Stefan Sundin's AltDrag. It allows you to move and resize windows by using the Alt key (configurable) and clicking wherever on the window instead of relying on very precise clicking. This fork tries to keep a version up to date with minimal amount of bugs while keeping it feature-rich.",
4
+	"version": "1.47",
5
+	"license": "GPL-3.0-or-later",
6
+	"url": "https://github.com/RamonUnch/AltSnap/releases/download/1.47/AltSnap1.47bin_x64.zip",
7
+	"hash": "sha256:557E416999A0E15EF15617A74B62DDAD2635C0979FDDA200079B29FEBE1E9EFB",
8
+	"persist": "AltSnap.ini",
9
+	"shortcuts": [
10
+		[
11
+			"AltSnap.exe",
12
+			"AltSnap"
13
+		]
14
+	],
15
+	"bin": [
16
+		[
17
+			"AltSnap.exe",
18
+			"altsnap"
19
+		]
20
+	],
21
+	"checkver": "github"
22
+}

Loading…
Annulla
Salva