offpunk 1.7

This commit is contained in:
Lionel Dricot 2022-11-15 13:55:39 +01:00
parent fb550a19bc
commit 041146e3f1
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Offpunk History
## 1.7 - Unreleased
## 1.7 - November 15th 2022
- New "search" command which uses kennedy.gemi.dev by default.
- New "wikipedia" command, which uses vault.transjovian.org by default.
- Aliases "wen", "wfr" and "wes" for Wikipedia in English, French and Spanish.
@ -11,6 +11,7 @@
- Solve a crash when parsing wrong URL (related to bug #9 )
- Solve a crash when loading webpages with empty links
- Solve a crash when trying to load a wrong URL into tour
=> gemini://ploum.be/offpunk17-sourcehut.gmi
## 1.6 - October 12th 2022
- Support for base64 encoded pictures in HTML pages (opening them full screen only works offline)

View File

@ -12,7 +12,7 @@
# - Björn Wärmedal <bjorn.warmedal@gmail.com>
# - <jake@rmgr.dev>
_VERSION = "1.6"
_VERSION = "1.7"
import argparse
import cmd

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='offpunk',
version='1.6',
version='1.7',
description="Offline-First Gemini/Web/Gopher/RSS reader and browser",
author="Ploum",
author_email="offpunk@ploum.eu",