Skip to content

Releases: uncinc/layer-notes

Version 0.5.6

07 Feb 08:54
Compare
Choose a tag to compare
Version 0.5.6 Pre-release
Pre-release
v0.5.6

New beta release: 0.5.6. See CHANGELOG.md for info.

Version 0.5.5 (Beta)

14 Jan 17:24
0f85718
Compare
Choose a tag to compare
Version 0.5.5 (Beta) Pre-release
Pre-release

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)

09 Oct 15:55
Compare
Choose a tag to compare
Version 0.5.4 (Beta) Pre-release
Pre-release

Bug fix

  • Let the exention work on the latest version of firefox

Version 0.5.2 (Beta)

14 Jun 11:48
Compare
Choose a tag to compare
Version 0.5.2 (Beta) Pre-release
Pre-release

Improvements

  • The placeholder text in the setup is now more transparent.

Bug fix

  • fix icons that are not loading

Version 0.5.1 (Beta)

08 Jun 19:23
Compare
Choose a tag to compare
Version 0.5.1 (Beta) Pre-release
Pre-release

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)

01 Jun 10:08
Compare
Choose a tag to compare
Version 0.5 (Beta) Pre-release
Pre-release

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)

23 May 14:03
Compare
Choose a tag to compare
Version 0.4 (Beta) Pre-release
Pre-release

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