Skip to content

Commit

Permalink
updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas von Dein committed Oct 15, 2022
1 parent 3edbd53 commit d53b32b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).

## [v1.0.10](https://github.com/TLINDEN/tablizer/tree/v1.0.10) - 2022-10-15

### Added

- Added various sort modes: sort by time, by duration, numerical (-a -t -i)

- Added possibility to modify sort order to descending (-D)

- Added support to specify a regexp in column selector -c, which can
also be mixed with numerical column spec

- More unit tests

### Fixed

- Column specification allowed to specify duplicate columns like `-c
1,2,1,2` unchecked. Now this list will be deduplicated before use.



## [v1.0.9](https://github.com/TLINDEN/tablizer/tree/v1.0.9) - 2022-10-14

[Full Changelog](https://github.com/TLINDEN/tablizer/compare/v1.0.8...v1.0.9)
Expand Down

0 comments on commit d53b32b

Please sign in to comment.