Skip to content

Commit

Permalink
Version Bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Feb 22, 2015
1 parent 099add5 commit ced8b85
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*Version 1.4.0 2015/02/21*
- 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()

*Version 1.3.0 2015-01-17*
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Features:
* Toggle persistent header row
* Sort ascending or descending by any column. Dynamically change column width and gap
* Sort in 'natural order' to improve numeric sorting
* Full-text search, n and p to cycle between search results
* Full-text incremental search, n and p to cycle between search results
* 'Enter' to view the full cell contents
* Yank cell contents to the clipboard
* File can be reloaded in-place if the data changes.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
pass

setup(name="tabview",
version="1.3.0",
version="1.4.0",
description="A curses command-line CSV and list (tabular data) viewer",
long_description=open('README.rst').read(),
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/firecat53/tabview",
download_url="https://github.com/firecat53/tabview/tarball/1.3.0",
download_url="https://github.com/firecat53/tabview/tarball/1.4.0",
packages=['tabview'],
scripts=['bin/tabview'],
package_data={'tabview': ['README.rst']},
Expand Down

0 comments on commit ced8b85

Please sign in to comment.