Skip to content

Releases: tina-nova/task-feed-visualizer

Version 0.1.6

04 Jul 15:35
df71800
Compare
Choose a tag to compare
Version 0.1.6 Pre-release
Pre-release
  • 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

07 May 12:06
Compare
Choose a tag to compare
Version 0.1.5 Pre-release
Pre-release
  • Fixed a bug that caused NORMAL/HIGH and NORMAL/LOW to be detected as HIGH and LOW, respectively

Version 0.1.4

02 Apr 02:11
Compare
Choose a tag to compare
Version 0.1.4 Pre-release
Pre-release
  • Program should now stay at the same tab when refreshing

Version 0.1.3

28 Feb 05:16
Compare
Choose a tag to compare
Version 0.1.3 Pre-release
Pre-release
  • 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

20 Feb 15:06
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release
  • 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

17 Feb 03:43
f786625
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • 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

12 Feb 12:08
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First release. Not flexible, like at all, but it gets the job done.

Static compile for Windows.