Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

48 lines (28 loc) · 3.21 KB

1.1.0 (2022-06-25)

chore

  • update changelog and add postchangelog script (e70d896)
  • use eslint preset when generating changelog file (470d1cf)

feat

  • add basic notifications for plugin (04c97cd)

1.0.1 (2022-06-16)

chore

  • add changelog file and various scripts (3eef431)
  • add commitlint configuration and husky (76d93ce)
  • add license and basic readme file (45a0f6c)
  • add sass as dependency (950f939)
  • remove no tag option from version scropts (4d5858d)
  • rename index.html to app.html after build (74829aa)
  • set version to 0.1.0 (b1307f0)

docs

  • add documentation to readme file (aad6983)

feat

  • add basic UI and translation function (6d06135)
  • add hint to show where to get deepl auth key (e43a471)
  • add item table to show that items are currently selected (bce6695)
  • add version tag (a7e127b)
  • make input fields small (956b175)

refactor

  • move content from index.ts to app.ts (ede930e)
  • move some function to utils file (c3adb54)
  • remove app.html and only use index.html (a092eda)
  • remove unused logs (48f20d8)