Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: dfint/dfrus

0.0.11

12 Nov 11:21
Compare
Choose a tag to compare

Technical release, just update of dependencies

0.0.10

05 Dec 15:46
Compare
Choose a tag to compare
  • Replaced an import from attr with import from dataclasses
  • Some minor fixes
  • Some improvements in the logging

Full Changelog: 0.0.9...0.0.10

0.0.9

27 Nov 15:26
Compare
Choose a tag to compare

What's Changed

  • Use logging module instead of prints, add logging to a log file by @insolor in #9
  • Improved description of the package in the README.md

Full Changelog: 0.0.8...0.0.9

0.0.8

20 Nov 11:55
Compare
Choose a tag to compare
  • Added support of iso8859 encodings, including iso8859_3 aka. latin3 for Esperanto

Full Changelog: 0.0.7...0.0.8

0.0.7

19 Nov 11:30
Compare
Choose a tag to compare
  • Minimal required version of click changed to 7.1.2 to make dfrus compatible with modules that are using typer

Full Changelog: 0.0.6...0.0.7

0.0.6

19 Nov 11:18
Compare
Choose a tag to compare

What's Changed

  • Dataclasses by @insolor in #2
  • Fixes by @insolor in #3
  • Machine code builder by @insolor in #4
  • Ctypes annotated structure by @insolor in #7
  • A lot of refactoring
  • Breaking: patch_charmap.get_codepages renamed to get_supported_codepages

Full Changelog: 0.0.5...0.0.6

0.0.5

22 Oct 17:33
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/develop' into develop