@@ -8,31 +8,52 @@ will be removed after two major releases.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## v1.6.0 - 2023-05-09
12
+
13
+ ### Added
14
+
15
+ - Add support for auto updating local data if too old
16
+
17
+ ### Fixed
18
+
19
+ - Fix make finding lib directories with M1 Homebrew
20
+
11
21
## v1.5.0 - 2022-07-03
22
+
12
23
### Added
24
+
13
25
- Add fish completion for ` --list ` , ` --linux ` , ` --osx ` , and ` --sunos ` flags
14
26
15
27
### Fixed
28
+
16
29
- Fix typo of "database" in the usage output
17
30
- Fix fish completion not escaping characters
18
31
- Make fish completion reflect actual usage of ` tldr ` better
19
32
20
33
## v1.4.3 - 2022-04-11
34
+
21
35
### Fixed
36
+
22
37
- Fix segfault on trying to update cache
23
38
- Fix segfault when failing to open cache directory
24
39
- Bubble error code appropriately when using ` --list `
25
40
26
41
## v1.4.2 - 2021-11-13
42
+
27
43
### Fixed
44
+
28
45
- Fix version not being updated in source code
29
46
30
47
## v1.4.1 - 2021-11-12
48
+
31
49
### Fixed
50
+
32
51
- Fix wrong directory name when extracting files from zip cache download
33
52
34
53
## v1.4.0 - 2021-11-07
54
+
35
55
### Added
56
+
36
57
- Add fish completion (see README.md for details)
37
58
- Improve output messages for various options
38
59
- Add ` --list option `
@@ -42,43 +63,51 @@ will be removed after two major releases.
42
63
- Add yum support to the ` ./deps.sh ` script
43
64
44
65
### Fixed
66
+
45
67
- Do not check last cache update date when updating cache
46
68
- Add yes flag to apt install in ./deps.sh script
47
69
- Add blank line at end of output
48
70
- Remove ` -ansi ` flag when compiling
49
71
- Use ` tldr ` instead of ` tldr-pages ` as name for cache folder
50
72
51
73
### Miscellaneous
74
+
52
75
- Rename repository from ` tldr-cpp-client ` to ` tldr-c-client `
53
76
- Move from Travis-CI to GitHub actions
54
77
55
78
## v1.3.0 - 2016-09-09
79
+
56
80
### Added
81
+
57
82
- Initial release in core homebrew repository
58
83
- Add zsh / bash completion (see README.md for details)
59
84
60
85
### Fixed
86
+
61
87
- Fix compiling on old Linux distributions
62
88
63
89
64
90
## v1.2.0 - 2016-04-06
91
+
65
92
### Added
93
+
66
94
- Download local database at first run
67
95
- Add SunOS as supported tldr platform
68
96
- Add --clear-cache option, to clear the local database
69
97
70
-
71
98
## v1.1.0 - 2016-01-18
99
+
72
100
### Added
101
+
73
102
- Error messages
74
103
75
104
### Fixed
76
- - Typos
77
105
106
+ - Typos
78
107
79
108
## v1.0.0 - 2015-12-30
80
- - Initial release
81
109
110
+ - Initial release
82
111
83
112
<!-- This is an example how a section should look like:
84
113
@@ -102,4 +131,3 @@ will be removed after two major releases.
102
131
- Mentioning any security vulnarabilities
103
132
104
133
-->
105
-
0 commit comments