2022/01/31 - 2.1.1:
- Fix tests of plugins cmd.config and cmd.plugins
- thread.pool: Fix: take into account that the main loop can started and
  stopped many times in a Paperwork instance lifetime (broke some
  paperwork-shell commands in some cases)

2021/12/05 - 2.1.0:
- Bug report censoring: Take into account that some strings in the logs may be URL-encoded
- Version data files: If the version changes, rebuild them all
- Handle gracefully copies from fake in-memory files (memory://) to non-fake
  files (thanks to Benjamin Li)
- If unable to load or init a plugin, don't hide the problem anymore ; instead
  clearly fail

2021/05/24 - 2.0.3:
- Add LICENSE file in pypi package

2021/01/01 - 2.0.2:
- Commands "config": When parsing boolean value, accepts "false" and "0" as
  input for False
- bug_report censoring: Do not censor text files that have already been
  censored (avoid renaming the file again and making the file name even longer)

2020/11/15 - 2.0.1:
- Bug report censoring: Take into account that some strings in the logs may be
  URL-encoded and censor them too (for instance, path to the user home
  directory)
- fault handler: Prefer dumping the output of faulthandler in the log file
  instead of stderr (can't do both inforunately)
- Logs archive + bug report: by default, report the logs of the last 2 previous
  sessions too
- fs.python: Text files must be encoded in UTF-8
- Windows packaging: Fix HTTPS support: Use the certifi module to provide root
  certificates
- Include tests in Pypi package (thanks to Elliott Sales de Andrade)

2020/10/17 - 2.0:
- Initial release
