diff --git a/v3/TODO.md b/v3/TODO.md new file mode 100644 index 00000000..809303fa --- /dev/null +++ b/v3/TODO.md @@ -0,0 +1,30 @@ +# TODO + +Informal and incomplete list of things needed in v3. + +## General + +- [ ] Generate Bindings +- [ ] Generate TS Models +- [ ] Port NSIS creation +- [ ] Dev Mode +- [ ] Generate Info.Plist from `info.json` + +- [ ] Windows Port +- [ ] Linux Port + +## Runtime + +- [ ] Pass window ID with runtime calls in JS +- [ ] Implement alias for `window` in JS +- [ ] Implement runtime dispatcher + +## Templates + +- [ ] Create plain template +- [ ] Improve default template + +## Runtime + +- [ ] To log or not to log? +- [ ] Unify cross-platform events, eg. `onClose` \ No newline at end of file