File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to `stup` will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.8] - 2020-05-01
9
+
10
+ ### Added
11
+
12
+ - Ability to enable/disable pager
13
+
8
14
## [ 0.1.7] - 2020-05-01
9
15
10
16
### Added
Original file line number Diff line number Diff line change 2
2
3
3
A CLI tool to easily save, access and organize daily notes.
4
4
5
- ![ Version badge] ( https://img.shields.io/badge/version-0.1.7 -green.svg )
5
+ ![ Version badge] ( https://img.shields.io/badge/version-0.1.8 -green.svg )
6
6
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7
7
[ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square )] ( #contributors- )
8
8
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ NOTES_PREFIX='- '
50
50
51
51
# Version
52
52
# TODO: update version upon new releases
53
- VERSION=" v0.1.7 "
53
+ VERSION=" v0.1.8 "
54
54
55
55
# Some defaults (can be changed from configuration file)
56
56
DEFAULT_COMMAND=" show"
You can’t perform that action at this time.
0 commit comments