Skip to content

Commit 472d9a7

Browse files
Merge branch 'marticliment:main' into main
2 parents 19c0a04 + 0278457 commit 472d9a7

File tree

148 files changed

+36838
-34716
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+36838
-34716
lines changed

.github/ISSUE_TEMPLATE/bug-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ body:
4545
attributes:
4646
label: UniGetUI Log
4747
render: "text"
48-
placeholder: Paste here your UniGetUI logs. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
48+
placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
4949
validations:
5050
required: true
5151
- type: textarea
5252
attributes:
5353
label: Package Managers Logs
5454
render: "text"
55-
placeholder: Paste here your Package Manager logs. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
55+
placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
5656
validations:
5757
required: true
5858
- type: textarea

.github/ISSUE_TEMPLATE/widgets-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ body:
5151
attributes:
5252
label: UniGetUI Log
5353
render: "text"
54-
placeholder: Paste here your UniGetUI logs. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
54+
placeholder: Paste your UniGetUI logs here. Click the button on the bottom-left corner of UniGetUI -> UniGetUI Log.
5555
validations:
5656
required: true
5757
- type: textarea
5858
attributes:
5959
label: Package Managers Logs
6060
render: "text"
61-
placeholder: Paste here your Package Manager logs. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
61+
placeholder: Paste your Package Manager logs here. Click the button on the bottom-left corner of UniGetUI -> Package Manager logs.
6262
validations:
6363
required: true
6464
- type: textarea
@@ -70,6 +70,6 @@ body:
7070
- type: textarea
7171
attributes:
7272
label: Screenshots and videos
73-
placeholder: If applicable, please post here a video or a screenshot of the issue.
73+
placeholder: If applicable, please post a video or a screenshot of the issue here.
7474
validations:
7575
required: false

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [ ] **Have you checked that there aren't other open [pull requests](https://github.com/marticliment/WingetUI/pulls) for the same changes?**
44
- [ ] **Have you tested that the committed code can be executed without errors?**
55
- [ ] **This PR is not composed of garbage changes used to farm GitHub activity to enter potential Crypto AirDrops.**
6-
Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. Thank you for your understanding.
6+
Any user suspected of farming GitHub activity with crypto purposes will get banned. Submitting broken code wastes the contributors' time, who have to spend their free time reviewing, fixing, and testing code that does not even compile breaks other features, or does not introduce any useful changes. I appreciate your understanding.
77
-----
88

99
<!-- optionally, explain here about the committed code -->

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ src/UniGetUI/choco-cli/extensions/chocolatey-dotnetfx/
8282
InstallerExtras/MsiCreator/setup.exe
8383
InstallerExtras/MsiCreator/UniGetUI Installer.msi
8484
InstallerExtras/MsiCreator/UniGetUISetup.msi
85+
src/global.json
86+
UniGetUI.Installer.ms-store-test.exe

README.md

Lines changed: 61 additions & 52 deletions
Large diffs are not rendered by default.

UniGetUI.iss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppVersion "3.1.2-beta3"
4+
#define MyAppVersion "3.1.2"
55
#define MyAppName "UniGetUI (formerly WingetUI)"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"
@@ -14,7 +14,7 @@
1414
[Setup]
1515
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
1616
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
17-
UninstallDisplayName="UniGetUI (formerly WingetUI)"
17+
UninstallDisplayName="UniGetUI"
1818
AppId={{889610CC-4337-4BDB-AC3B-4F21806C0BDE}
1919
AppName={#MyAppName}
2020
AppVersion={#MyAppVersion}
@@ -242,3 +242,4 @@ Filename: "{app}\{#MyAppExeName}"; Parameters: "--migrate-wingetui-to-unigetui";
242242
Filename: "{app}\{#MyAppExeName}"; Parameters: "--uninstall-unigetui"; Flags: skipifdoesntexist runhidden;
243243
Filename: {sys}\taskkill.exe; Parameters: "/f /im WingetUI.exe"; Flags: skipifdoesntexist runhidden;
244244
Filename: {sys}\taskkill.exe; Parameters: "/f /im UniGetUI.exe"; Flags: skipifdoesntexist runhidden;
245+
Filename: {sys}\taskkill.exe; Parameters: "/f /im winget.exe"; Flags: skipifdoesntexist runhidden;

WebBasedData/screenshot-database-v2.json

Lines changed: 82 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"package_count": {
3-
"total": 11710,
4-
"done": 5117,
5-
"packages_with_icon": 5117,
6-
"packages_with_screenshot": 588,
7-
"total_screenshots": 1832
3+
"total": 11712,
4+
"done": 5121,
5+
"packages_with_icon": 5121,
6+
"packages_with_screenshot": 595,
7+
"total_screenshots": 1863
88
},
99
"icons_and_screenshots": {
1010
"010memorizer": {
@@ -3358,7 +3358,7 @@
33583358
"images": []
33593359
},
33603360
"audacity": {
3361-
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Audacity_Logo.svg/128px-Audacity_Logo.svg.png",
3361+
"icon": "https://i.postimg.cc/L5sG56m2/audacity-icon.png",
33623362
"images": [
33633363
"https://i.postimg.cc/zf3bxXFw/audacity-1.png",
33643364
"https://i.postimg.cc/63v7NjSy/audacity-2.png",
@@ -7200,6 +7200,14 @@
72007200
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
72017201
]
72027202
},
7203+
"chrome-exe": {
7204+
"icon": "https://i.postimg.cc/yd2gGCZY/chrome-icon.png",
7205+
"images": [
7206+
"https://i.postimg.cc/5tNCY3J1/chrome-1.png",
7207+
"https://i.postimg.cc/nVQQDrys/chrome-2.png",
7208+
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
7209+
]
7210+
},
72037211
"chrome-beta": {
72047212
"icon": "https://i.postimg.cc/BnRrthHP/chrome-beta-icon.png",
72057213
"images": [
@@ -7208,6 +7216,14 @@
72087216
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
72097217
]
72107218
},
7219+
"chrome-beta-exe": {
7220+
"icon": "https://i.postimg.cc/BnRrthHP/chrome-beta-icon.png",
7221+
"images": [
7222+
"https://i.postimg.cc/5tNCY3J1/chrome-1.png",
7223+
"https://i.postimg.cc/nVQQDrys/chrome-2.png",
7224+
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
7225+
]
7226+
},
72117227
"chrome-canary": {
72127228
"icon": "https://i.postimg.cc/9f8qG7X9/chrome-canary-icon.png",
72137229
"images": [
@@ -7224,18 +7240,14 @@
72247240
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
72257241
]
72267242
},
7227-
"chrome-exe": {
7228-
"icon": "https://i.postimg.cc/yd2gGCZY/chrome-icon.png",
7243+
"chrome-dev-exe": {
7244+
"icon": "https://i.postimg.cc/tgPL6hNS/chrome-dev-icon.png",
72297245
"images": [
72307246
"https://i.postimg.cc/5tNCY3J1/chrome-1.png",
72317247
"https://i.postimg.cc/nVQQDrys/chrome-2.png",
72327248
"https://i.postimg.cc/Y0gGKD6N/chrome-3.png"
72337249
]
72347250
},
7235-
"chrome-remote-desktop-host": {
7236-
"icon": "https://community.chocolatey.org/content/packageimages/chrome-remote-desktop-host.111.0.5563.12.png",
7237-
"images": []
7238-
},
72397251
"chromecacheview": {
72407252
"icon": "https://community.chocolatey.org/content/packageimages/chromecacheview.2.41.png",
72417253
"images": []
@@ -7260,7 +7272,7 @@
72607272
"icon": "https://community.chocolatey.org/content/packageimages/chromelpass-chrome.2.8.1.png",
72617273
"images": []
72627274
},
7263-
"chromeremotedesktop": {
7275+
"chromeremotedesktophost": {
72647276
"icon": "https://i.postimg.cc/PJZQkFwv/cds.png",
72657277
"images": [
72667278
"https://i.postimg.cc/xTDPPYwv/srd1.png"
@@ -8867,10 +8879,6 @@
88678879
"icon": "",
88688880
"images": []
88698881
},
8870-
"crow-translate": {
8871-
"icon": "",
8872-
"images": []
8873-
},
88748882
"crowdinspect": {
88758883
"icon": "https://community.chocolatey.org/content/packageimages/crowdinspect.1.5.0.png",
88768884
"images": []
@@ -8892,9 +8900,9 @@
88928900
"images": []
88938901
},
88948902
"crowtranslate": {
8895-
"icon": "https://crow-translate.github.io/favicon.png",
8903+
"icon": "https://i.postimg.cc/dt36sNrG/48-apps-crow-translate.png",
88968904
"images": [
8897-
"https://crow-translate.github.io/screenshots/plasma/main.png"
8905+
"https://i.postimg.cc/28twVd7M/main-1.png"
88988906
]
88998907
},
89008908
"crsed": {
@@ -11874,10 +11882,9 @@
1187411882
"images": []
1187511883
},
1187611884
"dropbox": {
11877-
"icon": "https://i.postimg.cc/Yqgfh9Sc/Dropbox.png",
11885+
"icon": "https://i.postimg.cc/6q5xZffs/dropbox-ico.jpg",
1187811886
"images": [
11879-
"https://aem.dropbox.com/cms/content/dam/dropbox/blog/files/2017/04/screenshot3_1300x760.png",
11880-
"https://images.ctfassets.net/lzny33ho1g45/5cVkOkmxG4o6iWCiISu5zA/cf60be1721f51cb5441ab5fd5541c96b/dropbox-hidden-features-09-notifications.png",
11887+
"https://i.postimg.cc/7L8v9knn/drop1.png",
1188111888
"https://i.postimg.cc/P5QWQRZ2/dropp.png"
1188211889
]
1188311890
},
@@ -11902,7 +11909,7 @@
1190211909
"images": []
1190311910
},
1190411911
"drupal": {
11905-
"icon": "https://cdn.worldvectorlogo.com/logos/drupal-3.svg",
11912+
"icon": "https://i.postimg.cc/9fG6Nnx5/druplicon-small.png",
1190611913
"images": []
1190711914
},
1190811915
"drush-commandline": {
@@ -15471,6 +15478,12 @@
1547115478
"icon": "",
1547215479
"images": []
1547315480
},
15481+
"g-helper": {
15482+
"icon": "",
15483+
"images": [
15484+
"https://private-user-images.githubusercontent.com/5920850/241183841-4d98465a-63a5-4498-ae14-afb3e67e7e82.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mjg1NTQxMTgsIm5iZiI6MTcyODU1MzgxOCwicGF0aCI6Ii81OTIwODUwLzI0MTE4Mzg0MS00ZDk4NDY1YS02M2E1LTQ0OTgtYWUxNC1hZmIzZTY3ZTdlODIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI0MTAxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNDEwMTBUMDk1MDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NmNhOTRlOTQ3ZTgwNjQ5ZTM1YmJjM2FmNWE5MTU5ZTQ2ZTVjNDI0YjEzNTc1ZTY2YThmYzgzYzI4MjY2MDU5NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.c88Zx0dUZDaqK2jFI_5_9UpAT16ofUH90AAmYR5c9ew"
15485+
]
15486+
},
1547415487
"g-desktop-suite": {
1547515488
"icon": "",
1547615489
"images": []
@@ -17174,7 +17187,7 @@
1717417187
"images": []
1717517188
},
1717617189
"gradle": {
17177-
"icon": "https://community.chocolatey.org/content/packageimages/gradle.7.6.png",
17190+
"icon": "",
1717817191
"images": []
1717917192
},
1718017193
"gradle-bin": {
@@ -17990,6 +18003,10 @@
1799018003
"icon": "https://community.chocolatey.org/content/packageimages/headset.4.2.1.png",
1799118004
"images": []
1799218005
},
18006+
"headsetcontrol-gui": {
18007+
"icon": "https://raw.githubusercontent.com/LeoKlaus/HeadsetControl-GUI/refs/heads/main/src/Resources/icons/light/png/headphones.png",
18008+
"images": []
18009+
},
1799318010
"heapmemview": {
1799418011
"icon": "https://community.chocolatey.org/content/packageimages/heapmemview.1.05.png",
1799518012
"images": []
@@ -20966,8 +20983,10 @@
2096620983
"images": []
2096720984
},
2096820985
"kalker": {
20969-
"icon": "",
20970-
"images": []
20986+
"icon": "https://github.com/PaddiM8/kalker/blob/master/logo.png",
20987+
"images": [
20988+
"https://github.com/PaddiM8/kalker/blob/master/preview.png"
20989+
]
2097120990
},
2097220991
"kamban": {
2097320992
"icon": "",
@@ -21808,9 +21827,8 @@
2180821827
"images": []
2180921828
},
2181021829
"kodi": {
21811-
"icon": "https://i.postimg.cc/SNGy2skn/Thumbnail-light.png",
21830+
"icon": "https://i.postimg.cc/2yyqfsLK/icon.png",
2181221831
"images": [
21813-
"https://ubunlog.com/wp-content/uploads/2015/11/MenuPlacement.png",
2181421832
"https://i.postimg.cc/Y94cdr5z/1.png",
2181521833
"https://i.postimg.cc/gcZFR0qY/2.png",
2181621834
"https://i.postimg.cc/Z5j1ZvZL/3.png",
@@ -26116,8 +26134,10 @@
2611626134
"images": []
2611726135
},
2611826136
"msys2": {
26119-
"icon": "https://community.chocolatey.org/content/packageimages/msys2.20230127.0.0.png",
26120-
"images": []
26137+
"icon": "https://i.postimg.cc/pd1rJ06Q/mingw64.png",
26138+
"images": [
26139+
"https://i.postimg.cc/MTCGhnxv/winterm.png"
26140+
]
2612126141
},
2612226142
"msysgit": {
2612326143
"icon": "https://community.chocolatey.org/content/packageimages/msysgit.1.7.10.20120526.png",
@@ -29418,8 +29438,29 @@
2941829438
"images": []
2941929439
},
2942029440
"osu!": {
29421-
"icon": "",
29422-
"images": []
29441+
"icon": "https://raw.githubusercontent.com/ppy/osu/refs/heads/master/assets/lazer.png",
29442+
"images": [
29443+
"https://i.vgy.me/jmDREj.png",
29444+
"https://i.vgy.me/K6DfjK.png",
29445+
"https://i.vgy.me/czMDrZ.png",
29446+
"https://i.vgy.me/nl1uia.png",
29447+
"https://i.vgy.me/SdSDif.png",
29448+
"https://i.vgy.me/uhcLhs.png",
29449+
"https://i.vgy.me/3FzauU.png",
29450+
"https://i.vgy.me/mzqcwB.png",
29451+
"https://i.vgy.me/owQn6h.png",
29452+
"https://i.vgy.me/k9A3Pi.png",
29453+
"https://i.vgy.me/OoLNlp.png",
29454+
"https://i.vgy.me/o7pUyS.png",
29455+
"https://i.vgy.me/f9DU3o.png",
29456+
"https://i.vgy.me/QnbCFt.png",
29457+
"https://i.vgy.me/B5EeB8.png",
29458+
"https://i.vgy.me/4C4Flo.png",
29459+
"https://i.vgy.me/8KZSAa.png",
29460+
"https://i.vgy.me/JEZvI4.png",
29461+
"https://i.vgy.me/Bxs34D.png",
29462+
"https://i.vgy.me/VDdABh.png"
29463+
]
2942329464
},
2942429465
"osuhelper": {
2942529466
"icon": "",
@@ -33046,7 +33087,7 @@
3304633087
"images": []
3304733088
},
3304833089
"qqbrowser": {
33049-
"icon": "",
33090+
"icon": "https://logos.fandom.com/wiki/QQ_Browser?file=QQ_Browser_2014.png",
3305033091
"images": []
3305133092
},
3305233093
"qqimage": {
@@ -34745,7 +34786,7 @@
3474534786
"images": []
3474634787
},
3474734788
"ringcentral": {
34748-
"icon": "",
34789+
"icon": "https://www.ringcentral.com/content/dam/rc-www/en_us/images/favicon/ringcentral_2.0_icon_favicon.ico",
3474934790
"images": []
3475034791
},
3475134792
"rink": {
@@ -38888,8 +38929,13 @@
3888838929
"images": []
3888938930
},
3889038931
"startallback": {
38891-
"icon": "https://www.megaleechers.com/storage/StartIsBack-Icon.png",
38892-
"images": []
38932+
"icon": "",
38933+
"images": [
38934+
"https://www.startallback.com/img/screen1thm.png",
38935+
"https://www.startallback.com/img/screen2thm.png",
38936+
"https://www.startallback.com/img/screen3thm.png",
38937+
"https://www.startallback.com/img/screen4thm.png"
38938+
]
3889338939
},
3889438940
"startbluescreen": {
3889538941
"icon": "https://community.chocolatey.org/content/packageimages/startbluescreen.1.00.png",

0 commit comments

Comments
 (0)