-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: DrewNaylor/guinget
base: v0.1.2-alpha
head repository: DrewNaylor/guinget
compare: master
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8398ffe - Browse repository at this point
Copy the full SHA 8398ffeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 336ed9a - Browse repository at this point
Copy the full SHA 336ed9aView commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cdf4c58 - Browse repository at this point
Copy the full SHA cdf4c58View commit details
Commits on Oct 3, 2020
-
Allow wrapping search term in double-quotes to get exact matches.
This'll be used for the ID search. We're also putting the search box text into a variable now, too.
Configuration menu - View commit details
-
Copy full SHA for 61bb843 - Browse repository at this point
Copy the full SHA 61bb843View commit details -
Configuration menu - View commit details
-
Copy full SHA for e91cc8b - Browse repository at this point
Copy the full SHA e91cc8bView commit details -
Forgot to do that for the library, so now guinget 0.1.2 ships with the same version as in 0.1.1. Oops.
Configuration menu - View commit details
-
Copy full SHA for ad42b61 - Browse repository at this point
Copy the full SHA ad42b61View commit details
Commits on Oct 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 058f40f - Browse repository at this point
Copy the full SHA 058f40fView commit details -
Add a debug setting to bypass the cache update to speed up...
testing and decrease network traffic.
Configuration menu - View commit details
-
Copy full SHA for 4151cf9 - Browse repository at this point
Copy the full SHA 4151cf9View commit details -
Add checkbox for exact match for last-selected ID + fix defaults...
for showing the sidebar and re-running the search after cache update + modify tab indexes so that OK comes before Defaults, for example.
Configuration menu - View commit details
-
Copy full SHA for 64fe411 - Browse repository at this point
Copy the full SHA 64fe411View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 50c552d - Browse repository at this point
Copy the full SHA 50c552dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c4df3f - Browse repository at this point
Copy the full SHA 2c4df3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb80a9d - Browse repository at this point
Copy the full SHA fb80a9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6534168 - Browse repository at this point
Copy the full SHA 6534168View commit details -
Fix datagridview to make sure it can't be edited by the user.
Changed that by accident.
Configuration menu - View commit details
-
Copy full SHA for 1463494 - Browse repository at this point
Copy the full SHA 1463494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39dda9c - Browse repository at this point
Copy the full SHA 39dda9cView commit details -
Remove rows that don't have matching version numbers...
if the setting is on + change setting name.
Configuration menu - View commit details
-
Copy full SHA for 6a88e3e - Browse repository at this point
Copy the full SHA 6a88e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76f1b4b - Browse repository at this point
Copy the full SHA 76f1b4bView commit details -
Only add package to the list if the version matches...
the latest version. This makes it so that we don't have to delete rows from the datagridview afterward, but the actual newest version isn't being shown for packages like AdoptOpenJDK.OpenJDK yet.
Configuration menu - View commit details
-
Copy full SHA for 2fc8273 - Browse repository at this point
Copy the full SHA 2fc8273View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f3dd9d - Browse repository at this point
Copy the full SHA 6f3dd9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c909399 - Browse repository at this point
Copy the full SHA c909399View commit details -
Return a List(Of String) instead of just a String that we split...
later when getting the manifest paths. This should improve performance and resource usage.
Configuration menu - View commit details
-
Copy full SHA for e1e81e4 - Browse repository at this point
Copy the full SHA e1e81e4View commit details -
Turn off bypassing the cache update and only displaying...
the latest version.
Configuration menu - View commit details
-
Copy full SHA for 256ca6d - Browse repository at this point
Copy the full SHA 256ca6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 203cc6d - Browse repository at this point
Copy the full SHA 203cc6dView commit details -
Make sure we add a trailing backslash when extracting.
I'm updating update-manifests.bat with this change since it could be a concern if it's not fixed there for people who still use it.
Configuration menu - View commit details
-
Copy full SHA for 5d5c4b3 - Browse repository at this point
Copy the full SHA 5d5c4b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca88c6a - Browse repository at this point
Copy the full SHA ca88c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a48a4fc - Browse repository at this point
Copy the full SHA a48a4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee9cbe - Browse repository at this point
Copy the full SHA 5ee9cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f24024 - Browse repository at this point
Copy the full SHA 8f24024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63c27e5 - Browse repository at this point
Copy the full SHA 63c27e5View commit details -
Revert "Fix columns not being read-only."
This reverts commit 63c27e5.
Configuration menu - View commit details
-
Copy full SHA for 00ebcd3 - Browse repository at this point
Copy the full SHA 00ebcd3View commit details -
Revert "Revert "Fix columns not being read-only.""
This reverts commit 00ebcd3.
Configuration menu - View commit details
-
Copy full SHA for 93c5dbe - Browse repository at this point
Copy the full SHA 93c5dbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93ec65c - Browse repository at this point
Copy the full SHA 93ec65cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6014ce - Browse repository at this point
Copy the full SHA f6014ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4845089 - Browse repository at this point
Copy the full SHA 4845089View commit details -
Merge pull request #48 from DrewNaylor/latest-version-displayer
Experimental latest version displayer The latest version of a package can now be displayed in its own column (currently hard-coded to be hidden). Optionally, the latest version can be the only version that's loaded, but some packages such as `AdoptOpenJDK.OpenJDK` have an issue with this right now where the version that's displayed as the "latest" is actually an older version due to that being the last version added to the database. Additionally, this feature requires loading from the database to be on for it to do anything useful. Please be aware that **this is an experimental feature** and isn't ready to be used all the time. Other changes and details: - New **experimental** setting added - `OnlyDisplayLatestPackageVersion`. Boolean; defaults to `False` - If we're loading from the database, this will make it so that only the latest version of a package is shown in the list. As mentioned above, it's not reliable yet and sometimes displays the wrong version as the latest. - `libguinget.GetPackageDetailsTableFromSqliteDB` now returns four items, with the fourth one being what it thinks is the latest version. - Although I'm pretty sure no-one else is using `libguinget` yet, this may impact people using it. Not entirely sure what happens if you don't use all four items, though. - Instead of concatenating a `String`, we're now using a `List(Of String)` to store the manifest paths. - This reduces complexity and makes it so that we don't have to split the string before using it. - As a side effect, there's only one thing that has to be removed when looping through the manifest paths list instead of two (`...To ManifestPaths.Count - 1` instead of `...To ManifestPaths.Count - 2`). - Again, this will impact people using `libguinget` if anyone else is using it, so they'll have to modify their code if they update `libguinget` when this version is out.
Configuration menu - View commit details
-
Copy full SHA for 5da48e1 - Browse repository at this point
Copy the full SHA 5da48e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71fd05 - Browse repository at this point
Copy the full SHA a71fd05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395320a - Browse repository at this point
Copy the full SHA 395320aView commit details
Commits on Oct 8, 2020
-
Make sure the manifest path cell isn't Nothing before getting the...
description. If it is, change the description. This should only be a problem if the database is broken, like it is (or was, if it's fixed by this point) right now.
Configuration menu - View commit details
-
Copy full SHA for 1bc7849 - Browse repository at this point
Copy the full SHA 1bc7849View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3b7f1 - Browse repository at this point
Copy the full SHA 9f3b7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4571c98 - Browse repository at this point
Copy the full SHA 4571c98View commit details
Commits on Oct 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ce13b9a - Browse repository at this point
Copy the full SHA ce13b9aView commit details
Commits on Oct 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c3f2c80 - Browse repository at this point
Copy the full SHA c3f2c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b34ff - Browse repository at this point
Copy the full SHA d8b34ffView commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 191a59b - Browse repository at this point
Copy the full SHA 191a59bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 713df7a - Browse repository at this point
Copy the full SHA 713df7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88842b - Browse repository at this point
Copy the full SHA b88842bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ffd7c7 - Browse repository at this point
Copy the full SHA 5ffd7c7View commit details -
Fixed the code for getting the packages.
Wasn't quite sure how to do it before, but I figured it out.
Configuration menu - View commit details
-
Copy full SHA for 7dd905b - Browse repository at this point
Copy the full SHA 7dd905bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a42609c - Browse repository at this point
Copy the full SHA a42609cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf4a4b - Browse repository at this point
Copy the full SHA cdf4a4bView commit details
There are no files selected for viewing