Skip to content

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 19 Mar 16:45
· 49 commits to master since this release
06883aa

Bug Fixes

  • Fixed extension behavior so that asset data will not be removed from the browser storage when the user signs out
  • Fixes unexpected nesting of data being stored in browser storage
  • Fixes popup still showing the view for updating an asset even though it was already removed via the Screenly web console
  • Fixes the domain name of the link that is being opened when the View Asset button is clicked

Docs

  • Added CONTRIBUTING.md
  • Added CODE_OF_CONDUCT.md
  • Added a prerequisite section in README.md

Internal

  • Migrated to TypeScript

Others

  • Created an issue template
  • Replaced the CDN version of normalize-url with the one from NPM
  • Introduced Prettier for code formatting.