Releases: guyfawcus/ArchMap
Releases · guyfawcus/ArchMap
archmap beta 5
Changelog from v0.4:
- Changed the regularity of the systemd timer
- Added a header to the CSV output
- Generate the CSV file by default
- Add option to pretty print text output (
--pretty) - Add better logging options
- Handle lack of internet connection properly
- Return text from output generators (internal)
- Allow leaving options blank to disable ouput
- Made the wiki parser more reliable
- Add ability to output to STDOUT
- Swap out sub-lists out for namedtuples (Internal - BREAKING)
- Report line numbers in error messages
- Fix configuration file parsing (internal)
- Change
--usersCLI flag to--text(BREAKING) - Change
usersconfig option totext(BREAKING) - Change
make_users()function tomake_text()(internal - BREAKING) - Added extra files to python distribution
- ... and a load of small bugfixes and minor updates
This version brings a huge amount of breaking changes so be sure to update your config files and read the updated docs!
archmap beta 4
Changelog from v0.3:
- Too much to list!
This version brings proper packaging as well as a load of new features that make this script really useful.
Upgraded to beta status, just needs some testing then it's good to go 👍
ArchMap alpha 3
Changelog from v0.2:
- Clean up script logic
- Add ability to turn off file writing
- Add
verbosityconfig option - Use Sphinx for documentation
- Update
PKGBUILD - Add
setup.pyfor python packaging
ArchMap alpha 2
Changelog from v0.1:
- Use a config file for settings
- Pass arguments to archmap.py from the command line
- Log to the systemd journal if available
- Add the ability to send the geojson to http://geojson.io for processing
- Add systemd .service and .timer files
- Add a PKGBUILD for installation on Arch Linux
- Remove output files, they are now hosted at https://archwomen.org/media/archmap/
- Unlicense
archmap.pyandREADME.md
ArchMap alpha
The code works, it will output a .geojson file using data parsed from the ArchWiki, however, some things may still change and new features that will alter the output are planned.