about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-13 21:10:59 -0500
committerJune McEnroe <june@causal.agency>2022-02-13 21:13:41 -0500
commit44a004809b93dc1e6b174e41c2a5b4ac14f94d9b (patch)
tree4770b629921097954f2e7fe89db52d6809f46b8c
parentUpdate information for fork (diff)
downloadcgit-pink-44a004809b93dc1e6b174e41c2a5b4ac14f94d9b.tar.gz
cgit-pink-44a004809b93dc1e6b174e41c2a5b4ac14f94d9b.zip
Bump version to 1.3.0 1.3.0
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b96fe9..bc4ed1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all::
 
-CGIT_VERSION = v1.2.3
+CGIT_VERSION = 1.3.0
 CGIT_SCRIPT_NAME = cgit.cgi
 CGIT_SCRIPT_PATH = /var/www/htdocs/cgit
 CGIT_DATA_PATH = $(CGIT_SCRIPT_PATH)
span title='2019-02-21 23:17:40 -0500'>2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe