0.4.1 (2018-05-21):
	* bug when dealing with accents
	* Conda instructions in readme
	* config and data paths in About

0.4.0 (2018-05-20):
	Improvements:
	* improved advanced import using a tablemodel
	* advanced import and loadAndInsert check arxiv and doi to mark entries as existing
	* context menu action for opening entries corresponding to clicked category/experiment
	* argparser for 'tex' now supports many tex files as input (but the order has been changed! the bib file is the first argument!)
	* full resume of exportForTexFile after many tex file processed
	* cellDoubleClick supports opening any pdf when double clicking on pdf cell
	* improved utf-8 to latex conversion with pylatexenc
	* exportForTexFile improved quite a lot
	* speed-up of exportAll, exportLast, exportSelected

	New features:
	* enabled deleting of categories for selected entries
	* check if new versions are available at startup

	Bugs:
	* bug when managing gui warning messages in some python versions solved
	* new shortcuts for refresh and reload
	* bugs in config dialog solved
	* fixed broken argParser tests

0.3.0 (2018-05-08):
	* profiles management goes through dedicated database
	* configuration settings saved inside the database
	* few bugs solved

0.2.2 (2018-05-01):
	* readme updates
	* settings for profile order and rename (due to a new format in profiles.dat, some information may be lost in the transition)
	* main executable sub-commands improved with argparse
	* call PhysBiblio sub-commands with the "-p" option to select the profile to use
	* python3 bugs

0.2.1 (2018-04-27):
	Code improvements:
	* custom excepthook for non-gui and then gui when ready
	* pBGUIErrorManager improved with a subclass of pBErrorManagerClass and a new dedicated logger
	* QDesktopServices takes care of opening pdf and web pages (GUI)

	New/updated features:
	* copy some contents to clipboard from main table
	* improved window for configuration settings
	* updated "About" content

	Bugs solved:
	* multiple matches when looking for record in arxiv given the id
	* no newlines in abstracts
	* progress bar count
	* default categories after import

0.2.0 (2018-04-21):
	Code improvements:
	* python3 compatibility
	* setup.py
	* test suite for non-graphical part
	* docstrings for non-graphical part
	* default paths with appdirs
	* logging
	* several optimizations/adjustments/improvements/speed-ups/bugfixes
	
	New features:
	* import from bibtex file
	* command line usage of main executable
	* more fields are read from INSPIRE
	* daily/weekly INSPIRE-HEP OAI harvesting

0.1.0 (2018-02-18):
	first release
