Releases: uncinc/layer-notes
Releases · uncinc/layer-notes
Version 0.5.6
v0.5.6 New beta release: 0.5.6. See CHANGELOG.md for info.
Version 0.5.5 (Beta)
Improvements
- It's now possible to resize the selecting area; (#21)
- The mantis bug report is now not JSON but nice formatted; (#21)
Bug fix
- The window does not scroll to top when adding a note;
- Some connecting error fixes;
- Works on Chrome 63 again; (#15)
Code Clean up
- Lint files with ES lint;
- Only console log when in Dev mode; (#20)
Version 0.5.4 (Beta)
Bug fix
- Let the exention work on the latest version of firefox
Version 0.5.2 (Beta)
Improvements
- The placeholder text in the setup is now more transparent.
Bug fix
- fix icons that are not loading
Version 0.5.1 (Beta)
Improvements
- Add missing strings from dutch translation;
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;
- fix chrome issue when injecting in
chrome://
pages;
Version 0.5 (Beta)
This release has several bug fixes.
Improvements
- get the urls from the background scirpt instead of a predefined var;
- Remove scroll-to npm module;
Bug fix
Fix amount of bugs:
- fix glitch on rezising page;
- Create selection on click, that can be resized after click;
- fix return key that will submit the whole page in set up;
- position the commentbox on top when selecting a bug on the bottom of the website;
- Fix the ESlint errors;
Version 0.4 (Beta)
This is the first published version of the tool. It contains the following:
- Adding a website to the tool and sign in to Mantis; (Waring the credentials are saved as plain text in local storage)
- Creating a ticket and submit it to Mantis with Screenshots and browser data.
Improvements:
- Add ability to submit ticket to Mantis
- Take a screenshot of the screen and submit it to Mantis
Bug fixes:
- Fix layout issues
- Fix issue in submitting a ticket to Mantis