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

View File

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