File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## Unreleased
4
+ ### Added
5
+ ### Changed
6
+ ### Deprecated
7
+ ### Removed
8
+ ### Fixed
9
+ ### Security
10
+
11
+ ## [ 1.1.1] - 2019-02-19
12
+ ### Changed
13
+ * the chache directory now follows the XDG-standard (https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html )
14
+ ### Fixed
15
+ * only consider markdown files as pages (as there was an ` index.json ` -file added)
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const (
32
32
const currentPlattform = runtime .GOOS
33
33
34
34
func printVersion () {
35
- fmt .Println ("tldr v 1.1.0 " )
35
+ fmt .Println ("tldr v 1.1.1 " )
36
36
fmt .Println ("Copyright (C) 2017 Max Strübing" )
37
37
fmt .Println ("Source available at https://github.com/mstruebing/tldr" )
38
38
}
You can’t perform that action at this time.
0 commit comments