Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Releases: caltechlibrary/lostit

Release 1.6.0

Choose a tag to compare

@mhucka mhucka released this 03 Oct 02:10

The main behavior change in this release is that when using the GUI interface, Lost It! will remember the user's login name (not the password, only the name), and reuse it in the next invocation of Lost It!.

This release also fixes an internal bug involving the name of the keychain used to store the user's credentials.

Version 1.5.1 – Bugfix release

Choose a tag to compare

@mhucka mhucka released this 24 Sep 03:43

The primary change in this version is the use of a new home-grown replacement for oauth2client.client.token_storage that stores the credentials in an encrypted file rather than in the keyring password field. The original implementation of oauth2client.client.token_storage stores the credentials from Google as the value of the password in a call to keyring.set_password(...). Unfortunately, this fails on Windows because of size limitations on the length of passwords. The replacement implementation stores an encryption key in the password field instead, and uses that encryption key to encrypt a file that stores the credentials on disk.

Additional changes in this release are:

  • Fix blurry text and other GUI elements on Windows
  • Fix building on Windows against newer versions of the google-api-python-client package
  • Fix an error-printing bug that becomes evident when debugging is turned on and an error occurs
  • Use new sidetrack package instead of our own debug log code

Version 1.5.0 – one email message per item lost

Choose a tag to compare

@mhucka mhucka released this 20 Nov 21:51

At the request of Donna W., send one message per item lost instead of sending the entire list of lost items in one email message.

Release 1.4.5 – Bugfix release

Choose a tag to compare

@mhucka mhucka released this 17 Nov 21:57
  • Fix issue #4 (Tind records sometimes lack all the expected fields)
  • Some minor internal code changes

Version 1.4.4 – Bugfix release

Choose a tag to compare

@mhucka mhucka released this 04 Oct 21:16

This fixes a couple of issues reported recently.

  • Fix issue #3 (be robust in case of incomplete rows in the Google NOS spreadsheet)
  • Fix issue #2 (earliest -- not most recent -- hold request should be reported).

Version 1.4.3

Choose a tag to compare

@mhucka mhucka released this 19 Sep 23:09

Fix bugs getting load data.