Browse Source

Update AltDrag to AltSnap 1.47

undefined
Ashton Charbonneau 3 years ago
parent
commit
bc5e76bc2c
2 changed files with 11 additions and 11 deletions
  1. 1
    1
      README.md
  2. 10
    10
      bucket/altdrag.json

+ 1
- 1
README.md View File

2
 
2
 
3
 Current programs:
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
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
6
 - [Closure Compiler](https://developers.google.com/closure/compiler/) v20210601 ([GitHub releases](https://github.com/google/closure-compiler/releases))
7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
7
 - [Dual Key Remap](https://github.com/ililim/dual-key-remap) v0.5 ([GitHub releases](https://github.com/ililim/dual-key-remap/releases))
8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))
8
 - [Go Replace](https://github.com/piranha/goreplace) v2.6 ([GitHub releases](https://github.com/piranha/goreplace/releases))

+ 10
- 10
bucket/altdrag.json View File

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
 	"license": "GPL-3.0-or-later",
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
 	"shortcuts": [
9
 	"shortcuts": [
10
 		[
10
 		[
11
-			"AltDrag.exe",
12
-			"AltDrag"
11
+			"AltSnap.exe",
12
+			"AltSnap"
13
 		]
13
 		]
14
 	],
14
 	],
15
 	"bin": [
15
 	"bin": [
16
 		[
16
 		[
17
-			"AltDrag.exe",
18
-			"altdrag"
17
+			"AltSnap.exe",
18
+			"altsnap"
19
 		]
19
 		]
20
 	],
20
 	],
21
 	"checkver": "github"
21
 	"checkver": "github"

Loading…
Cancel
Save