releasing 1.1

This commit is contained in:
Lionel Dricot 2022-03-18 22:27:45 +01:00
parent 0e8557480a
commit a49022d56f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Offpunk History
## 1.1 - Unreleased
## 1.1 - March 18th 2022
- Perfect rendering of pictures with chafa 1.8+ and compatible terminal (Kitty)
- timg is supported as an alternative to chafa (with a little glitch)
- "cp cache" put the path of the cached content in clipboard

View File

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

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='offpunk',
version='1.0',
version='1.1',
description="Offline Command line Gemini client forked from AV-98.",
author="Ploum",
author_email="offpunk@ploum.eu",