1.2 Experimental release

This commit is contained in:
Lionel Dricot 2022-03-23 22:19:31 +01:00
parent 431d5d81cb
commit c0ae6e4f47
3 changed files with 7 additions and 4 deletions

View File

@ -1,14 +1,17 @@
# Offpunk History
## 1.2 - Unreleased
## 1.2 - Marche 24th 2022
Very experimental release:
- Completely rewritten the HMTL, Gemtext and Gopher renderer. Tests needed!
- Removed dependancy to ansiwrap. We dont use it anymore (which is an important achievement)
- Lists are now accessed via the protocol "list://".
- "view full" can now be bookmarked/synchronized as a separate entity.
- "view normal" introduced to get back to the normal view.
Small improvements:
- Limit width of --sync output
- Solved list names becoming very long in the history
- Fixed a crash when trying to save a folder
=> gemini://rawtext.club/~ploum/2022-03-24-ansi_html.gmi
## 1.1 - March 18th 2022
- Perfect rendering of pictures with chafa 1.8+ and compatible terminal (Kitty)

View File

@ -12,7 +12,7 @@
# - Björn Wärmedal <bjorn.warmedal@gmail.com>
# - <jake@rmgr.dev>
_VERSION = "1.1"
_VERSION = "1.2"
global BETA
BETA = False

View File

@ -2,8 +2,8 @@ from setuptools import setup
setup(
name='offpunk',
version='1.1',
description="Offline Command line Gemini client forked from AV-98.",
version='1.2',
description="Offline-First Gemini/Web/Gopher/RSS reader and browser",
author="Ploum",
author_email="offpunk@ploum.eu",
url='https://tildegit.org/ploum/AV-98-offline/',