From b67c738b05771893e4c0578d02da5e6fc33835ff Mon Sep 17 00:00:00 2001 From: dece Date: Tue, 1 Jun 2021 23:12:59 +0200 Subject: [PATCH] setup: bump to 0.0.3 --- BOARD.txt | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BOARD.txt b/BOARD.txt index fa9b4f4..64543ba 100644 --- a/BOARD.txt +++ b/BOARD.txt @@ -1,6 +1,5 @@ TODO ---------------------------------------- -mac bug: arrows in cli are off @@ -21,6 +20,8 @@ use a pad for command-line use a pad for status bar response code 11 (if still there) gopher? +finger? +web???? opt. maintain history between sessions history (forward) (useful?) search in page (ugh) diff --git a/setup.cfg b/setup.cfg index 9d95f98..8a23406 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bebop-browser -version = 0.0.2 +version = 0.0.3 description = Terminal browser for Gemini long_description = file: README.md license = GPLv3