Skip to content

tool-v0.22.0+simple_server-v1.9.0

Latest
Compare
Choose a tag to compare
@oxij oxij released this 17 Jan 16:48
tool-v0.22.0

[tool-v0.22.0] - 2025-01-17: Incremental improvements

Changed

  • *:

    • Formatted code using black.
    • Fixed minor issues found by pylint.
    • Simplified a bunch of code.
    • Moved a bunch of code to kisstdlib.
    • Changed the rest to work with the new version of kisstdlib.
    • Improved error handling and error messages.
  • serve:

    • From now on, when archiving/dumping, by default, it will both return errors to the client and also print them to stderr.
      The latter can be disabled by --quiet.
  • Improved documentation.

Fixed

  • *:

    • Fixed extension detection for .css and .mjs files.
    • Fixed a potential crash when parsing WRR files.
  • serve and, likely, organize:

    • Fixed it not working on Windows. (Thanks to @douglasg14b on GitHub!)

[simple_server-v1.9.0] - 2025-01-17: Incremental improvements

Changed

  • Formatted code using black.
  • Fixed minor issues found by pylint.
  • Improved metadata.
  • Improved documentation.

Fixed

  • Fixed version detection, i.e. --version option works again.