Skip to content

Commit

Permalink
🔖 Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Jul 2, 2020
1 parent d2c8231 commit 4d6656a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.2.0] - 2020-07-02
### Added
- Alt-Left and Alt-Right for history navigation (#23)
- You can type `..` in the bottom bar to go up a directory in the URL (#21)
Expand Down
2 changes: 1 addition & 1 deletion amfora.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/makeworld-the-better-one/amfora/display"
)

var version = "1.2.0-alpha"
var version = "1.2.0"

func main() {
// err := logger.Init()
Expand Down
2 changes: 0 additions & 2 deletions display/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,3 @@ func helpInit() {
}
tabPages.AddPage("help", helpTable, true, false)
}

// TODO: Wrap cell text so it's not offscreen

0 comments on commit 4d6656a

Please sign in to comment.