|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.0.2] - 2023-02-09 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Better true color detection |
| 10 | +- Linux support |
| 11 | +- Xterm title |
| 12 | +- Hide stderr unless crash |
| 13 | +- Add `--debug` to print stderr on exit ([#23](https://github.com/orhun/git-cliff/issues/23)) |
| 14 | +- Add navigation UI ([#86](https://github.com/orhun/git-cliff/issues/86)) |
| 15 | +- Handle terminal resize ([#87](https://github.com/orhun/git-cliff/issues/87)) |
| 16 | + |
| 17 | +### 🐛 Bug Fixes |
| 18 | + |
| 19 | +- Parser fixes |
| 20 | +- Properly enter tab and return keys |
| 21 | +- Fix some special characters ([#35](https://github.com/orhun/git-cliff/issues/35)) |
| 22 | +- Improve terminal size detection ([#36](https://github.com/orhun/git-cliff/issues/36)) |
| 23 | +- Allow working directories that contain spaces ([#63](https://github.com/orhun/git-cliff/issues/63)) |
| 24 | +- Do not use tags for checkout ([#64](https://github.com/orhun/git-cliff/issues/64)) |
| 25 | +- Do not checkout nacl ([#79](https://github.com/orhun/git-cliff/issues/79)) |
| 26 | +- Wrap zip files in carbonyl folder ([#88](https://github.com/orhun/git-cliff/issues/88)) |
| 27 | +- Fix WebGL support on Linux ([#90](https://github.com/orhun/git-cliff/issues/90)) |
| 28 | +- Fix initial freeze on Docker ([#91](https://github.com/orhun/git-cliff/issues/91)) |
| 29 | + |
| 30 | +### 📖 Documentation |
| 31 | + |
| 32 | +- Upload demo videos |
| 33 | +- Fix video layout |
| 34 | +- Fix a typo ([#1](https://github.com/orhun/git-cliff/issues/1)) |
| 35 | +- Fix a typo `ie.` -> `i.e.` ([#9](https://github.com/orhun/git-cliff/issues/9)) |
| 36 | +- Fix build instructions ([#15](https://github.com/orhun/git-cliff/issues/15)) |
| 37 | +- Add ascii logo |
| 38 | +- Add comparisons ([#34](https://github.com/orhun/git-cliff/issues/34)) |
| 39 | +- Add OS support ([#50](https://github.com/orhun/git-cliff/issues/50)) |
| 40 | +- Add download link |
| 41 | +- Fix linux download links |
| 42 | +- Document shared library |
| 43 | +- Fix a typo (`know` -> `known`) ([#71](https://github.com/orhun/git-cliff/issues/71)) |
| 44 | +- Add license |
| 45 | + |
| 46 | +### Build |
| 47 | + |
| 48 | +- Various build system fixes ([#20](https://github.com/orhun/git-cliff/issues/20)) |
| 49 | + |
0 commit comments