Skip to content

Commit

Permalink
Merge pull request #25 from Textualize/v0.4.0
Browse files Browse the repository at this point in the history
Bump to v0.4.0
  • Loading branch information
davep authored May 3, 2023
2 parents 0c391a4 + 935b206 commit 34aa153
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Frogmouth ChangeLog

## Unreleased
## [0.4.0] - 2023-05-03

### Added

- Added support for using j and k to scroll through the document.
- Added support for using w and s to scroll through the document.
- Added support for the space key to scroll through the document.
- Added : as a keypress for quickly getting to the input bar.
- Added support for using <kbd>j</kbd> and <kbd>k</kbd> to scroll through
the document.
- Added support for using <kbd>w</kbd> and <kbd>s</kbd> to scroll through the document.
- Added support for <kbd>space</kbd> to scroll through the document.
- Added <kbd>:</kbd> as a keypress for quickly getting to the input bar.
([#19](https://github.com/Textualize/frogmouth/pull/19))

### Changed

- Internal changes to the workings of the input dialogs, using the newer
Textual screen result returning facility.
([#23](https://github.com/Textualize/frogmouth/pull/23))

## [0.3.2] - 2023-04-30

Expand Down
2 changes: 1 addition & 1 deletion frogmouth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
__credits__ = ["Dave Pearson"]
__maintainer__ = "Dave Pearson"
__email__ = "[email protected]"
__version__ = "0.3.2"
__version__ = "0.4.0"
__licence__ = "MIT"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "frogmouth"
homepage = "https://github.com/Textualize/frogmouth"
version = "0.3.2"
version = "0.4.0"
description = "A Markdown document viewer for the terminal"
authors = ["Dave Pearson <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 34aa153

Please sign in to comment.