Releases: TabViewer/tabview
Releases · TabViewer/tabview
Version 1.4.4
- Remove Python 2.x support
- Add note about Visidata and minimal maintenance
- Add file URI scheme support
- Fix flake8 errors
- Remove python 3.3 support
- Update travis.yml for newer python versions and fix flake8 command
- Add sample text with long/wide characters
- URL modification in setup.py
Version 1.4.3
- Added an additional parse step for space-delimited files:
- Replace multiple spaces (such as those to align columns) with a single space.
- If (and only if) the top line begins with a standard comment character ('#' or '%'), it is removed.
- Remove '0' for BOL and change numeric sort to '#'/'@'
- Add numeric sort
- Provide ability to specify quotechar
1.4.2
1.4.1
1.4.0
- Incremental (find-as-you type) search
- Reload changed file, saving various display parameters
- Variable width columns ('mode', 'max' or fixed width)
- Support reading from stdin
- Resize columns individually or as a whole
- Add commands to skip to next changed value (by row column)
- Pass a y,x start position on command line or to view()
1.3.0
1.2.0
Version 1.1.0
- Fixed #7 (extra highlighting when at bottom right cell)
- Cleaned up header row toggling. Fixes #18
- Added ability to reload file in-place. Fixes #2.
- Added yank-to-clipboard. Fixes #13
- Read entire file before deciding the encoding. Add some other encoding types to try before failing
- Fixed #16 crash along with display of cells with newlines