Skip to content

Commit

Permalink
Merge pull request #23 from uncinc/develop
Browse files Browse the repository at this point in the history
Update master to 0.5.5;
  • Loading branch information
mat1th authored Jan 14, 2018
2 parents 6e1ac6d + a9895bd commit 0f85718
Show file tree
Hide file tree
Showing 50 changed files with 21,457 additions and 5,265 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"modules": true
}
},
"extends": "eslint:recommended",
"extends": "airbnb",
"ecmaFeatures": {
"jsx": true,
"modules": true
}
}
}
17 changes: 10 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Change log

## Version 0.5.2
Bug fix:
- Let the extention work on the latest version of Firefox

Improvements
## Version 0.5.2

Improvements:
- The placeholder text is now more transparent

Bug fix
Bug fix:
- fix icons that are not loading

## Version 0.5.1

Bug fix
Bug fix:
- fix a issue when mantis has only one project it returns a object instead of array;
- fix overflow scroll in Chrome;
- fix removing css in Chrome;
Expand All @@ -20,12 +24,11 @@ Bug fix

This release has several bug fixes.

Improvements
Improvements:
- get the urls from the background script instead of a predefined var;
- Remove scroll-to NPM module;

Bug fix
Fix amount of bugs:
Bug fix:
- fix glitch on resizing page;
- Create selection on click, that can be resized after click;
- fix return key that will submit the whole page in set up;
Expand All @@ -40,4 +43,4 @@ Improvements:

Bug fixes:
- Fix layout issues
- Fix issue in submitting a ticket to Mantis
- Fix issue in submitting a ticket to Mantis
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
![Layernotes](./readme/banner.png)

v0.5.4 (beta)

v0.5.5 (beta)

# Layer Notes
Layer Notes is a tool that you can use to easily create Tickets for the Bugtracker Mantis.
Expand Down Expand Up @@ -85,4 +84,4 @@ In the folder `./src/_locales` you can find locales. With can use the english ma
- [mat1th](https://github.com/mat1th)

## Licence
The code is licensed under the `GNU GENERAL PUBLIC LICENSE Version 3`
The code is licensed under the `GNU GENERAL PUBLIC LICENSE Version 3`
Loading

0 comments on commit 0f85718

Please sign in to comment.