Changes
- Move
main.tsandglobal.tsto theglobalfolder. - Move code related to
package.jsontomodules/package.ts. - Add class for more dynamic
package.jsonparsing. - Update ESLint configuration to deny the use of the
anytypes and fix code
whereanytype were used before. - Add icon for the close button.
- Develop new HTML-based About menu (WIP).
- Add
backgroundColorproperty to some windows andappInfoobject. - 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