Skip to content

Commit

Permalink
Update README v1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenotriple authored Sep 5, 2024
1 parent bb6c87f commit 92f94de
Showing 1 changed file with 31 additions and 12 deletions.
43 changes: 31 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,55 +139,74 @@ Or use the included `requirements.txt` when setting up your venv.
<summary>Click here to view release notes for v1.95</summary>

- New:
- New tab `Stats`: View file stats related to the current directory, such as: total files/characters/captions, average characters/words/captions per file, and lists of captions/resolutions/common words, and more.
- New option `Loading Order`: Use this option to set the loading order based on the name, file size, date, ascending/descending, etc.
- New option `Reset Settings`: This will reset all user settings to their default parameters, and optionally reset "My Tags".
- New tool `Rename Pair`: Use this tool to manually rename a single img-txt pair.
- Improved text selection logic for the primary text box and most text entries, treating common punctuation and symbols as word boundaries on double-click and allowing you to select entire entry text strings with a triple-click. #26
- New tab `Stats`: View file stats related to the current directory, including total files, characters, captions, average characters, words, captions per file, lists of captions, resolutions, common words, and more.
- New option `Loading Order`: Set the loading order based on name, file size, date, ascending/descending, etc.
- New option `Reset Settings`: Reset all user settings to their default parameters, with an option to reset “My Tags”.
- New option `Auto-Delete Blank Files`: Enable this setting to automatically remove blank text files when they're saved. [#25](https://github.com/Nenotriple/img-txt_viewer/issues/25)
- New tool `Rename Pair`: Manually rename a single img-txt pair.
- New tool `Create Blank Text Pairs`: This tool will create a text file for any un-paired image.
- New tool `Archive Dataset`: Use this to quickly zip the current working folder.
- New Tool `Batch Upscale`: Same as 'Upscale Image', but this can upscale an entire folder of images.
- Enhanced text selection for the primary text box and most text entries, treating common punctuation and symbols as word boundaries on double-click and allowing selection of entire entry text strings with a triple-click. [#26](https://github.com/Nenotriple/img-txt_viewer/issues/26)
- New text box right-click menu option: `Open Text File...`


<br>


- Fixed:
- Filtering using regex patterns now works as intended. #27
- Fixed right-click not triggering the primary text box context menu if the text box wasn't initially focused with a left-click.
- Filtering using regex patterns now works as intended. [#27](https://github.com/Nenotriple/img-txt_viewer/issues/27)
- Fixed right-click not triggering the primary text box context menu if the textbox wasn't initially focused with a left-click.
- Fixed AttributeError when refreshing the custom dictionary.
- Improved image loading to prevent [WinError 32]. This also fixes the "Delete Pair" tool.
- Fixed the issue where using the `CTRL+S` hotkey to save the text wouldn't display *Saved* in the message label.
- Fixed `Rename and Convert` improperly naming text file pairs.
- Improved image loading to prevent [WinError 32], also fixing issues with the “Delete Pair” tool.
- Improved UI handling of situations where filtering would result in zero matches.
- Prevented the Image-Grid from opening when there aren't any images to display.
- The file filter is now cleared when changing the selected directory.
- Fixed issue where settings were not reset when clicking NO to reset "my_tags"


<br>


- Other changes:
- Toggle Zoom - The popup is now centered next to the mouse and behaves better around the screen edges.
- `Delete img-txt Pair` now allows you to send the pair to the recycle bin.
- Navigating pairs while auto-save is enabled is now much faster.
- You can now set a filter by using the enter/return key with the filter widget in focus.
- You can now quickly open the "settings.cfg", and "my_tags.csv" files in your default system app.
- You can now use Regex patterns in the `Search` field of the Search and Replace tool, along with the Highlight tool.
- You can now use the Up/Down arrow keys to navigate while the img-txt index entry is focus.
- You can now hold Shift when navigating (all methods) to advance by 5 instead of 1.
- This message label now displays "No Changes" when attempting to save a file without making changes to it.
- Ensured auto_save_var is properly restored to its original value if the text box does not exist when changing the working directory.
- The "Clear" button in the Filter tab now turns red when the filter is active, and the tooltip also changes to show the filter state.
- Minor code refactoring.
- The tools *'Rename img-txt Pairs'* and *'Rename and Convert img-txt Pairs'* have been combined into a single tool called `Batch Rename and/or Convert`.
- Using Undo after S&R/Prefix/Append, will now delete text files that previously didn't exist at the time when those tools were ran.
- This version comes with many small tweaks and updates, along with some minor internal code refactoring.


<br>


- Project Changes:
- **Image Grid:** v1.03
- **Image-Grid:** v1.03
- New:
- Filtering options are now moved to a new menu.
- You can now filter images by `Resolution`, `Aspect Ratio`, `Filesize`, `Filename`, `Filetype`, and `Tags`.
- Along with these operators, `=`, `<`, `>`, `*`
- Resolution and Filesize are now displayed in the image tooltip.
- `Auto-Close`: This setting is now saved to the `settings.cfg` file. #24
- `Auto-Close`: This setting is now saved to the `settings.cfg` file. [#24](https://github.com/Nenotriple/img-txt_viewer/issues/24)
- Fixed:
- Fixed the issue of not being able to focus on the image grid window when selecting it from the taskbar. #24
- Fixed the issue of not being able to focus on the image grid window when selecting it from the taskbar. [#24](https://github.com/Nenotriple/img-txt_viewer/issues/24)
- Other changes:
- Increased the default number of images loaded from 150 to 250.
- Improved image and text cache.
- Update index logic to support new loading order options.
- **Upscale Image:** v1.04
- New:
- Now supports batch upscaling a folder of images.
- The `Upscale Factor` widget is now a slider allowing you to select `from 0.25`, `to 8.0`, in `0.25 increments`.
- New settings: `Strength` Set this from 0%, to 100% to define how much of the original image is visible after upscaling.
- Fixed:
Expand Down

0 comments on commit 92f94de

Please sign in to comment.