From c0ae6e4f472f8253631a4f6aa56bc7a060340e6f Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Wed, 23 Mar 2022 22:19:31 +0100 Subject: [PATCH] 1.2 Experimental release --- CHANGELOG | 5 ++++- offpunk.py | 2 +- setup.py | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ad3a7f9..f78ecce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 don’t 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) diff --git a/offpunk.py b/offpunk.py index 52fc473..56688b1 100755 --- a/offpunk.py +++ b/offpunk.py @@ -12,7 +12,7 @@ # - Björn Wärmedal # - -_VERSION = "1.1" +_VERSION = "1.2" global BETA BETA = False diff --git a/setup.py b/setup.py index 1c6dada..f1b0f4d 100755 --- a/setup.py +++ b/setup.py @@ -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/',