-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed path search mechnaism for full Linux support. Fixed #6 * Fixed pyfileinfo crashing on binary files. Fixed #8 * Fixed correct time order for [acm]time * Better terminal color-code comptibility check. Fixed #3 * Removed ANSI control code garbage for non-ANSI-compatible terminals often found on Windows (CMD, PowerShell). Fixed #2 * Implemented a 'uname' check for non-uname supported OS's * Improved IBM-437 OEM_CHARSET support for block characters. Fixed #5 * Improved usage text to pip-describe. Fixes #7 * Improved package location info: [apt,dev,sys,usr] * Improved pyOSinfo getsitepackages() info * Improved pipbyday to also show package location * Clarified table header and made it dynamic for different OS * Added usage help text to pip-date This release fixes all bugs that I could find and track. But I don't have a Mac so have not been able to test it there. Affected files: modified: CHANGES.txt modified: README.md modified: __init__.py modified: pip-date modified: pip-describe modified: pipbyday modified: pyOSinfo modified: pyfileinfo modified: setup.py
- Loading branch information
Showing
9 changed files
with
362 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
v1.0.1, 2018-11-26 -- Initial release. | ||
v1.0.3, 2018-02-08 -- New Release and bug fixes: | ||
|
||
* Fixed path search mechnaism for full Linux support. Fixed #6 | ||
* Fixed pyfileinfo crashing on binary files. Fixed #8 | ||
* Fixed correct time order for [acm]time | ||
* Better terminal color-code comptibility check. Fixed #3 | ||
* Removed ANSI control code garbage for non-ANSI-compatible | ||
terminals often found on Windows (CMD, PowerShell). Fixed #2 | ||
* Implemented a 'uname' check for non-uname supported OS's | ||
* Improved IBM-437 OEM_CHARSET support for block characters. Fixed #5 | ||
* Improved usage text to pip-describe. Fixes #7 | ||
* Improved package location info: [apt,dev,sys,usr] | ||
* Improved pyOSinfo getsitepackages() info | ||
* Improved pipbyday to also show package location | ||
* Clarified table header and made it dynamic for different OS | ||
* Added usage help text to pip-date | ||
|
||
This release fixes all bugs that I could find and track. | ||
But I don't have a Mac so have not been able to test it there. | ||
|
||
Affected files: | ||
|
||
modified: CHANGES.txt | ||
modified: README.md | ||
modified: __init__.py | ||
modified: pip-date | ||
modified: pip-describe | ||
modified: pipbyday | ||
modified: pyOSinfo | ||
modified: pyfileinfo | ||
modified: setup.py | ||
|
||
|
||
v1.0.2, 2018-12-02 -- Package maintenance update with 3 new tools | ||
|
||
* Fix for issue #2 (windows) | ||
* Fixed UI PEP typo | ||
* Added pip-describe (requests) - get full descriptions of not installed packages | ||
* Added pyOSinfo - to get os,platform info | ||
* Added pyfileinfo - to get python-based stat info | ||
* General code and README cleanup | ||
* Updated color-highlight scheme | ||
|
||
|
||
v1.0.1, 2018-11-26 -- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
name = "pip-date" | ||
__version__ = "1.0.1" | ||
__version__ = "1.0.3" |
Oops, something went wrong.