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)
- ansicat: added support for <video> HTML-element
- ansicat: if chafa fails to load an image, fallback to timg if available
- offpunk: add list autocompletion to "tour"
- offpunk: removed "blackbox", which has not been used nor maintained
- offpunk: "gus" was broken, it is functionnal again
- opnk/offpunk: more informative prompt in less
- ansicat: added support for HTML description elements <dt> and <dd> (by Bert Livens)
- opnk: added "--mode" command-line argument (bug #39)
- offpunk: support for "preformatted" theming (bug #38)
- opnk/netcache: added "--cache-validity" command-line argument (bug #37)
- ansicat: consider files as XML, not SVG, if they don’t have .svg extension
- offpunk: fix "view link" crashing with link to empty files
This commit is contained in:
Ploum 2024-02-12 22:25:46 +01:00
parent 9bec3b48dd
commit 4a3ec61f1f
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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