Releases: MollyMaclachlan/pipupdater
Releases · MollyMaclachlan/pipupdater
Release list
1.1.0
New Features
- Added command-line argument system (@MollyMaclachlan: #25, #26, #29, #30)
- Added user config options (@MollyMaclachlan: #31, #35)
- A custom file source for the package list can now be provided via the new
--sourceargument (@MollyMaclachlan: #26) - The output of pip subprocesses can now be saved to a file (@MollyMaclachlan: #23, #34)
Documentation
- Updated author name (@MollyMaclachlan: #27, #32)
- Added type hinting for get_args() header (@MollyMaclachlan: #28)
Dependencies
- Updated minimum smooth_logger version to 1.0.0 (@MollyMaclachlan: #24)
Full Changelog: 1.0.0...1.1.0
1.0.0
Full Changelog: 1.0.0-alpha...1.0.0
New Features
- Can now be launched with a single console command rather than piping output from pip (@MurdoMaclachlan: #8, #14, #16)
- Outdated packages are now automatically fetched during runtime. (@MurdoMaclachlan: #16)
- Added structured logging via new smooth_logger dependency (@MurdoMaclachlan: #7)
- Version changes of updated packages are now shown in final output (@MurdoMaclachlan: #12)
- Added a log message indicating when there are no outdated packages (@MurdoMaclachlan: #6)
Changes
- Output from pip commands executed during runtime is now captured (@MurdoMaclachlan: #9)
- Restructured as a pip package (@MurdoMaclachlan: #8, #14)
- Removed dependency on pip-check (@MurdoMaclachlan: #11)
Bug Fixes
- Fixed skipped lines being cropped in debug statements (@MurdoMaclachlan: #18)
1.0.0-alpha
Initial pre-release. Includes the ability to pipe pip-check output to pipupdater to automatically update out-of-date modules.