Skip to content

v3.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 21:56
· 632 commits to master since this release

Changes

  • Move main.ts and global.ts to the global folder.
  • Move code related to package.json to modules/package.ts.
  • Add class for more dynamic package.json parsing.
  • Update ESLint configuration to deny the use of the any types and fix code
    where any type were used before.
  • Add icon for the close button.
  • Develop new HTML-based About menu (WIP).
  • Add backgroundColor property to some windows and appInfo object.
  • Bump application version (v3.0.0).

Patches

  • Mitigate a bug with pasting the images from clipboard that were copied from the websites.
  • Fix icon scale in the tray menu for some Linux distributions that really don't care about its size.

Full Changelog: v2.2.0...v3.0.0-beta1