Varia library working group XPPL. https://gitea.xpub.nl/XPUB/XPPL
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.8 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]


[0.0.2] - 2018-11-18

Deployed on:

Added

Changed

  • Move all application source code into the xppl folder.
  • Bootstrap the application via xppl/app.py.
  • Added Makefile targets for installing RQLite.
  • Run isort and pylava code audit tools over the source to use PEP 8 style, catch any erroneous imports, unused variables etc. with some basic static analysis.
  • Use a new Hypothesis API key.

Fixed

  • A bug in the scrolling homepage message where missing information resulted in a NoneType error.

Removed

  • The import_csv.py since we'll probably use Alembic migrations instead.
  • The rebuild.py since it appears the application doesn't use Whoosh any more.
  • The basic init.py which originally built the database. Done in xppl/app.py now.

[0.0.1] - 2018-10-29

  • Initial release. No change log entries.