Releases: sheepman4267/Effort
v0.4.1
v0.4.0
Bug fixes abound!
- Outright removed version string from the index; we don't need it and it was woefully outdated.
- Fixed disappearing header by removing
hx-boost. #19 - Allow unchecking of items. #22
- Properly show sublists in the sidebar. #20
- Show sublist tasks when viewing their parent lists. #21
- Indicate which list an item was created in when seeing it somewhere else. #11
This release jumps to a new series because it includes a database migration.
Known issues:
- The new originating list pill doesn't have very good styling. Wholesale HTML and CSS restructuring is in order. Project for another day.
v0.3.1
The previous release, but without a broken f-string...
v0.3.0
Welcome to Effort v0.3.0! This release is all about UI improvements, just like the last one.
Highlights
- Todo list items are much smaller vertically, reducing the amount of extraneous whitespace and extra scrolling.
- There is FINALLY an interface outside of the Django admin for editing a Todo list, including setting up automatic collection of items (for something like a daily list).
- Finally, we have the very, very beginnings of email digest support implemented via django-heralder.
Sprinkled on top of these points are a great many small UI improvements.
Enjoy!
v0.2.8.1
- Fix dependencies
v0.2.8
Changes
- Make copious use of
idiomorph - Rather than actually fixing inefficient queries, simply don't show checked items unless asked
- Make the index work on mobile
- Make use of
django-allauth-simple-uito quickly get some better login templates (probably will change again) - Many other minor UI improvements
v0.2.7
This is a quick-fix release to solve a really silly form bug which was keeping me from working efficiently.
v0.2.6
Wow, okay, so v0.2.5 was faster than v0.2.4 on my dev machine... but we had some serious extraneous queries going on in list rendering. There are probably still a few bad things going on, but it should be a lot faster this way.
v0.2.6.1
Okay, at this point I'm just experimenting. But we'll see if it works...
v0.2.5
This is a set of functionality and styling fixes for list items, mostly centered around the detailed edit form. Two highlights:
- The List view loads WAY faster, because detail forms are now embedded in the page rather than automatically requested for every item every time the page is loaded.
- It is finally possible to configure item auto-unchecking without digging through the Django admin!