Commit 7f24bc85e6fbc4564ed8b3507a4768ecd0f3a03a
- Diff rendering mode:
- inline
- side by side
NEWS
(11 / 0)
|   | |||
| 1 | NFO Viewer 1.7 | ||
| 2 | ============== | ||
| 3 | |||
| 4 | * Add menu item to toggle line-wrapping | ||
| 5 | * Automatically switch to wrapping lines if a line longer than 160 | ||
| 6 | characters is found in the file (the threshold is customizable in | ||
| 7 | the configuration file) | ||
| 8 | * Fall back to 'monospace' if preferred font is not found | ||
| 9 | * Fix URL-detection to be less strict | ||
| 10 | * Add Italian translation (Alessio Treglia) | ||
| 11 | |||
| 1 | 12 | NFO Viewer 1.6 | |
| 2 | 13 | ================ | |
| 3 | 14 |
TODO
(0 / 11)
|   | |||
| 1 | NFO Viewer 1.7 | ||
| 2 | ============== | ||
| 3 | |||
| 4 | [D] Add menu item to toggle line-wrapping | ||
| 5 | [D] Automatically switch to wrapping lines if a line longer than | ||
| 6 | 160 characters is found in the file (the threshold is | ||
| 7 | customizable in the configuration file) | ||
| 8 | [D] Fix URL-detection to be less strict | ||
| 9 | [D] Fall back to 'monospace' if preferred font is not found | ||
| 10 | [D] Add Italian translation (Alessio Treglia) | ||
| 11 | |||
| 12 | 1 | NFO Viewer 3000 | |
| 13 | 2 | =============== | |
| 14 | 3 |
doc/RELEASING
(1 / 0)
|   | |||
| 9 | 9 | $ $EDITOR nfoview/__init__.py | |
| 10 | 10 | po$ intltool-update -m | |
| 11 | 11 | po$ intltool-update -p -g nfoview | |
| 12 | po$ msgmerge -U -N -e fi.po nfoview.pot | ||
| 12 | 13 | $ $EDITOR NEWS TODO | |
| 13 | 14 | $ git commit -a -m "RELEASE X.Y.Z" | |
| 14 | 15 | $ git tag -s X.Y.Z |
nfoview/__init__.py
(1 / 1)
|   | |||
| 23 | 23 | :var conf: Instance of :class:`ConfigurationStore` used | |
| 24 | 24 | """ | |
| 25 | 25 | ||
| 26 | __version__ = "1.6" | ||
| 26 | __version__ = "1.7" | ||
| 27 | 27 | ||
| 28 | 28 | from nfoview.errors import * | |
| 29 | 29 | from nfoview.unittest import * |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

