Skip to content

Commit

Permalink
v 0.3.1 (2016_01_25) : better messages
Browse files Browse the repository at this point in the history
    o katal.py::show_infos_about_source_path()+fill_select() : added a protection
      against the FileNotFound exception (e.g. in case of broken links)
    o in show_infos_about_source_path() and in fill_select(),
      added a warning message if a file can't be read.
    o all warnings are now printed in cyan
    o improved various messages
    o updated the documentation in katal.ini
    o updated the documentation (README.md)

    o 6 tests, pylint=10.0 for the four Python scripts
    o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)
  • Loading branch information
suizokukan committed Jan 25, 2016
1 parent 749159f commit f5ab6b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions katal/katal.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#
#===============================================================================
__projectname__ = "Katal"
__version__ = "0.3.1a"
__laststableversion__ = "0.3"
__version__ = "0.3.1"
__laststableversion__ = "0.3.1"
__author__ = "Xavier Faure (suizokukan / 94.23.197.37)"
__copyright__ = "Copyright 2015, suizokukan"
__license__ = "GPL-3.0"
Expand Down
14 changes: 14 additions & 0 deletions roadmap.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v 0.3.1 (2016_01_25) : better messages

o katal.py::show_infos_about_source_path()+fill_select() : added a protection
against the FileNotFound exception (e.g. in case of broken links)
o in show_infos_about_source_path() and in fill_select(),
added a warning message if a file can't be read.
o all warnings are now printed in cyan
o improved various messages
o updated the documentation in katal.ini
o updated the documentation (README.md)

o 6 tests, pylint=10.0 for the four Python scripts
o version packaged and sent to Pypi (https://pypi.python.org/pypi/Katal)

v 0.3 (2016_01_20) : mode defined in the configuration file

o removed the --mode option : the mode is now defined in the configuration file
Expand Down

0 comments on commit f5ab6b3

Please sign in to comment.