Skip to content

Releases: izrik/tudor

New view-task page and updated deps

29 Jun 13:57
f596ef0
Compare
Choose a tag to compare

This release modifies the view-task page to have a more aesthetic and more responsive layout. It also updates the python version to 3.11 and updates several dependencies.

Diagnostics for getting an attachment

25 Aug 17:58
f1f1a6d
Compare
Choose a tag to compare

Exceptions when getting an attachment should now be logged.

Import/export fixes and case-insensitive search

13 Mar 05:13
a627642
Compare
Choose a tag to compare

This release fixes a few minor bugs in the import and export code. It also changes the search feature to be case-insensitive

Postgres TLS support

14 Nov 04:54
d9cbe1b
Compare
Choose a tag to compare

This release makes PostgreSQL the primary supported database. It also cleans up configuration processing, so that defaults don't conflict with file options (e.g. TUDOR_DB_URI_FILE). It also adds a db options config param, for passing additional connection parameters to the ORM.

Configuring via files

25 Sep 04:17
287307c
Compare
Choose a tag to compare

This release adds new configuration parameters for getting the secret key and DB uri from files, which can be more secure than environment variables for storing credentials and other sensitive/secret information.

New Import and Export commands

27 Aug 13:04
bb31db5
Compare
Choose a tag to compare

This release adds new command-line options for exporting and importing tasks, tags, notes, attachments (the records but not the actual files), users, and options from/to the database. Similar functionality was already available through the web UI, but now it is also available from the command line.

Minor auth bug fix

02 Jul 17:57
a357d5e
Compare
Choose a tag to compare

This release fixes a minor bug in the authentication code. The bug was not a security vulnerability per se, just the site of a potential crash.

Upgrade to python 3

01 Oct 15:12
48f40b1
Compare
Choose a tag to compare

This release upgrades the code to run under python3 instead of python2. It also updates all dependencies to the latest versions. It reduces the docker image from 900+ MB down to 131MB.

First versioned release

17 May 17:28
7f2cf02
Compare
Choose a tag to compare
Merge pull request #70 from izrik/containerize

Containerize