Elysia
6154d75fa6
feat: add app launching functionality and update related components
2026-01-31 18:21:16 +08:00
Elysia
39e40ff946
feat: enhance application type definitions and improve app management logic
2026-01-31 17:48:06 +08:00
Elysia
3221cb6d5e
refactor: standardize app property names and improve TypeScript definitions
...
- Updated property names in AppCard.vue, AppDetailModal.vue, AppGrid.vue, and other components to use camelCase for consistency.
- Enhanced TypeScript definitions for props and emits in various components to improve type safety.
- Refactored download status handling in processInstall.ts to align with updated App interface.
- Improved error handling and type definitions in DownloadDetail.vue and related components.
- Added optional properties and refined existing interfaces in typedefinition.ts for better clarity and usability.
2026-01-31 17:16:02 +08:00
Elysia
f89b9ebfd9
feat: update application icons and implement tray functionality
2026-01-31 16:37:51 +08:00
Elysia
0ed7f64a21
fix: deep link handling at electron startup
2026-01-31 16:07:15 +08:00
Elysia
3fe37f2773
build: add architecture to artifact name
2026-01-31 10:47:15 +08:00
Elysia
354eea3626
fix(build): add bash shell to build release files
2026-01-31 10:46:37 +08:00
Elysia
3a4a116a7c
refactor(ci): replace inline conditionals with if-else in build.yml
2026-01-31 10:42:54 +08:00
Elysia
b185b40161
build: add arm64 architecture support
2026-01-31 10:40:11 +08:00
Elysia
5b09dfb3d9
feat(preload): expose architecture detection to renderer process
...
add multiarch support
2026-01-31 10:26:52 +08:00
Elysia
698c0b5420
docs: add UninstallConfirmModal.vue to README structure
2026-01-31 09:58:23 +08:00
Elysia
61790a8588
feat: 更新模态框样式,添加最大高度限制
2026-01-31 09:55:25 +08:00
Elysia
327ee5400e
feat: 更新版本号至 1.0.3-beta.0
2026-01-31 01:08:09 +08:00
Elysia
588eaf9746
feat: 更新本地应用列表,区分依赖和用户安装的包
2026-01-31 01:07:05 +08:00
Elysia
4ce097bae0
feat: 更新安装按钮状态反馈,添加安装队列提示
2026-01-31 00:59:23 +08:00
Elysia
97997182bc
fix: 修复卸载请求中的应用名称查找逻辑
...
更新下载详情组件样式以支持自定义滚动条
2026-01-31 00:53:40 +08:00
Elysia
b4ef653299
fix: 修复确认卸载界面应用名称显示
2026-01-31 00:17:07 +08:00
Elysia
b9325db8b0
feat: 添加卸载确认模态框,支持卸载进度显示
2026-01-31 00:01:32 +08:00
Elysia
9d92bac6cc
refactor: 更新应用详情模态框样式,添加自定义滚动条
...
更新README文档,添加安装/卸载时UI提示的待办事项
2026-01-30 23:48:47 +08:00
Elysia
eaa28686a3
perf: 移除模态框背景模糊效果
...
动态模糊背景太吃资源了,遂移除
2026-01-30 23:04:53 +08:00
Elysia
150c57038d
refactor: 更新构建配置,添加对发布事件的支持;更新依赖项以确保兼容性
2026-01-30 22:27:48 +08:00
Elysia
a517d03da8
refactor: 更新README文档,修复URL Scheme协议支持的状态;修改深度链接处理逻辑以优化用户体验
2026-01-30 22:16:01 +08:00
Elysia
de1fe65045
refactor: 添加深度链接处理程序以支持更新、安装和已安装事件
2026-01-30 21:54:51 +08:00
Elysia
fff4a4bd22
refactor: 更新README文档,添加动画性能问题的待办事项;修改安装管理器以使用完整路径查找pkexec命令;删除未使用的下载管理模拟方法
2026-01-30 21:39:50 +08:00
Elysia
681780f712
refactor: 修改开发工具打开模式为分离,优化调试体验;更新ThemeToggle组件样式;删除不再使用的IPC和Node示例代码
2026-01-30 21:31:13 +08:00
Elysia
569cc87994
refactor: 优化AppDetailModal组件的布局和样式,增强可用性
2026-01-30 21:22:01 +08:00
Elysia
2625d24668
refactor: enhance UI components with improved styling and transitions
...
- Updated DownloadQueue.vue to use Tailwind CSS for styling and added transition effects for better user experience.
- Refactored InstalledAppsModal.vue to improve layout and responsiveness, incorporating Tailwind CSS styles.
- Enhanced ScreenPreview.vue with transitions and improved button styles for navigation.
- Revamped ThemeToggle.vue to provide a more modern toggle button design with accessibility features.
- Updated TopActions.vue to use Tailwind CSS for buttons and layout adjustments.
- Refined UpdateAppsModal.vue with a cleaner layout, improved button styles, and better handling of loading states.
2026-01-30 21:02:31 +08:00
Elysia
0002c2f9e1
chore: prepare to change to tailwindcss
2026-01-30 19:53:46 +08:00
dependabot[bot]
5f89436106
Bump vite-plugin-electron from 0.28.8 to 0.29.0 ( #1 )
...
Bumps [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron ) from 0.28.8 to 0.29.0.
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases )
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG.md )
- [Commits](https://github.com/electron-vite/vite-plugin-electron/compare/v0.28.8...v0.29.0 )
---
updated-dependencies:
- dependency-name: vite-plugin-electron
dependency-version: 0.29.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-29 09:07:49 +08:00
dependabot[bot]
d61c7cc5e5
Bump vue-tsc from 2.2.12 to 3.2.2 ( #2 )
...
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc ) from 2.2.12 to 3.2.2.
- [Release notes](https://github.com/vuejs/language-tools/releases )
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vuejs/language-tools/commits/v3.2.2/packages/tsc )
---
updated-dependencies:
- dependency-name: vue-tsc
dependency-version: 3.2.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 23:46:54 +08:00
Elysia
51ee4019d9
fix: 更新vite版本至6.4.1
2026-01-28 23:44:54 +08:00
Yinan Qin
7162f8dd56
Merge pull request #4 from elysia-best/dependabot/npm_and_yarn/electron-40.0.0
...
Bump electron from 29.4.6 to 40.0.0
2026-01-28 23:25:31 +08:00
dependabot[bot]
75f67e4236
Bump electron from 29.4.6 to 40.0.0
...
Bumps [electron](https://github.com/electron/electron ) from 29.4.6 to 40.0.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Commits](https://github.com/electron/electron/compare/v29.4.6...v40.0.0 )
---
updated-dependencies:
- dependency-name: electron
dependency-version: 40.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-28 15:23:11 +00:00
Elysia
c2f66321a8
chore: add more todo
2026-01-28 23:22:32 +08:00
Elysia
e62f4c0336
bump: 更新版本号至1.0.1
2026-01-28 23:20:32 +08:00
Elysia
402ba1fb00
feat: 更新TODO列表,添加应用更新和显示已安装应用功能
2026-01-28 23:20:13 +08:00
Elysia
0c2ec65dca
refactor(install-manager): 更新可升级软件包列表命令路径
2026-01-28 23:19:15 +08:00
Elysia
f7eedcd4fd
fix: 将依赖项'apm'更改为'amber-package-manager'
2026-01-28 22:50:57 +08:00
Elysia
f15fb28d80
feat: 统一安装和卸载脚本以支持PolicyKit权限配置
...
rpm应该能通用这两个脚本
2026-01-28 22:41:00 +08:00
Elysia
d529dd6e5e
refactor(install-manager): update apm execution path to shell-caller.sh
2026-01-28 22:26:37 +08:00
Elysia
071aa36fb4
feat: 添加PolicyKit权限配置和安装/卸载脚本
2026-01-28 22:10:03 +08:00
Elysia
185b4984c6
feat: 更新窗口标题和尺寸,优化按钮样式
2026-01-28 20:59:25 +08:00
Elysia
38a4d4512f
feat: 添加electron-builder.yml配置文件并更新构建脚本
2026-01-28 20:33:12 +08:00
Elysia
9ee8339577
fix: 更新上传工件路径以支持不同包类型
2026-01-28 19:54:55 +08:00
Elysia
847bcc7885
feat: 添加deb和rpm包的依赖项配置
2026-01-28 19:54:17 +08:00
Elysia
bc2f79114c
fix: 更新构建依赖,添加构建工具支持
2026-01-28 19:25:50 +08:00
Elysia
f8f163e3b8
fix: 更新构建依赖,添加python3支持
2026-01-28 19:23:05 +08:00
Elysia
1c791cd3c8
fix: 更新构建依赖,移除不必要的包并优化安装命令
2026-01-28 19:21:16 +08:00
Elysia
640e0bd69d
feat: 添加对deb和rpm包的构建支持,更新构建依赖和版本信息
2026-01-28 19:18:45 +08:00
Elysia
4b49424105
fix: 更新应用图标格式为ICNS,优化安装管理器命令执行
2026-01-28 18:38:52 +08:00