Commit Graph

48 Commits

Author SHA1 Message Date
Minoricew
08290301a3 [🔄 Chore] Prepare for Aikari (1/2)
1. [/] 一些无意义的重命名工作
2. [*] 修改了 WebSocket 对接逻辑
2025-11-17 00:40:21 +08:00
ntcho&ConiMite
5a29e909f2 [🔀 Merge] PR #45 into HugoAura:dev
## [ Feat] Add ASAR patch locally (main-project) (#45)

* [CI/CD] Delete the patchment of the ASAR on workflow & Change the ZIP packing dir to the whole「src」

* [🔄 Chore  / 🛠️ Fix]  Rename the workflow name & Fixed the path errors

* [🛠️ Fix]  Fixed the path error of「aura.zip」

* [🔄Chore] Separate aura.zip and core.zip

* [🛠️Fix] Fixed the path of zip files.
v0.1.1-beta-patch-1
2025-11-09 22:12:13 +08:00
Minoricew
2b9d1c97c5 [⚠ Emg Fix] Issue #47
1. [/] 将所有 JS 中的 Magic numbers 更新到最新 SSA 的对应值, 从而解决异常
2. [?] 非常不要脸地 bump 了一个 version
2025-11-07 22:14:04 +08:00
Minoricew
abd5a10d24 [🔄 Chore] Impl #40 2025-09-02 22:50:15 +08:00
Minoricew
c857f00771 [🔄 Chore] 我还没死 (不是 2025-07-24 21:27:05 +08:00
Minorice
6b64481e2e [🔁 Chore] Update README for more project-related info
1. [+] 添加 AIGC 声明
2. [+] 添加贡献准则
3. [+] 添加鸣谢板块
2025-06-30 20:32:29 +08:00
Minoricew
fb01b27d1d [🔄 Chore] Add workflow file for HugoAura-Install JSON upd 2025-06-29 14:27:43 +08:00
Minoricew
585f1713a9 [🔁 Chore] Update SSA ver in README && Add declaration for Aikari 2025-06-23 23:50:38 +08:00
Minoricew
2ff4a28b70 [🛠️ Fix] Issue #32 & #33
1. [/] 为 Revive 元素添加了自定义事件触发, 从而正确处理 Remount 发生时的情况
2. [/] 为 Input 元素添加了正确的 onSubmit 事件处理
2025-06-22 22:26:44 +08:00
Minoricew
d5b4c4b61e [🔄 Chore] Update bugReport issue template 2025-06-21 19:52:22 +08:00
Minoricew
774d999752 [🛠 Fix] Fix issue #29 & #30
1. [/] 改进 PLS 状态同步逻辑
2. [/] 使用 classList 改变元素样式状态, 而非直接赋值 className, 从而避免 #29
2025-06-21 19:20:01 +08:00
CreeperAWA
ae2e2ff62d [🔁 Chore] update issue template to use fenced code blocks for logs 2025-06-21 18:23:00 +08:00
Minoricew
b8f27d9f7c [ Feat / 🛠️ Fix] Auto hide desktopAssistant & Fix #26
1. [/] 修改了 Header Icon 的隐藏方式, 尝试修复 #26
2. [+] 现在可以隐藏管家助手 (桌面右下角小窗) 了
3. [⇡] Bump version to v0.1.1-beta
v0.1.1-beta
2025-06-20 00:45:11 +08:00
Minoricew
807ac913da [🤯 Refactor] Use standalone window for WebSocket connections
1. [-] 删除了对于 desktopAssistant 的 Hook 逻辑
2. [/] 现在不再使用 desktopAssistant 保活 WS 连接, 而是用一个单独的不可见窗口处理 WS (#25)
2025-06-17 18:14:58 +08:00
Minoricew
f6a30351fd [🛠️ Fix] Change the logic of determining isEncConfig
1. [/] 修正了识别配置文件加密状态时的逻辑错误
2025-06-17 00:50:54 +08:00
Minoricew
0494394fd8 [🛠️ Fix] Emergency fix for invalid config read logic
1. [/] 紧急修复了上个 commit 中引入的错误路径获取逻辑
2025-06-17 00:16:43 +08:00
Minoricew
6be31652f9 [🛠️ Fix] 不好意思脑子抽了 2025-06-16 21:41:07 +08:00
Minoricew
a638a29cc6 [🛠️ Fix] Invalid log dir path (#24) & Remove PLS trust token
1. [-] 删除了 PLS 的 Trust token 认证机制
2. [+] 现在可以在 `偏好设置` - `调试选项` 中直接打开日志文件夹了
3. [/] 日志目录不再使用 `%USERPROFILE%\Documents\HugoAura\logs` 为基准, 而是从注册表获取值
4. [/] 配置文件目录同理, 旧版配置文件将会自动迁移到新位置
2025-06-16 21:32:15 +08:00
Minoricew
dae0f033a5 [🔁 Chore] Add forum links into README & issue template 2025-06-16 01:02:40 +08:00
Minoricew
bd2f2e4154 [ Feat] Add AppBar buttons pos customize options
1. [+] 允许用户自定义应用栏上操作类按钮的位置
2025-06-14 18:44:34 +08:00
Minoricew
290cbfed53 [🔁 Chore] Auto upload release for workflow 2025-06-14 17:01:51 +08:00
Minoricew
9a2a335742 [ Feat] {#21} Add AppBar window oper icons
1. [+] {#21} 增加了应用栏 (顶栏) 上的窗口操作按钮
2. [-] 删掉了几个调试时留下的 console.debug
2025-06-14 16:07:10 +08:00
Minoricew
e63c989d88 [🚧 Fix] Infrastructure logic errors
1. [/] 修复了 Header Icon 默认样式为 Hidden, 导致 UI Loader 尝试 Revive 后 Header Icon 消失的异常。
2. [/] 修正了一个 PLS 连接逻辑错误 (未正确处理更新 `installed` 参数的时机)。
3. [/] 修正了冰点上报拦截预览视图中, 未正确判断状态码导致的异常。
v0.1.1-pre-IV-patch-3
2025-06-13 22:26:36 +08:00
Minoricew
70ffa3f581 [ Feat] <Settings UI> Support custom access methods
1. [/] 修复了 PLS 下载时, 目录未递归创建导致的 ENOENT 错误。
2. [+] 现在可以通过多种方式访问 Aura 设置 UI 了, 更多详细信息, 请参见 #18。
3. [↑] 优化了 Tooltip 的渲染逻辑。
2025-06-13 16:24:10 +08:00
Minoricew
c0249693a8 [🚧 Fix] <Settings> Invalid (outdated) tip msg in pref/aura
1. [-] 删除了来自旧版本的 Tip (现在配置文件已经可以手动启 / 禁用加密了)
2025-06-13 12:12:46 +08:00
Minoricew
ca5d94ebd8 [🚧 Fix] <PLS & FS> Improve PLS download logic & UX
1. [+] 增加了 PLS 下载操作的取消功能
2. [/] 修复了 FS IPC 中 `downloadFile` 时, 过早地从 downloadTasks 中删除任务的逻辑错误。
3. [↑] 改进了 PLS IPC 中 `handlePLSDownload` 获取版本信息时的逻辑, 现在该函数会从全局 API 信息中逐个尝试 API 域名。减少了极端网络环境下, 版本信息获取失败的可能性。
4. [/] 修复了下载失败后, 下载按钮依然保持灰显的问题。
5. [+] 为 PLS 下载增加了进度条显示。
6. [/] 优化了 `plsConnectionManager` 中一些不必要的 IPC 状态同步 (有些时候还会导致逻辑错误)。
v0.1.1-pre-IV-patch-2
2025-06-13 11:49:22 +08:00
Minoricew
a9d3772b51 [Fix] <PLS> More verbose logging & Change API domain 2025-06-12 20:30:13 +08:00
Minoricew
9e63a9374f [Feat] Log file auto cleanup (#15) & Improve logger experience
Co-authored-by: TianMiao <tianmiao.work@foxmail.com>
2025-06-11 17:59:57 +08:00
Minoricew
c3a70ece88 [Fix] IPC plsStats not sync 2025-06-11 17:29:28 +08:00
Minoricew
54df7011c0 [Fix] Page crash when plsRules === null v0.1.1-pre-IV 2025-06-11 01:10:44 +08:00
Minoricew
423142d785 [Fix] Minor UX tweaks: freezeOverride components 2025-06-11 00:35:49 +08:00
Minoricew
a639ae0ac6 [Feat] Refactor UI loader & Add freeze report override 2025-06-10 00:28:53 +08:00
Minoricew
ed29f1b86f [Feat] Download PLS from API 2025-06-09 18:02:11 +08:00
Minoricew
8ab55bc93c [Feat] Further PLS ctrl & childProc perf improvements 2025-06-07 23:51:54 +08:00
Minoricew
50bde49414 [Chore] Create auto pack workflow 2025-06-06 19:07:49 +08:00
Minoricew
7b7254f1bb [Chore] Add Repobeats analytics img 2025-06-06 17:57:32 +08:00
Minoricew
6da8348b41 [Feat] Basic PLS lifecycle mgmt v0.1.1-pre-III 2025-06-06 02:05:43 +08:00
Minoricew
839afa79e8 [Chore] Update README 2025-06-05 00:42:13 +08:00
Minoricew
7c8d3d4fbc [Feat] New settings passwd UX & Config enc support 2025-06-05 00:35:50 +08:00
Minoricew
fbc5cf1f57 [Feat] Screen Lock overrides & Move Aura Settings to pref page v0.1.1-pre-II 2025-06-03 02:11:39 +08:00
Minoricew
a86d13431b [Feat] Settings UI Auth (#3) & Prepare for v0.1.1-rel v0.1.1-pre-I 2025-06-02 00:23:00 +08:00
Minoricew
1320f5397a [Chore] Minor README update 2025-05-28 18:50:07 +08:00
Minoricew
fece9a8805 [Chore] Add Issue templates 2025-05-26 00:00:58 +08:00
Minoricew
12f1040884 [Feat] Early support for PLS & Use JSDoc (Partially) 2025-05-25 22:43:01 +08:00
Minoricew
502da5ba9a [Chore] Upload kad.bat v0.1.0-beta 2025-04-19 00:22:47 +08:00
Minoricew
7edf6ec364 [Feat] Bump version to 0.1.0-beta && 1st rel 2025-04-18 19:25:01 +08:00
Minoricew
d976184e42 [Init] First production version 2024-11-28 01:52:27 +08:00
Minoricew
fd0eb0c0c4 2024-11-28 01:51:28 +08:00