0.9.3
I've just released Bauble 0.9.3 and this is a pretty important release. It includes the following fixes and improvements:
- Bauble no longer hemorrhages memory. Now once the application is started the memory usage stays pretty constant whereas before it would continue to grow until it filled up the entire universe.
- In previous versions you would get strange delays when doing things that required communication with a remote databases. Before it kept making new connections to do small tasks but now we reuse the same database connection throughout the application which gives pretty much everything a snappier feel.
- The CSV importer is now a little smarter about tables that have columns that reference the same table and when importing boolean columns.
- Every table in the database has a _last_updated column to record when a row in the table was last updated. Unfortunately it wasn't updating. Oops.
- Fixed some more obscure search queries.
- On MS Windows Bauble should now be pretty again.
