Skip to content

Commit

Permalink
v.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgosXou committed Jan 18, 2023
1 parent 798c066 commit 1f27d05
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,4 @@
# v.DEVELOPMENT
- ***Changed:***
- - The way `suffixes` are represented
- ***Fixed:***
- - [suffixes and search](https://github.com/GiorgosXou/TUIFIManager/issues/15)
- - [`-v` `--version`](https://github.com/GiorgosXou/TUIFIManager/issues/65)
- - Yank\Custom-copy-shortcut issue
- - Mouse movement when in command mode
- ***Added:***
- - `-s` `--suffixes`
- - Ability to open multiple selected files
- - Ability to `cd` on exit | `tuifi_cd_on_exit`-env
- - Ability to toggle hidden files `CTRL+T` and `tuifi_show_hidden`-env, `show_hidden`
- ***Improved:***
- - Find mode
- - Context menu
- ***Extensions:***
- - ***Added:***
- - - `qml`
- - ***Improved:***
- - - `go`, `cs`, `js`, `ts`, `rs`

------------------------
# v.2.1.9
Expand Down
2 changes: 1 addition & 1 deletion TUIFIManager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import re
import os

__version__: Final[str] = "2.3.4"
__version__: Final[str] = "3.0.0"

PADDING_LEFT = 2
PADDING_RIGHT = 2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "TUIFIManager"
version = "2.3.4"
version = "3.0.0"

description = "A cross-platform terminal-based termux-oriented file manager."
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[metadata]
name = TUIFIManager
version = 2.3.4
version = 3.0.0
description = A cross-platform terminal-based termux-oriented file manager
long_description = file: docs/README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 1f27d05

Please sign in to comment.