Gizmo
8ce730e74e
feat: enable dark default color schemes for browsers in dark mode ( #606 )
2023-07-22 11:32:38 +12:00
Gizmo
030ec64297
feat: add Contributors panel to display developer avatars ( #605 )
...
Added a new "Contributors" panel to the Settings, showcasing the avatars of developers who have contributed to this project.
2023-07-22 11:32:31 +12:00
Kamiya
09ea0d62f1
feat: fancy menu item indicator ( #604 )
...
* feat: fancy menu item indicator
* fix: light theme color
2023-07-22 11:32:24 +12:00
Teacup
05efbe376e
fix: Stop HasProcessExited from leaking process handles ( #603 )
...
Not closing process handles after using them. Every second. Smh. Imagine. Couldn't be me.
2023-07-22 11:32:13 +12:00
あさると
5ce1ac1279
update jp translation (to 2023-07-14T16.30-891dd51) ( #599 )
...
* fix: 📝 翻訳抜けを修正
* feat: 📝 2023-07-14Tまで対応
* fix: 📝 Legal Notice, Disclaimerの文章を修正
* fix: 📝 半角スペースを削除
* 違和感のある表現を修正
2023-07-22 11:32:05 +12:00
Natsumi
d4d88d1d62
Update README.md with badges
2023-07-22 11:31:49 +12:00
Natsumi
74671a0282
Small fixes and changes
2023-07-19 11:11:34 +12:00
Natsumi
52b95b16ab
chore(.NET): update to Cef 114.2.120
2023-07-19 11:11:28 +12:00
Natsumi
5cf748f61f
chore(npm): update deps
2023-07-19 11:11:15 +12:00
Gizmo
0817a1358f
refactor: Replace UUID dependency with window.crypto.randomUUID() ( #601 )
...
Remove the UUID dependency and replaces it with
the `window.crypto.randomUUID()` method. By utilizing the native browser function,
we eliminate the need for an external library.
2023-07-19 11:09:14 +12:00
pypy
73247f6e25
Delete social link
2023-07-18 03:58:12 +09:00
Natsumi
cea1b01480
Open world cache directory
2023-07-15 04:29:48 +12:00
Natsumi
2f125b5983
Fixes
2023-07-15 04:29:40 +12:00
Natsumi
ab68444d12
Fullscreen image dialog
2023-07-15 04:29:35 +12:00
Natsumi
88da7a0f46
Emoji uploading
2023-07-15 04:29:19 +12:00
Natsumi
8d2850eeb2
world & group instance sorting
2023-07-15 04:29:15 +12:00
BoatFloater
0b10406d87
initial implementation of open world cache directory ( #598 )
2023-07-15 04:26:14 +12:00
Hactazia
65cc5bd9d1
Update french localization (& english) ( #591 )
2023-07-15 04:25:48 +12:00
あさると
f8898a5f89
update jp translation to nightly 2023-07-01T20.53 ( #593 )
...
* merge
* docs: 📝 update jp translation
* fix: 📝 fix translation loss
* fix: 📝 一部の翻訳ミスを修正
2023-07-15 04:25:21 +12:00
arisumilkland
115e77b015
Update Readme ( #596 )
...
* Update README.md
* Update README.jp.md
2023-07-15 04:21:35 +12:00
Natsumi
bd33aae8bc
Small fixes, fix launchGame not recreating shortName
2023-07-08 11:22:23 +12:00
Natsumi
ede0c52af2
Add logger for updater
2023-07-02 08:49:38 +12:00
Natsumi
ce053b2d82
avatarScalingDisabled tag, group member icons
2023-07-02 08:41:49 +12:00
Natsumi
1724e04252
Fix missing installer metadata
2023-07-02 06:57:19 +12:00
Natsumi
cc3f6f7ecd
Add hash check to updater
2023-07-02 06:57:16 +12:00
pypy
21e8b30380
Implement auto state change ( #590 )
...
* Implement auto state change
* fix
2023-07-02 06:56:33 +12:00
pypy
9d720770c0
Update ko localization
2023-07-01 05:15:59 +09:00
pypy
61e30aeb7b
Fix SQLite.Interop.dll
2023-06-30 23:10:23 +09:00
Natsumi
5cc1a68565
v2023.06.30
2023-06-30 08:08:29 +12:00
Natsumi
5c5e178e2c
Small fix
2023-06-30 08:08:10 +12:00
Natsumi
35ae13ce7a
Fixes for websocket changes
2023-06-29 23:29:25 +12:00
Natsumi
825377463e
Small fixes
2023-06-28 09:14:40 +12:00
Natsumi
b2942e5981
World memos
2023-06-25 02:32:57 +12:00
Natsumi
62e350cc91
Emoji manager
2023-06-25 02:32:53 +12:00
Natsumi
7a0b674bc8
Lint
2023-06-23 21:27:38 +12:00
Natsumi
04f3642e89
Add margin to delete account button
2023-06-23 21:22:42 +12:00
Natsumi
6cda4eae3e
Avatar scaling tag and toggle option
2023-06-23 21:21:52 +12:00
Natsumi
2ed0ed7d62
Instance info tooltip and random fixes
2023-06-23 21:21:26 +12:00
Kamiya
0074ec4790
feat: side-by-side login layout ( #582 )
2023-06-23 21:21:18 +12:00
flower_elf
e024de6d0b
Update zh_CN localization and README.md ( #580 )
...
* translate README.md
* Update README.zh_CN.md
* Update README.zh_CN.md
* Update localization
* fix: improve translation
* improve translation again
oh
* Just small modify
2023-06-23 21:21:10 +12:00
Dor
e0273da357
Improve monitoring of auto-started apps' processes. ( #578 )
...
* Improve monitoring of auto-started apps' processes.
* Keep the child process monitoring timer running when the game is closed and child processes are not to be killed.
Only start the timer when necessary.
* Keep the child process monitoring timer running when the game is closed and child processes are not to be killed.
Only start the timer when necessary.
Remove redundant lock.
2023-06-18 08:12:03 +12:00
fallen-shinigami
4ce4304680
Update github_actions ( #575 )
...
* Update github_actions.yml
actions/checkout@v2 is deprecated
* Update github_actions.yml
updated microsoft/setup-msbuild
2023-06-18 08:11:57 +12:00
Natsumi
cfd9fd0ac3
chore(npm): update deps
2023-06-18 08:10:50 +12:00
Natsumi
d239a4cdec
chore(.NET): update to Cef 114
2023-06-18 08:10:46 +12:00
Natsumi
5f705a4f59
Fix missing installer metadata
2023-06-18 08:10:43 +12:00
Natsumi
4a97721a00
v2023.06.15
2023-06-15 01:08:44 +12:00
あさると
a030d856ce
update jp translation ( #563 )
...
* update jp translation
* feat: 📝 update jp translation
* fix: 📝 fixed translation omission
* fix: 📝 fixed translation omission 2
* fix: 📝 translate omission 3
* feat: 📝 update
* docs: 📝 update to latest commit
2023-06-15 01:06:44 +12:00
XoFKon
1ee15989b9
Update zh_TW.json ( #561 )
2023-06-15 01:06:33 +12:00
Natsumi
d772927915
Fix new instance buttons
2023-06-15 01:05:20 +12:00
Natsumi
9879b72687
Update readme
2023-06-14 07:44:23 +12:00