Skip to content

Latest commit

 

History

History
201 lines (179 loc) · 7.68 KB

CHANGELOG.md

File metadata and controls

201 lines (179 loc) · 7.68 KB

v.DEVELOPMENT


v.2.1.9

v.2.1.3

v.2.0.5

  • Fixed:
    • Temporary FIX, conflicting with TERMUX ctrl keys

v.2.0.4

  • Fixed:
    • Annoying issue with keyboard movement after searching
    • Issue with Control keys when in search mode
  • Added:
    • Extra informations when copy/cut pasting

v.2.0.2

  • Fixed:
    • Forgot to comment the first 3 lines of code in __main__.py

v.2.0.1

  • Fixed:
    • Issue with DEFAULT_OPENER

v.2.0.0

  • Changed:
    • Introduced TUItilities.py and Component-class into the TUIFIManager [...]
  • Added:
    • Dim effect on hidden files
    • Duplicate action on copy paste
    • Introduced self.info_label from TUItilities.py
    • CTRL+O open directory with DEFAULT_WITH = DEFAULT_EDITOR
  • Fixed:
    • Major issue with dynamic resizing of the pad when used as a component
    • Permanently, fixed issue with keyname (TODO: fix decode() inside uni-curses keyname())
    • Replaced cuting method
  • Extensions:
    • Added:
      • pyc, ttf, otf, woff, woff2, reg, gitignore, makefile, conf, config
    • Improved:
    • ino, vb, pdf, html, md, bin, psd, tar once

v.1.3.3

  • Fixed:
    • TEMPORARILY the issue with double hidden files.

v.1.3.2

  • Fixed:
    • Creation of new file immediately after opening a folder

v.1.3.1

  • Fixed:
    • Scroll issues and etc. when finding

v.1.3.0

  • Added:
    • Searching now is possible (with a tiny issue when deleting files)
    • Renaming now deletes the whole underlined name if no movement occurres
  • Fixed:
    • HOME\END keys now work on renaming mode
    • Now it doesn't clear everything when open()
  • Extensions:
    • Added:
    • apk, vim, tuifi3

v.1.2.6

  • Added:
    • DEFAULT_OPENER issue 9 but temporarily
  • Removed:
    • DEFAULT_UNCOMPRESSOR
  • Extensions:
    • Added:
      • xlsx, ino, scss
    • Improved:
      • css, md, gif and sound ones

v.1.2.5

v.1.2.3

  • Fixed:
    • Issue when renaming a folder
  • Improved:
    • code (added: get_profile())
  • Extensions:
    • Added:
      • h, fs, html, jar
    • Improved:
      • c, cpp, psd
    • Fixed:

v.1.2.0

v.1.1.7

  • Fixed:
    • Issue (Kind of, I mean...)
    • Copying folder and pasting it inside the copied folder
  • Added:
    • Extensions:
      • psd
    • Keybindings:
      • CTRL + R Rename selected file. (Not the best implementation but nvm for now)
  • Changed:
    • reload()/refresh now works with KEY_F5 insted of CTRL+R
  • Removed:
    • tuifi_config.json Ability to change default TUIFIProfiles | Reason: (Bad Implementation)

v.1.1.6

v.1.1.5

v.1.1.4

v.1.1.3

  • Fixed:
    • Overall minor code improvments
  • Added:
    • "Right-Click" menu
    • tuifi_config.json Ability to change default TUIFIProfiles
    • TUIFIManager > double_click_DELAY (defaults to 0.4 seconds [ISSUE ON WINDOWS])
    • Extensions:
      • mp3, wav, mid, aac, webp, tiff, tif, tga, heif, heifs, heic, avi, webm, ogv, bat, tar, tar.gz, tar.xz, tar.bz2, tar.zst request request
    • Keybindings:
      • KEY_HOME (Navigates to $HOME directory)
      • ALT + DOWN Opens the "Right-Click" menu
      • TERMUX only:
        • CTRL + DOWN (Goes in&out of select-mode while also automatically copies the selected file(s))
        • CTRL + LEFT (Goes out of select-mode while also cuts the seleccted file(s))
        • CTRL + END (Goes out of select-mode while also deleting the selected file(s))
        • CTRL + UP (Same asCTRL + V, Pastes the copied/cutted files)
        • END (Deletes selected files)

v.1.0.0

  • this version is (kinda) a beta version