- Added option to fetch all feeds on application startup
- Better handling of an expired articles
- Support for labels (colors, icons, rating, tags)
- Optional interval feed fetching
Added support for simple profiles. To use profile you need to set the "MAKAGIGA_PROFILE" environment variable. Example shell command: export MAKAGIGA_PROFILE="Test Profile"; makagiga
. Note that the "Test Profile" is a directory name, and it cannot contain "/", "\", "." or any other illegal characters. Profiles are stored in the ~/.makagiga/profiles
directory.