diff --git a/CHANGELOG b/CHANGELOG index cbc5e15..0d4b8f2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ # Offpunk History -## 2.2 - Unpublished +## 2.2 - February 13th 2023 - cache folder is now configurable through $OFFPUNK_CACHE_PATH environment variable (by prx) - offpunk: adding an URL to a list now update the view mode if url already present - netcache: solve an infinite gemini loop with code 6X (see also bug #31) diff --git a/offpunk.py b/offpunk.py index 3b9bfff..5514aee 100755 --- a/offpunk.py +++ b/offpunk.py @@ -4,7 +4,7 @@ Offline-First Gemini/Web/Gopher/RSS reader and browser """ -__version__ = "2.1" +__version__ = "2.2" ## Initial imports and conditional imports {{{ import argparse