Skip to content

Commit 0f85718

Browse files
authored
Merge pull request #23 from uncinc/develop
Update master to 0.5.5;
2 parents 6e1ac6d + a9895bd commit 0f85718

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+21457
-5265
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
"modules": true
5555
}
5656
},
57-
"extends": "eslint:recommended",
57+
"extends": "airbnb",
5858
"ecmaFeatures": {
5959
"jsx": true,
6060
"modules": true
6161
}
62-
}
62+
}

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Change log
22

33
## Version 0.5.2
4+
Bug fix:
5+
- Let the extention work on the latest version of Firefox
46

5-
Improvements
7+
## Version 0.5.2
8+
9+
Improvements:
610
- The placeholder text is now more transparent
711

8-
Bug fix
12+
Bug fix:
913
- fix icons that are not loading
1014

1115
## Version 0.5.1
1216

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

2125
This release has several bug fixes.
2226

23-
Improvements
27+
Improvements:
2428
- get the urls from the background script instead of a predefined var;
2529
- Remove scroll-to NPM module;
2630

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

4144
Bug fixes:
4245
- Fix layout issues
43-
- Fix issue in submitting a ticket to Mantis
46+
- Fix issue in submitting a ticket to Mantis

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
![Layernotes](./readme/banner.png)
22

3-
v0.5.4 (beta)
4-
3+
v0.5.5 (beta)
54

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

8786
## Licence
88-
The code is licensed under the `GNU GENERAL PUBLIC LICENSE Version 3`
87+
The code is licensed under the `GNU GENERAL PUBLIC LICENSE Version 3`

0 commit comments

Comments
 (0)