Releases: FrostyX/tracer
Releases · FrostyX/tracer
Tracer 0.5.1
Tracer 0.5.0
- Use MVC architecture
- Implement the application's 'ignore' property
- Add timestamp argument
- UX improvements - immediately print how to restart
- Implement loading user-defined rules
- Implement loading user-defined applications
- Prevent from Ctrl+C traceback; Fix #14
- Specify program path to avoid conflict; Fix #12
Tracer 0.4.4
- Refactor determining whether application is running or not
- Add verbose mode
- Print 'affected by' section only in verbose mode
- In second verbose level print even affected files
Tracer 0.4.3
- Run tests before releasing new version
- Add
make test
target - Dont filter processes files
- Print 'affected by' section in helpers
Tracer 0.4.2
Tracer 0.4.0
- Use tito for managing versions
- Add
.spec
file - Add
Makefile
for building packages - New
tracer --all
argument
Tracer 0.3.1
- Implemented user mode
- Huge performance improvement
Tracer 0.3
Changes and news in this version:
- Debian support
- Print unique list of applications
- Helpers
- Interactive mode
- Localization support
- Rule-based searching
- Different output for different types of applications
- Tests for package managers and xml files
Tracer 0.2
- Fix #3
- Make layman be quiet when there some problem with repositories (not tracer's problem)
- Use standard main function
- Add possibility to specify packages that only should be traced (via arguments or pipe)
- Fix locating package database file on Fedora (There was different order of listed files on F19 and F20)
- Separate YUM and DNF package managers
- Set DNF as default fedora package manager
- Add argument parser
- Add class for representing package
- Add Tracer class
- Add tracer plugin for DNF
Tracer 0.1
- Implement basic functionality without any performance optimizations
- Add support for
Fedora
andGentoo
- Automatically detect linux distribution
- Add simple script to generate
pydoc
documentation