Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Aug 5, 2017
1 parent 15c4e39 commit 92b2c99
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.0.4",
"version": "1.1.0",
"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.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
Expand Down

0 comments on commit 92b2c99

Please sign in to comment.