Skip to content

Commit

Permalink
- bumped devex to 23.1.6 and nuget references
Browse files Browse the repository at this point in the history
- added application icon
- WinGet-repo has become huge -> added progress indicators for .yaml-file search and loading
- added new columns 'Platform', 'PublisherSupportUrl', 'ExpectedReturnCodes'
  • Loading branch information
donid committed Mar 22, 2024
1 parent 0adb4f1 commit 92a70c2
Show file tree
Hide file tree
Showing 24 changed files with 5,497 additions and 207 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# WingetRepoBrowser

A graphical (GUI) browser for the winget package repository

Microsoft is creating a new Windows Package Manager CLI (aka winget) which is based on a [Git repository](https://github.com/microsoft/winget-pkgs) that contains yaml-based package descriptions. They have stated that there will be no 'gallery' to browse through the available packages, so I have created a little WinForms Application to fill this gap. It uses a DevExpress GridControl, which provides powerful [search, sort and filtering features.](https://docs.devexpress.com/WindowsForms/833/controls-and-libraries/data-grid/end-user-capabilities)
Expand All @@ -15,7 +16,14 @@ Clone the winget-pkgs repository to a local folder and specify that folder in Wi
- versions-count when grouping and group-count (number of unique packages)
- Downloading is currently not supported for manifests that have the PackageVersion 'latest'.

**New Features in v0.2.6**

- added application icon
- WinGet-repo has become huge -> added progress indicators for .yaml-file search and loading
- added new columns 'Platform', 'PublisherSupportUrl', 'ExpectedReturnCodes'

**New Features in v0.2.0**

- added context menu "OpenGitRepo"
- searching for yaml files doesn't block UI anymore
- fixed "Ignore selected version(s)"
Expand All @@ -26,7 +34,6 @@ Clone the winget-pkgs repository to a local folder and specify that folder in Wi
- context menu in 'New Downloads'-window allows to ignore a ParsedVersion for download (VersionsToIgnoreDownload stored .wingetid-files)
- ParsedVersion-column allows to sort by PackageVersion (using a separate column makes it easier to find problems with the sorting-implementation)


If you don't like the fact that the subfolders are named by the package-id, you can change the names manually - the folders are identified by the *.wingetid files.

**Changes in v0.1.0**
Expand Down
Binary file added src/WingetRepoBrowser.ico
Binary file not shown.
28 changes: 28 additions & 0 deletions src/WingetRepoBrowser.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 92a70c2

Please sign in to comment.