Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkxml committed Oct 12, 2016
1 parent 11ee2e4 commit 227fcfb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.0 - Completely rewritten to JS/ES2015
* The package now reaches maturity.
* The codebase is now pure JS/ES2015 compliant.
* The load times are greatly improved since we are now using lazy module requires. The tooltip info is fetched only when needed.
* The tooltip now dismisses when clicking away.
* The tooltip now supports the new ImageEditor from Atom 1.0+.
* The package now gracefully enables and disables according to the user settings.
* The package specs are passing on `apm test` and when running over the GUI inside the Atom editor.
* Internal dependencies have been upgraded.
* `space-pen-views` dependency has been dropped, since GitHub is not maintaining it anymore.
* The README was simplified and updated to reflect the recent changes.
* The package is ready for Atom's most current and upcoming releases.

## 0.4.2 - Improve load time
* Improve load time by requiring dependencies on package activation

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This package is intended for use with the [Atom Editor](https://atom.io) and it displays the size of the focused file in the [status-bar](https://atom.io/packages/status-bar) component included with Atom.

**New!** Version 1.0.0 is here. It's 100% compatible with Atom 1.0+ APIs.

**Bonus:** If you click on the filesize component it will show a tooltip with more information about the file, try it out!

See the screenshot below for a preview on that new feature.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filesize",
"main": "./lib/filesize",
"version": "0.4.2",
"version": "1.0.0",
"description": "Displays the current file's size on the status bar",
"repository": {
"type": "git",
Expand Down

0 comments on commit 227fcfb

Please sign in to comment.