Skip to content

Releases: sheepman4267/Effort

v0.4.1

02 Nov 03:52

Choose a tag to compare

Apparently the last release's bug fixes were not enough- it also added a new bug.

Let's not put broken print debugging in the migrations...

oops.

v0.4.0

02 Nov 03:47

Choose a tag to compare

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

25 Oct 12:52

Choose a tag to compare

The previous release, but without a broken f-string...

v0.3.0

25 Oct 12:40

Choose a tag to compare

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

14 Jun 04:52

Choose a tag to compare

  • Fix dependencies

v0.2.8

14 Jun 04:17

Choose a tag to compare

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-ui to quickly get some better login templates (probably will change again)
  • Many other minor UI improvements

v0.2.7

18 Feb 18:46

Choose a tag to compare

This is a quick-fix release to solve a really silly form bug which was keeping me from working efficiently.

v0.2.6

13 Jan 04:04

Choose a tag to compare

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

13 Jan 04:31

Choose a tag to compare

v0.2.6.1 Pre-release
Pre-release

Okay, at this point I'm just experimenting. But we'll see if it works...

v0.2.5

12 Jan 17:53
f2aee87

Choose a tag to compare

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!