- monitoring thread to automatically to adjust `miniters` and avoid exceeding `maxinterval`
- test race conditions
- kill on KeyboardInterrupt + instant refresh
- low performance overhead, option to disable
- new CLI argument: `--bytes` to count chars
- disable automatically on non-TTY (281)
- fixed `refresh()` and `clear()` if disabled (286)
- misc fixes
- documentation
- unit tests
- optimisations, style fixes
- codacy badge
- safety and warning suppression
- ignore coverall failures (283)
- fix broken link in README (262)
- Fix `time()` in `refresh()` + avoid `write()` races (264)
- Fix `__repr__()` 269
- Fix `update(0)` causing `ZeroDivisionError` (on first call) 268
- Faster simple bar for perf test (257)
- cleaner `tqdm_notebook` exit when not run in a notebook (267)
- Disable coveralls because of duplicate comments on github (263)
- Migrate codecov config -> codecov.yml