Bump version

This commit is contained in:
Case Duckworth 2020-05-22 17:19:00 -05:00
parent 684292b90b
commit fa65687de5
2 changed files with 22 additions and 5 deletions

View File

@ -1,7 +1,24 @@
# bollux - a bash Gemini server
# bollux - a bash Gemini client
inspired by
- [birch](https://github.com/dylanaraps/birch)
- [castor](https://git.sr.ht/~julienxx/castor)
- [gemini](https://gemini.circumlunar.space/)
=> https://github.com/dylanaraps/birch birch
=> https://git.sr.ht/~julienxx/castor castor
=> https://gemini.circumlunar.space/ gemini
# CAPABILITIES
* make requests
* receive files
* use `dd` to show a nice little download status
# STILL TO DO
* some sort of paging
* link navigation
* bookmarks/history
* configuration
* generate certificates?
* implement TOFU?
* recognize and open more protocols
* mailcap something

2
bollux
View File

@ -2,7 +2,7 @@
# bollux: a bash gemini client or whatever
# Author: Case Duckworth <acdw@acdw.net>
# License: MIT
# Version: -0.8
# Version: -0.7
set -euo pipefail