Pogger/TODO.txt

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-02-18 23:31:07 -06:00
Important Features:
* Default column layouts for ~/feeds and ~/config/settings/Pogger/Subscriptions
* Localization
Important improvements:
2021-03-05 20:35:10 -06:00
* Memory leaks
* ~50kb per feed on download (+2MB w 40 feeds)
* This leak is in Util.ccp, fetch(). I'm stumped here.
* ~20kb per feed on parsing (+1MB w 40 feeds)
* Very slight on enqueue
* Use path-strings or entry_refs when communicating about feeds inter-threads,
and in the queue.
2021-02-27 20:51:41 -06:00
* Fix background of Feeds List error status icon (it's black, not transparent)
2021-02-18 23:31:07 -06:00
* Make UI friendly to whatever font-size you throw at it
* Give a max size to the progress label in FeedsView
* Make fancy Markdown README
* Make an icon, somehow (idk I'm not an artist)
2021-02-18 23:31:07 -06:00
Nice Improvements:
2021-01-12 19:08:42 -06:00
* Proper scripting support
2021-03-01 19:13:22 -06:00
* Show in desktray
2021-02-18 23:31:07 -06:00
* Store feeds in kEnqueueFeeds/etc messages as paths? hmm
* This way, if the user edits the feed after it is enqueued but before
processing, the changes will be applied.
* Move the provisional BList download queue to a BJob + JobQueue system
* This might add some more flexibility
2021-03-02 19:41:26 -06:00
* Multiple downloads at once
2021-01-11 18:23:38 -06:00
* Array of thread_ids for multiple DL threads?