Skip to content

Commit 9361537

Browse files
committed
cleanup: update CHANGELOG
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent d682fde commit 9361537

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,18 @@
88

99
### Bugfixes
1010

11-
* Fix duplicate pages information shown in pages like `du`, `cd`, `w` (thanks [@sellisd](https://github.com/sellisd))
12-
* Only install `colorama` in Windows devices (thanks [@hukkin](https://github.com/hukkin))
1311
* Fix broken `--render` option (thanks [@acuteenvy](https://github.com/acuteenvy))
12+
* Fix duplicate platform information shown in pages like `du`, `cd`, `w` (thanks [@sellisd](https://github.com/sellisd))
13+
* Only install `colorama` dependency in Windows (thanks [@hukkin](https://github.com/hukkin))
1414

1515
### Features
1616

17-
* Add support for displaying long/short option placeholders using `--short-options`/`--long-options` flag or [TLDR_OPTIONS variable](https://github.com/tldr-pages/tldr-python-client#command-options) (thanks [@Managor](https://github.com/Managor))
17+
* Add support for displaying long/short option placeholders using `--long-options`/`--short-options` flag or [TLDR_OPTIONS variable](https://github.com/tldr-pages/tldr-python-client#command-options) (thanks [@Managor](https://github.com/Managor))
1818
* Add `--clear-cache`/`-k` option to clear tldr's local cache (thanks [@patricedenis](https://github.com/patricedenis) and [@vitorhcl](https://github.com/vitorhcl))
19-
* Add support to stylize text inside backticks when appearing in example description (thanks [@kyluca](https://github.com/kyluca))
20-
* Add support for specifying a certificate bundle with TLDR_CERT (thanks [@jtcbrule](https://github.com/jtcbrule), [@CleanMachine1](https://github.com/CleanMachine1), and [@vitorhcl](https://github.com/vitorhcl))
21-
* Package build has been migrated from using `setup.py` to `pyproject.toml` with Hatch backend and updated package metadata (thanks [@kbdharun](https://github.com/kbdharun))
19+
* Add support to stylize text inside backticks when appearing in example descriptions (thanks [@kyluca](https://github.com/kyluca))
20+
* Add support for specifying a certificate bundle with TLDR_CERT variable (thanks [@jtcbrule](https://github.com/jtcbrule), [@CleanMachine1](https://github.com/CleanMachine1), and [@vitorhcl](https://github.com/vitorhcl))
21+
* Package build for the project has been migrated from using `setup.py` (with `setuptools` backend) to `pyproject.toml` (with Hatch backend) (thanks [@kbdharun](https://github.com/kbdharun))
22+
* Update package metadata in `pyproject.toml` (thanks [@kbdharun](https://github.com/kbdharun))
2223
* Add trusted publisher support to securely publish `tldr` package to PyPI directly from the repository's confined environment (thanks [@kbdharun](https://github.com/kbdharun))
2324

2425
## 3.3.0 (06/29/2024)

0 commit comments

Comments
 (0)