Commit 7f24bc85e6fbc4564ed8b3507a4768ecd0f3a03a

RELEASE 1.7
NEWS
(11 / 0)
  
1NFO 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
112NFO Viewer 1.6
213================
314
TODO
(0 / 11)
  
1NFO 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
121NFO Viewer 3000
132===============
143
doc/RELEASING
(1 / 0)
  
99 $ $EDITOR nfoview/__init__.py
1010 po$ intltool-update -m
1111 po$ intltool-update -p -g nfoview
12 po$ msgmerge -U -N -e fi.po nfoview.pot
1213 $ $EDITOR NEWS TODO
1314 $ git commit -a -m "RELEASE X.Y.Z"
1415 $ git tag -s X.Y.Z
nfoview/__init__.py
(1 / 1)
  
2323:var conf: Instance of :class:`ConfigurationStore` used
2424"""
2525
26__version__ = "1.6"
26__version__ = "1.7"
2727
2828from nfoview.errors import *
2929from nfoview.unittest import *

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment