bumb version
This commit is contained in:
parent
5f9d528f3e
commit
ea80175dc7
@ -42,6 +42,9 @@ python3 -m pip install .
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
### 1.2
|
### 1.2
|
||||||
|
#### 1.2.1
|
||||||
|
- Refactored configuration management
|
||||||
|
#### 1.2.0
|
||||||
- Support ueberzugpp
|
- Support ueberzugpp
|
||||||
- Added option to open file with `xdg-open`
|
- Added option to open file with `xdg-open`
|
||||||
- Use pyproject.toml for installation
|
- Use pyproject.toml for installation
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
version = "1.2"
|
version = "1.2.1"
|
||||||
|
fullversion = f"{version}-legacy"
|
||||||
|
|
||||||
settings_map = {
|
settings_map = {
|
||||||
"q": "quit",
|
"q": "quit",
|
||||||
|
@ -3,7 +3,7 @@ requires = ["setuptools"]
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "imgsort"
|
name = "imgsort"
|
||||||
version = "1.2.0"
|
version = "1.2.1"
|
||||||
description = "A program that lets you easily sort images into different folders."
|
description = "A program that lets you easily sort images into different folders."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user