Releases: king-millez/snapmap-archiver
Releases · king-millez/snapmap-archiver
2.3.0
What's Changed
- Batched async downloads (makes the tool much faster)
- Doco fixes
- Low coupling, high cohesion
Full Changelog: 2.2.0...2.3.0
2.2.0
Install
pip install snapmap-archiver==2.2.0 --no-cache
What's Changed
- Decoupling refactor by @king-millez in #13
- Time-based snap filtering by @king-millez in #15
- 16: Fix Poetry release system by @king-millez in #17
Full Changelog: 2.1.0...2.2.0
snapmap-archiver 2.1.0
This release:
- fixes typing (completely this time)
- enforces Python 3.10+
- fixes up the README
- Puts timestamps in a correct floating point format (#11)
snapmap-archiver 2.0.2
This release fixes up mypy
typing, organises black
linting, and fixes two logic errors which were referenced in #10
snapmap-archiver 2.0
Version 2.0
Install with pip install snapmap-archiver
Updated Codebase
- Usable as a package
- The
SnapmapArchiver
class can be used across projects for custom integration with other packages - More efficient: no more blank
except
s! - Better API integration
- Uses
dict.get
instead of countlessexcept KeyError
checks
Installable
- Package is now (properly) installable through
pip
- Now buildable with
setup.py
Buildable Release
- Removed
user-agents.json
to make this package buildable withpyinstaller
and other compilers