File: changelog.md

package info (click to toggle)
haskell-terminal-progress-bar 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: haskell: 509; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### 0.4.2

* Fixed divide by zero error in remainingTime label (thanks to daniel-chambers).

### 0.4.1

* Added styleOnComplete field to Style record. Defaults to
  WriteNewLine. Gives the ability to clear the progress bar once
  finished.

* Added this changelog.

#### 0.4.0.2

* Improved documentation