Releases: aduth/dones
Releases Β· aduth/dones
1.1.4
π 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
π 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
π 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
1.1.0
π 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
1.0.3
1.0.2
π New Features
- Add web app manifest (ab434c6)
π 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