Changes
- Move
main.ts
andglobal.ts
to theglobal
folder. - Move code related to
package.json
tomodules/package.ts
. - Add class for more dynamic
package.json
parsing. - Update ESLint configuration to deny the use of the
any
types and fix code
whereany
type were used before. - Add icon for the close button.
- Develop new HTML-based About menu (WIP).
- Add
backgroundColor
property to some windows andappInfo
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