WeatherLog 4.14

Changes (Features)

  • Added list of selected datasets to the confirmation dialog for Remove Datasets. This displays similarly to the confirmation dialog for Remove.
  • Fixed extra newline in Remove confirmation dialog.
  • Changed Get Weather to use consistent decimal place formatting (two places). Some fields here used one place, which was inconsistent both within this dialog and within the application as a whole.
  • Reformatted sunrise and sunset times in Get Weather to be easier to read.
  • Increased the size and spacing of the Get Weather dialog.
  • Hid the headers for the treeviews in the Get Weather dialog.
  • Hid the headers for the treeview in the date selection dialog.
  • Hid the headers for the treeview in the Data Subset selection dialog.
  • Changed the columns in the Data Subset selection dialog to expand.
  • Changed the columns in the dataset selection dialog treeviews to expand.
  • Pressing the delete key on the main data list now removes the row.
  • Removed Clear All. Due to how deleting datasets and removing data works, this was not really necessary.

Download

Downloads and code are available on Github.
Project page: https://github.com/achesak/weatherlog
Release page: https://github.com/achesak/weatherlog/releases/tag/v4.14

WeatherLog 4.13

Changes (Features)

  • Improved display of main view info and tables by allowing the columns to expand and setting more space by default.
  • Improved display of dialog info and tables by allowing the columns to expand and settings more space by default.
  • Improved display of data subset selection dialog by adding more padding.
  • Added Remove button to Edit dialog.
  • Changed Info, Tables, and Graphs menu accelerators to be sensible after the main dialogs for those were merged into the main view.

Changes (Code)

  • Fixed PEP8 style issues.
  • Changed Info and Table dialogs to use application constants.
  • Removed remaining references to the previous licence (MIT).
  • Fixed outdated comments.
  • Removed unused file (app_data/strings.json) and related code.

Changes (Bugfixes)

  • Fixed date selection dialog showing plural label for single selection.

Download

Downloads and code are available on Github.
Project page: https://github.com/achesak/weatherlog
Release page: https://github.com/achesak/weatherlog/releases/tag/v4.13

PastebinGTK 2.1

Changes (Features)

  • Log in changes:
    • Merge Login In and Log Out buttons.
    • Enter key now works as expected in username and password entries.
    • Stopped case where user could unintentionally log out.
  • Delete Paste now shows “Untitled” in the paste name instead of leaving it blank.
  • Added spacing to the list paste dialogs for readability.
  • Merged the Editing tab in Options into the General tab. There was only one element in that tab.

Changes (Bugfixes)

  • Fixed Paste Details causing an error for guest-created pastes.
  • Fixed Get Paste and Paste Details not working with https links.

Changes (Code)

  • Fixed indentation issues.
  • Fixed Beautiful Soup (HTML parser) warnings.
  • Removed old, unused help files.
  • Change names of login-related functions and variables.
  • Changed license to GPLv3.

Download

Downloads can be found on the Github repository.

WeatherLog 4.12

Changes (Features)

  • Renamed Charts to Tables. The previous name was a relic of what that feature was originally intended to be.
  • Merge location tab in Get Current Weather into main tab, as there was very little data displayed there.

Changes (Code)

  • Fix PEP8 style warnings.

Changes (Bugfixes)

  • Fixed Edit causing an error when opening the edit dialog.

Download

Downloads and code are available on Github.
Project page: https://github.com/achesak/weatherlog
Release page: https://github.com/achesak/weatherlog/releases/tag/v4.12