Skip to content

Releases: aduth/dones

1.1.4

27 Jun 23:21
Compare
Choose a tag to compare

πŸ”’ Security

  • Remove code references to vulnerable polyfill service
    • These polyfills were only loaded for browsers which do not support Fetch or Promises, which are widely supported as of 2024. As noted in the article, network operators have taken some steps to mitigate the vulnerability. Nevertheless, you should update if you are using an older version of the plugin.
  • Remove references to expired domain

Please note: Dones is no longer actively maintained, and future security updates cannot be guaranteed. You are encouraged to find an alternative task management platform.

1.1.3

15 Dec 23:17
Compare
Choose a tag to compare

πŸ’… Improvements

  • Theme localization activated (translations welcome!)
  • "Done" post type uses custom capabilities to enable granular role permissions

πŸ› Bug Fixes

  • Recent tags are more accurately ordered
  • Home page redirect respects site timezone
  • Tag autocomplete is case insensitive
  • Avoid mobile soft keyboard flyup from date input autofocus
  • Resolve iOS scrolling when typing in done input

1.1.2

22 Nov 03:03
Compare
Choose a tag to compare

πŸ’… Improvements

  • Better support for tags including emoji πŸŽ‰
  • Confirm navigation while saves are still pending
  • Order users by non-empty dones
  • Use appropriately sized user avatars by display pixel density

πŸ› Bug Fixes

  • Avoid duplicate request when updating a done
  • Restrict tag suggestions to last item when results shrink
  • Improve selection within nested code snippets
  • Resolve issue where text cursor could jump after selecting tag
  • Resolve overlapping of done input on small viewports
  • Hide edit highlight for users other than own
  • Resolve failing requests in older version of Microsoft Edge
  • Resolve mid-text selection error in Firefox and IE
  • Submitting edited done by click in macOS Firefox and Safari works correctly
  • Resolve code text not displaying in IE11
  • Copying done text no longer includes zero-width spaces

🏠 Internal

  • Use transients for caching tags data
  • Avoid user agent detection for serving modern browser build

1.1.1

05 Nov 01:27
Compare
Choose a tag to compare

πŸ’… Improvements

  • Deleting dones is now more accessible for keyboard users
  • More performance enhancements (smaller bundle size)

πŸ› Bug Fixes

  • Tag pages no longer erroneously show placeholder

1.1.0

05 Aug 04:01
Compare
Choose a tag to compare

πŸš€ New Features

  • An "About Dones" information screen is shown after activating the theme
  • Dones branding replaces the WordPress logo on the login form

πŸ’… Improvements

  • A notice will be shown if a done fails to save
  • Many, many performance optimizations
    • Hovering over a link will preload data for that next page ahead of time, so in most cases it's available immediately upon click
    • Fixed an issue which would cause a brief flicker when first visiting the page. The application should now appear intantaneously.
    • Avoid loading polyfill for browsers which support required features

πŸ› Bug Fixes

  • Tags can include dashes

🏠 Internal

  • Created separate browser-specific code bundles (smaller size for modern browsers)

1.0.4

30 May 00:47
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • Future dones or goals are displayed correctly (2310718)
  • Main query suppression should apply only to front-end, not admin (5d21cde)

1.0.3

28 May 00:02
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Correct positioning of desktop dones input autocomplete

1.0.2

27 May 23:55
Compare
Choose a tag to compare

πŸš€ New Features

πŸ› Bug Fixes

  • Dones receiving focus will no longer display input when not editable (fac919a)
  • Corrected horizontal direction of tooltips (039ca08)
  • Meta tags for fallback mobile site icons are output correctly (de64302)
  • Resolve warning logged by capabilities index access (079d9e5)
  • Omit .DS_Store files from pregenerated zip file (e81b4a0)
  • Correctly assign date picker mobile input accessibility attributes (e81b4a0)

🏠 Internal

1.0.1

23 May 01:29
Compare
Choose a tag to compare

πŸ› Bug Fix

  • Tag detail page will correctly filter dones with punctuation following tag (267aeaa)

1.0.0

21 May 03:10
Compare
Choose a tag to compare
  • Initial release πŸŽ‰