Skip to content

Commit

Permalink
Increment version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
superatomic committed Aug 19, 2023
1 parent 9c228dc commit a71c039
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.4.0] - 2023-08-18

### Changed

- Prevent overwriting cache directory if it contains unexpected files that were not generated by running the `tldr --update` command ([`08033f0`](https://github.com/superatomic/tldr-man/commit/08033f01fdd3bbf872af363908365fb6203f911d)). This prevents potential data loss.

### Added

- Use the environment variable `TLDR_MAN_CACHE_DIR` for the location of the cache directory if it is present ([`af9d673`](https://github.com/superatomic/tldr-man/commit/af9d673796b0a1fe4ad00641817e1ac726bbeb23))
- Suppress the usage of ANSI color when either of the environment variables `TLDR_MAN_NO_COLOR` or `NO_COLOR` are present and are not an empty string ([`9c228dc`](https://github.com/superatomic/tldr-man/commit/9c228dc6e9f9afcf3c63d547eb0ffe30162a7e39))

## [1.3.1] - 2023-08-07

### Changed
Expand Down Expand Up @@ -81,6 +92,7 @@

_First release._

[1.4.0]: https://github.com/superatomic/tldr-man/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/superatomic/tldr-man/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/superatomic/tldr-man/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/superatomic/tldr-man/compare/v1.1.1...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tldr-man"
version = "1.3.1"
version = "1.4.0"
description = "Command-line TLDR client that displays tldr-pages as manpages"
license = 'Apache-2.0'
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tldr-man.1
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,4 @@ Licensed under the Apache License, Version 2.0
.BR pandoc (1),
.BR man\-pages (7)
.SH "VERSION"
1.3.1
1.4.0

0 comments on commit a71c039

Please sign in to comment.