Explorar el Código

Update AltDrag to AltSnap 1.47

undefined
Ashton Charbonneau hace 3 años
padre
commit
bc5e76bc2c
Se han modificado 2 ficheros con 11 adiciones y 11 borrados
  1. 1
    1
      README.md
  2. 10
    10
      bucket/altdrag.json

+ 1
- 1
README.md Ver fichero

@@ -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))

+ 10
- 10
bucket/altdrag.json Ver fichero

@@ -1,21 +1,21 @@
1 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",
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 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",
6
+	"url": "https://github.com/RamonUnch/AltSnap/releases/download/1.47/AltSnap1.47bin_x64.zip",
7
+	"hash": "sha256:557E416999A0E15EF15617A74B62DDAD2635C0979FDDA200079B29FEBE1E9EFB",
8
+	"persist": "AltSnap.ini",
9 9
 	"shortcuts": [
10 10
 		[
11
-			"AltDrag.exe",
12
-			"AltDrag"
11
+			"AltSnap.exe",
12
+			"AltSnap"
13 13
 		]
14 14
 	],
15 15
 	"bin": [
16 16
 		[
17
-			"AltDrag.exe",
18
-			"altdrag"
17
+			"AltSnap.exe",
18
+			"altsnap"
19 19
 		]
20 20
 	],
21 21
 	"checkver": "github"

Loading…
Cancelar
Guardar