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

Releases: caltechlibrary/lostit

Release 1.6.0

03 Oct 02:10
Compare
Choose a tag to compare

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

24 Sep 03:43
Compare
Choose a tag to compare

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

20 Nov 21:51
Compare
Choose a tag to compare

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

17 Nov 21:57
Compare
Choose a tag to compare
  • Fix issue #4 (Tind records sometimes lack all the expected fields)
  • Some minor internal code changes

Version 1.4.4 – Bugfix release

04 Oct 21:16
Compare
Choose a tag to compare

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

19 Sep 23:09
Compare
Choose a tag to compare

Fix bugs getting load data.