Commit graph

11 commits

Author SHA1 Message Date
Observer KRypt0n_
049032a771
Moved launcher on empathize 2022-01-28 19:37:44 +02:00
Observer KRypt0n_
02984394ee
Several changes
- added `Launcher.version` field that represents... current launcher version
- made `Git` class to work with git repositories;
  made `Git.getTags()` method to list remove repository tags
- added outdated launcher version notification
2022-01-10 17:44:24 +02:00
Observer KRypt0n_
e86058dabe
Changed project framework
- vue was replaced by svelte
- changed typescript preferences
- changed `Launcher` class
- added `Locales.default()` method to manage default localizations setting
2021-12-26 18:25:57 +02:00
Observer KRypt0n_
0684774ea8
Several changes
- added `vue-i18n`
- made `Locales` class to get launcher locales
- added checking that settings window is not already open in `Launcher.showSettings()`
- improved `promisify()`; now it can work with `Promise` objects
- improved `Process` class;
  added `Process.kill()` and `Process.running()` methods
- improved `Window` class, fixed its output
2021-12-25 16:09:46 +02:00
Observer KRypt0n_
6e38611900
API improvements
- added `Game.update()` method
- added `Voice.update()` method
- fixed `ProgressBar.update()` types errors
- added languages to the `Voice.current` field
- updated `package.json` and `tsconfig.json`
- updated roadmap goals
2021-12-23 22:19:32 +02:00
Maroxy
bf3e57a7dd
Fix ts-expect-error 2021-12-23 17:54:22 +01:00
Observer KRypt0n_
4224a75b92
Init commit 2021-12-20 23:39:20 +02:00
Observer KRypt0n_
a2589b4fa4
1.0.0-rc1
- added launcher updates notifications
- made automatic patch state parsing
- added Baal icons to all notifications
- fixed menu category changing in settings
- removed excess code
2021-10-28 19:26:44 +02:00
Maroxy
a758d82da0 move type to types folder 2021-10-24 10:46:21 +02:00
Observer KRypt0n_
6fc0def0b6
Project library updates
- changed ts files structure
- archives unpacking files downloading functions were moved to Tools class
2021-10-24 09:19:20 +02:00
Observer KRypt0n_
3b32a87feb
entry.js
- added link to the BrowserWindow documentation
- added default icon
- added commented lines for production BrowserWindow state

Overall:
- added typescript and sass support
- updated default page. Now the "Hello World" sign placed in the center
2021-09-16 19:56:25 +02:00