Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nutdotnet/WinNUT-Client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.8255
Choose a base ref
...
head repository: nutdotnet/WinNUT-Client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.8286
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Aug 30, 2022

  1. Create zh-TW.csv

    yrctw authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    efd9792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf863ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from yrctw/Dev-2.2

    Add Translation/zh-TW/zh-TW.csv for Chinese (Traditional)
    gbakeman authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    23ea925 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Large changes to Socket/UPS handling

    - New Nut_Exception constructor to allow specifying NUTResponse instead of _Exception_Value
    - Shifted some responsibility of error handling out of Socket class and into UPS class. These are some major changes and need testing.
    - Merged Create_Socket code into Connect code
    - Renamed and then commented-out IsKnownUPS function. Feels like this should be a part of the UPS class, but regardless, we'll know if there's an invalid UPS the moment a command is run for one.
    - Simplified & renamed Query_Desc function
    - Added a few events to the UPS class for informing any listeners of issues
    - UPS no longer handles socket errors, and instead passively notifies listeners about one
    - GetUPSVar supports DATA-STALE errors and will retry 3 times to get the data, and then take the default value and raise an event about the error.
    - If error is encountered when opening the ListVarGUI, display a message box and close the form.
    - Removed the Unknown_UPS event and modified the GUI to handle future errors.
    gbakeman committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f608d51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from nutdotnet/21-data-stale-response

    Large changes to Socket/UPS, DATA-STALE error handling
    gbakeman authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    aa2342c View commit details
    Browse the repository at this point in the history
  3. Update changelog.md

    Prepare for pre-release
    gbakeman committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    fd42982 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01a078b View commit details
    Browse the repository at this point in the history
Loading