All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Version 0.20
- allow multiple parallel installations of the package. For example when
one have a system-wide install and per user (into
~/.local
) maden viapip install --editable=.
(or./setup.py develop
).
Version 0.19
- allow to put override symlinks to any location. The only requirement is
that location must be the very first in
PATH
.
Version 0.18
- fix exception in
cmake
processor when latter called frommake
process - since the recent KDE Frameworks 5 release, there was a strange bug, when moving cursor above to 1 line act like moving on 2 lines instead. It looks like somewhere lines count has moved to zero base or smth like this...
Version 0.17
- add
-l
option to list available modules
- break cycle dependency of
setup.py
ontermcolor
package (close #9) - fix install instructions, upload to PyPi (close #10)
- few improvements in gcc colorizer
- user may have his own configs in
~/.outproc/
to override system-wide settings from/etc/outproc/
- support for true (16M) color terminals has been added! Now it is possible to
specify
rgb(R,G,B)
, where components are numbers0 <= N <= 255
. If all components are less than6
, thenrgb
treated as (old) 256 color palette. Tested and work fine with KDEkonsole
.
diff
module added (capable to handle unified mode only nowadays)- improve
gcc
module: handle--help=<smth>
commands (w/-Q
as well) + few internal enhacements
- make version info PEP 396 compliant
- little improvements in modules:
gcc
,cmake
,make
- few improvements in
gcc
module make
module now can usecmake
if found that latter running as its child- fix a 'crash' in
make