From 92b2c9910eb99e74cdccd99aa84191b2ae115f8b Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Fri, 4 Aug 2017 23:59:23 -0400 Subject: [PATCH] Bump version to 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- style.css | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3cc9335..9221ac0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +#### 1.1.0 (2017-08-04) + +- New: An "About Dones" information screen is shown after activating the theme +- New: Dones branding replaces the WordPress logo on the login form +- Improved: A notice will be shown if a done fails to save +- Improved: 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 +- Fix: Tags can include dashes +- Internal: Created separate browser-specific code bundles (smaller size for modern browsers) + #### 1.0.4 (2017-05-29) - Fix: Future dones or goals are displayed correctly diff --git a/README.md b/README.md index 096012526..db640a2ec 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Dones is a free team task management and tracking application to help your organ Dones is distributed as a WordPress theme, meaning you can easily host it yourself on a number of [hosting providers](https://wordpress.org/hosting/) or VPS services ([AWS](https://aws.amazon.com/getting-started/tutorials/launch-a-wordpress-website/) and [Digital Ocean](https://www.digitalocean.com/community/tutorials/how-to-use-the-wordpress-one-click-install-on-digitalocean), for example). -1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.4/dones.zip). +1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.1.0/dones.zip). - Do not download from the "Clone or download" GitHub button, as this includes the source material only. Read the [Development](#development) instructions below if you're interested in building your own copy of the theme. 2. Navigate to the __Appearance > Themes__ screen in your WordPress administrative dashboard. 3. Click __Add New__ at the top of the page. diff --git a/package-lock.json b/package-lock.json index 1edd7c6b1..111fcd76f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dones", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f3955c62f..5ecd250ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dones", - "version": "1.0.4", + "version": "1.1.0", "private": true, "description": "WordPress theme for simple team task management and tracking", "author": { diff --git a/style.css b/style.css index 3a060e018..818a1b4c5 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ * Author: Andrew Duthie * Author URI: http://andrewduthie.com * Description: Simple team task management and tracking - * Version: 1.0.4 + * Version: 1.1.0 * 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