File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ # 0.9.2
2
+
3
+ * [ Apply better coloring] ( https://github.com/psibi/tldr-hs/pull/43 " https://github.com/psibi/tldr-hs/pull/43 ")
4
+
1
5
# 0.9.1
2
6
3
7
* When the [ ` NO_COLOR ` ] ( https://no-color.org/ ) environment variable is set, the client will not color the output.
Original file line number Diff line number Diff line change 1
1
name : tldr
2
- version : ' 0.9.1 '
2
+ version : ' 0.9.2 '
3
3
synopsis : Haskell tldr client
4
4
description : |
5
5
Haskell tldr client with support for viewing tldr pages. Has offline
Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ cabal-version: 1.12
3
3
-- This file has been generated from package.yaml by hpack version 0.34.4.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
- --
7
- -- hash: 86d07459291589175c3f2f48f7b55186411b1b57c3a9b1e89abc1df51c9c7f38
8
6
9
7
name : tldr
10
- version : 0.9.1
8
+ version : 0.9.2
11
9
synopsis : Haskell tldr client
12
10
description : Haskell tldr client with support for viewing tldr pages. Has offline
13
11
cache for accessing pages. Visit https://tldr.sh for more details.
You can’t perform that action at this time.
0 commit comments