File tree 3 files changed +15
-7
lines changed
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Frogmouth ChangeLog
2
2
3
- ## Unreleased
3
+ ## [ 0.4.0 ] - 2023-05-03
4
4
5
5
### Added
6
6
7
- - Added support for using j and k to scroll through the document.
8
- - Added support for using w and s to scroll through the document.
9
- - Added support for the space key to scroll through the document.
10
- - Added : as a keypress for quickly getting to the input bar.
7
+ - Added support for using <kbd >j</kbd > and <kbd >k</kbd > to scroll through
8
+ the document.
9
+ - Added support for using <kbd >w</kbd > and <kbd >s</kbd > to scroll through the document.
10
+ - Added support for <kbd >space</kbd > to scroll through the document.
11
+ - Added <kbd >:</kbd > as a keypress for quickly getting to the input bar.
12
+ ([ #19 ] ( https://github.com/Textualize/frogmouth/pull/19 ) )
13
+
14
+ ### Changed
15
+
16
+ - Internal changes to the workings of the input dialogs, using the newer
17
+ Textual screen result returning facility.
18
+ ([ #23 ] ( https://github.com/Textualize/frogmouth/pull/23 ) )
11
19
12
20
## [ 0.3.2] - 2023-04-30
13
21
Original file line number Diff line number Diff line change 5
5
__credits__ = ["Dave Pearson" ]
6
6
__maintainer__ = "Dave Pearson"
7
7
8
- __version__ = "0.3.2 "
8
+ __version__ = "0.4.0 "
9
9
__licence__ = "MIT"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " frogmouth"
3
3
homepage = " https://github.com/Textualize/frogmouth"
4
- version = " 0.3.2 "
4
+ version = " 0.4.0 "
5
5
description = " A Markdown document viewer for the terminal"
6
6
authors = [
" Dave Pearson <[email protected] >" ]
7
7
license = " MIT"
You can’t perform that action at this time.
0 commit comments