Releases: tina-nova/task-feed-visualizer
Version 0.1.6
-
Added tooltip for easier viewing of the full text in each qlabel.
-
Added an optional "Project" entry. Simply add "PROJECT:" after "FROM:" to use it. I might add custom sorting (per project/moved date/etc) in the future, but for now all it'll only be for superficial use.
Version 0.1.5
- Fixed a bug that caused NORMAL/HIGH and NORMAL/LOW to be detected as HIGH and LOW, respectively
Version 0.1.4
- Program should now stay at the same tab when refreshing
Version 0.1.3
-
Major refactoring
-
A directory selection window should now open when the program does not detect any relevant files in the target directory
-
Program automatically refreshes when any of the text files are modified
Note: Will only be supporting Windows and Arch moving forward. It looks like Qt apps need to be compiled for each distro if it'll be dynamically linked.
Version 0.1.2
-
Found one other source of crashing at startup. If the task feed file does not have a dash in its title, the omit function fails. Fixed it by making the dash conditional.
-
A Linux version is now available. It should work on Arch Linux as long as Qt5 is installed.
A static compile will be available on the next release.edit: Will become available within 36 hours of me seeing someone else requesting it. At the moment it's not worth the time to set up a static build for linux.
Version 0.1.1
-
Fixed a bug that causes the program to crash when processing larger directories due to insufficient memory allocation in the item description string
-
Added a small spellcheck code that forces items with unknown status and priority to be colored green and placed in the NOTSTARTED column. This is to ensure the user has an easier time correcting these items from their text editor.
-
Known issue: the program can still crash on start if the directory is large. Still investigating other causes.
Version 0.1.0
First release. Not flexible, like at all, but it gets the job done.
Static compile for Windows.