Releases: Laerdal/python-objdictgen
Releases · Laerdal/python-objdictgen
v3.5.2
v3.5.1
What's Changed
- Fix missing comments from JSON OD file by @sveinse in #38
- Add support for jsonc files by @sveinse in #40
- Add taskbar icon on windows by @sveinse in #41
- Add installer for standalone objdictedit by @sveinse in #42
- Add schema URL reference in json(c) files by @sveinse in #43
Full Changelog: v3.5...v3.5.1
v3.5
What's Changed
- Fix issue with adding PDO parameter #25 by @sveinse in #26
- Fix OD ordering issue by @sveinse in #30
- Add timezone to the jsod file by @sveinse in #33
- Add PDO map comments to JSON file by @sveinse in #34
- Bump version to 3.5 by @sveinse in #35
- Depend on older deepdiff version due to upstream bug in deepdiff by @sveinse in #35
Full Changelog: V3.4...v3.5
v3.4
- Add support for wxPython >=4, which support python 3
- Remove python 2.7 support
- Improve command-line options and printing
- Dark mode (alas not for windows 😭 )
- Remove
objdictgen
andobjdictedit
command-line tools - Major code refactoring. For improved python 3 syntax and general code cleaning.
- Type annotation update
- Test suite and code coverage improvements
- ++many many minor fixes
Contributors 🎉
@chrisinabox - For porting to xwPython 4, changing eval
to ast
and removing python 2
@aduskett - For dark mode compatibility
v3.3-post.1
- Updating repo URL
- Remove py2.7 from deployment