Skip to content

Commit 34aa153

Browse files
authored
Merge pull request #25 from Textualize/v0.4.0
Bump to v0.4.0
2 parents 0c391a4 + 935b206 commit 34aa153

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

ChangeLog.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Frogmouth ChangeLog
22

3-
## Unreleased
3+
## [0.4.0] - 2023-05-03
44

55
### Added
66

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))
1119

1220
## [0.3.2] - 2023-04-30
1321

frogmouth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__credits__ = ["Dave Pearson"]
66
__maintainer__ = "Dave Pearson"
77
__email__ = "[email protected]"
8-
__version__ = "0.3.2"
8+
__version__ = "0.4.0"
99
__licence__ = "MIT"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "frogmouth"
33
homepage = "https://github.com/Textualize/frogmouth"
4-
version = "0.3.2"
4+
version = "0.4.0"
55
description = "A Markdown document viewer for the terminal"
66
authors = ["Dave Pearson <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)