Releases: AmirAli104/Text2Excel
Releases · AmirAli104/Text2Excel
Text2Excel v2.8.0
- A little code refactoring was done in the extractors.py module.
- Added mnemonics (underlined chars) to context menu items
Text2Excel v2.7.2
-
a problem solved that the item would disappear when you tried to move up a element in patterns list which was in index 0 (highest item)
-
Added keyboard shortcuts for move-up and move-down
Text2Excel v2.7.1
- handle the errors which occur when you enter multiple groups in a pattern
Text2Excel v2.7.0
- Added Move Up and Move Down options to patterns list context menu.
Text2Excel v2.6.4
Now on posix devices when you select a text in log widget and open its context menu always the text copy log will displayed not copy selected. Instead you can Ctrl+C to copy selected text.
Text2Excel v2.6.3
- Added shortcut Ctrl+A support for Entries on linux
Text2Excel 2.6.2
- fix: Now first Shfit+F10 will be binded in any operating system even if Menu (Linux) or App (Windows) keysym cause exception.
Text2Excel v2.6.1
- Added Shift-F10 keysym for windows context menus
Text2Excel v2.6.0
- Added Linux keyboard symkeys to display context menus
Text2Excel v2.5.0
-
The codes of the program divided to several files
-
One bug solved to handle PatternError. It raises when you enter invalid regex patterns.