Skip to content

Commit 92b2c99

Browse files
committed
Bump version to 1.1.0
1 parent 15c4e39 commit 92b2c99

5 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 1.1.0 (2017-08-04)
2+
3+
- New: An "About Dones" information screen is shown after activating the theme
4+
- New: Dones branding replaces the WordPress logo on the login form
5+
- Improved: A notice will be shown if a done fails to save
6+
- Improved: Many, many performance optimizations
7+
- Hovering over a link will preload data for that next page ahead of time, so in most cases it's available immediately upon click
8+
- Fixed an issue which would cause a brief flicker when first visiting the page. The application should now appear intantaneously.
9+
- Avoid loading polyfill for browsers which support required features
10+
- Fix: Tags can include dashes
11+
- Internal: Created separate browser-specific code bundles (smaller size for modern browsers)
12+
113
#### 1.0.4 (2017-05-29)
214

315
- Fix: Future dones or goals are displayed correctly

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dones is a free team task management and tracking application to help your organ
88

99
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).
1010

11-
1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.0.4/dones.zip).
11+
1. [Download a pre-built zip archive of the latest release](https://github.com/aduth/dones/releases/download/1.1.0/dones.zip).
1212
- 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.
1313
2. Navigate to the __Appearance > Themes__ screen in your WordPress administrative dashboard.
1414
3. Click __Add New__ at the top of the page.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dones",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "WordPress theme for simple team task management and tracking",
66
"author": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: Andrew Duthie
55
* Author URI: http://andrewduthie.com
66
* Description: Simple team task management and tracking
7-
* Version: 1.0.4
7+
* Version: 1.1.0
88
* License: GNU General Public License v2 or later
99
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
* Tags: tasks, todo, done, teams, project-management

0 commit comments

Comments
 (0)