Releases: encarsia/non
Releases · encarsia/non
"Columbia"
"Eddie"
Changelog:
-
Fixes:
- all issues regarding non-flat file structure
- get paths and extensions for posts and pages from conf.py so files are shown that are stored aside from the default folder structure
- remove tags/categories with zero occurences
- quit preview if other menu items are clicked
- return from console to main window after command execution is done
-
New:
- search function: find strings in posts, pages and listings (that should do...)
- menu button to open application config file
-
Updates:
- all menus are Popovers/PopoverMenus now
- localization strings
- screenshots
"Magenta"
Changelog:
- show input file format in statusbar
- detect if separate metadata file exists and show info in statusbar, open file on right click
- use the webbrowser Python package instead of subprocess commands; the package also uses the subprocess module but the code just looks nicer
- the "New post" dialog is a GtkMessageDialog now
- FileChooserDialog has its OK/Cancel buttons back
- if the current working directory is bookmarked, the menu entry is labeled as "(active)" and deactivated
- gettext localization strings in the POT file are now complete
- German localization is complete
- some icons changed