sleek can now be minimized to tray bar (WIP), datepicker is included as node...
sleek can now be minimized to tray bar (WIP), datepicker is included as node module, Apple ARM64 support
assets/icons/tray/tray.ico
0 → 100644
320 KB
assets/icons/tray/tray.png
0 → 100644
744 Bytes
assets/icons/tray/tray.svg
0 → 100644
977 Bytes
1.14 KB
1.37 KB
1.67 KB
2.78 KB
4.15 KB
{ | ||
"name": "sleek", | ||
"productName": "sleek", | ||
"version": "1.0.3", | ||
"version": "1.0.3-3", | ||
"description": "Todo app based on todo.txt for Linux, Windows and MacOS, free and open-source", | ||
"synopsis": "Todo app based on todo.txt for Linux, Windows and MacOS, free and open-source", | ||
"category": "ProjectManagement", | ||
... | ... | @@ -31,7 +31,6 @@ |
"!**.md", | ||
"!**.gitignore", | ||
"!yarn.lock", | ||
"!assets/icons/bak${/*}", | ||
"!assets/screenshots${/*}", | ||
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}", | ||
"!**/node_modules/.bin", | ||
... | ... | @@ -52,7 +51,10 @@ |
] | ||
}, | ||
"mac": { | ||
"target": "dmg", | ||
"target": { | ||
"target": "default", | ||
"arch": "universal" | ||
}, | ||
"icon": "assets/icons/sleek.icns", | ||
"category": "public.app-category.productivity" | ||
}, | ||
... | ... | @@ -112,10 +114,9 @@ |
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"electron": "^12.0.4", | ||
"electron": "^12.0.6", | ||
"electron-builder": "^22.10.5", | ||
"jest": "^26.6.3", | ||
"jest-electron": "^0.1.11", | ||
"mocha": "^8.3.2", | ||
"node-sass": "^5.0.0", | ||
"spectron": "^14.0.0" | ||
... | ... |
This diff is collapsed.
src/js/modules/menu.js
0 → 100644