Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Nov 22, 2017
1 parent d30c824 commit 62a391a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
#### 1.1.2 (2017-11-21)

- Improved: Better support for tags including emoji 🎉
- Improved: Confirm navigation while saves are still pending
- Improved: Order users by non-empty dones
- Improved: Use appropriately sized user avatars by display pixel density
- Fix: Avoid duplicate request when updating a done
- Fix: Restrict tag suggestions to last item when results shrink
- Fix: Improve selection within nested code snippets
- Fix: Resolve issue where text cursor could jump after selecting tag
- Fix: Resolve overlapping of done input on small viewports
- Fix: Hide edit highlight for users other than own
- Fix: Resolve failing requests in older version of Microsoft Edge
- Fix: Resolve mid-text selection error in Firefox and IE
- Fix: Submitting edited done by click in macOS Firefox and Safari works correctly
- Fix: Resolve code text not displaying in IE11
- Fix: Copying done text no longer includes zero-width spaces
- Internal: Use transients for caching tags data
- Internal: Avoid user agent detection for serving modern browser build

#### 1.1.1 (2017-11-04)

- Improved: Deleting dones is now more accessible for keyboard users
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dones",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"description": "WordPress theme for simple team task management and tracking",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Author: Andrew Duthie
* Author URI: http://andrewduthie.com
* Description: Simple team task management and tracking
* Version: 1.1.1
* Version: 1.1.2
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags: tasks, todo, done, teams, project-management
Expand Down

0 comments on commit 62a391a

Please sign in to comment.