Commit graph

36 commits

Author SHA1 Message Date
Observer KRypt0n_
026ea11061
Merge branch 'main' of https://notabug.org/nobody/an-anime-game-launcher 2021-11-12 22:30:46 +02:00
Observer KRypt0n_
d8f2531ee8
1.5.0
- added HUD option with DXVK HUD and MangoHud support
- added shaders manager based on vkBasalt
- updated readme
  + added patch's update delation notification
  + game's name replacement request moved to the top of the repository
    because readme became too large
  + added additional requirements table
  + updated goals
- updated statistics
- added additional horizontal padding for selectable options
- removed old config file compatibilities checks
- now selectable options can be dynamically extended
- some let variables changed to const
- added constants.appDir / chadersDir properties
- added i18n.language property
- updated electron version to 15.3.1
2021-11-12 22:29:31 +02:00
Maroxy
6db38cf05c remove linux from name 2021-11-11 19:35:48 +00:00
Observer KRypt0n_
23d2a9a9f7
1.4.1
- added statistics section
  for now launcher stores time spent in the game
- added Korean machine translation
- fixed an issue with analytics dialogue
- improved new launcher versions finder algorithm
2021-11-11 12:20:27 +02:00
Observer KRypt0n_
87374c27e2
1.4.0
- added automatic progress bar's color theme switching
  based on the background image brightness
2021-11-05 15:41:24 +02:00
Observer KRypt0n_
c2e364a952
1.3.2
Added dark theme for progress bar
2021-11-04 17:46:06 +02:00
Observer KRypt0n_
2f9fffc32c
1.3.1
- updated Japanese locale
- updated repository pictures

Minor changes:
- repainted settings button icon with the other buttons style
- changed default launcher title for conspiracy
- added roadmap goal
2021-11-04 17:12:35 +02:00
Observer KRypt0n_
abf2297145
1.3.0
- added voicepacks support
- added LauncherUI.updateLauncherState method
  to automatically update launcher state
  it possibly can break clear game installation because I changed the way
  launcher identifies its state after some actions
- changed way the main button identifies what should it do
- now settings button hides when the launcher downloading something
- updated settings button icon
- updated background picture caching algorithm
2021-11-04 16:09:41 +02:00
Observer KRypt0n_
3a08c91d3d
Updated packages versions 2021-11-03 17:22:50 +02:00
Observer KRypt0n_
d32ef6a5d2
1.2.0
- added downloaded runners / dxvks deletion button
2021-11-03 15:47:04 +02:00
Observer KRypt0n_
01035d7f25
1.1.0
- fixed main window flickering at start
- added environmental variables manager
- moved common styles to the basic.sass file
- added excess files deletion when game's update comes
- updated project logo
2021-11-01 10:10:51 +02:00
Observer KRypt0n_
62c6b1acc4
1.0.0
- fixed integrated AppImage's icons
- fixed launcher updates notification
- config.js now saves in the launcher's local directory
- removed excess installation step in the installPrefix function
- fixed and improved game patching process
2021-10-29 15:08:56 +02:00
Observer KRypt0n_
8d1543f0ae
Fixed versions comparison 2021-10-29 09:59:13 +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
Observer KRypt0n_
21d00e11e5
0.8.0
- added analytics window
- added Proton 6.20 GE 1 to the runners list
- all common components moved to the separate files
- changed Launch button's shadow
2021-10-28 15:24:55 +02:00
Observer KRypt0n_
261a229bc5
Changed project versioning
2.2.0-beta[N] -> 0.[N].0
for example, 2.2.0-beta5 became 0.5.0
2021-10-24 22:54:48 +02:00
Maroxy
bbcddd099b Merge remote-tracking branch 'original/main' 2021-10-24 19:46:08 +02:00
Maroxy
a0f1e681f1 install @types/discord-rpc 2021-10-24 19:44:59 +02:00
Observer KRypt0n_
89df4fb6f2
2.2.0-beta7
- added Discord RPC support
- added language selection
- changed game directory
- a lot of inner changes

Thanks Maroxy for a strong help in development
+ pull requests 10, 11, 13, 14
2021-10-24 15:44:59 +02:00
Maroxy
fe8908119c add electron-stoe 2021-10-24 10:42:06 +02:00
Maroxy
15472d64df Merge remote-tracking branch 'original/main' into term 2021-10-23 21:11:46 +02:00
Observer KRypt0n_
3eb0c489c1
2.2.0-beta6
- added DXVK support
- removed lutris-fshack from runners
- added telemetry hosts checking before game started
- fixed menu items movement in settings
2021-10-23 21:02:50 +02:00
Maroxy
fd6558408c Add Discord RPC, disable Voice Pack Selection 2021-10-23 20:59:26 +02:00
Observer KRypt0n_
2ce673367b
2.2.0-beta5
- made settings window
- added runners management. Now you can download some runner like proton-ge
  and run the game with it
- updated README pictures
- removed usused path files
- a lot of small changes and bug fixes
2021-10-22 23:48:43 +02:00
Observer KRypt0n_
9801cf90df
2.2.0-beta4
- added Marie Piontek as a project contributor
- added launcher icon
- made background picture caching
- made automatical patch downloading
- added social media buttons from the official launcher

Thanks Maroxy for all these enhancements
+ pull request #6
2021-10-22 15:03:17 +02:00
Maroxy
b50a350a63 fix package.json 2021-10-18 00:10:59 +02:00
Maroxy
effa8337a3 remove 32-bit build and change author to contributors 2021-10-18 00:03:41 +02:00
Observer KRypt0n_
812e0c5f18
2.2.0-beta3
- added a notification when the game has been installed
- removed windows compilation because we will never use it
- added background picture parsing using the game's API

Thanks Maroxy for all these enhancements
+ issue #1
+ pull request #2
2021-10-17 13:28:37 +02:00
Observer KRypt0n_
b8457b9c5a
2.2.0-beta2
- updated readme; added roadmap and requirements
- added patch_anti_logincrash applying
- partially fixed input issues
- made LauncherUI class to where have moved a lot of code from the index.ts
- fixed ETA calculation
2021-10-15 14:16:13 +02:00
Observer KRypt0n_
3cc9409354
2.2.0-beta1
- changed versioning politicy ([game version]-[app state][app build])
- created patches system
  now launcher automatically applies patches to the game
- changed launcher config structure
- changed executable file on game launching to the launcher.bat
  to check the telemetry status and prevent game starting in positive result
- updated readme
2021-10-14 22:35:29 +02:00
Observer KRypt0n_
00979b5e71
Readme updates 2021-10-14 20:34:43 +02:00
Observer KRypt0n_
4ca47f51ca
gill 0.1.0 init release
- game installation
- game starting
2021-10-14 20:05:44 +02:00
Observer KRypt0n_
8aae9d7059
Builder update
Now repository uses electron-builder instead of electron-packager
2021-10-13 17:14:40 +02:00
Observer KRypt0n_
8fb39800c6
fixed apps building 2021-09-17 19:17:56 +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
Observer KRypt0n_
1fd74880e3
Init commit 2021-09-14 11:06:09 +02:00