Elysia
9f50e25dc0
feat(app): add cache buster for API requests
...
close #16
2026-02-14 18:58:29 +08:00
Elysia
37673ca3e1
build(deb, rpm): add aria2 dependency
2026-02-14 18:40:19 +08:00
Elysia
832839c14f
build: bump version to 1.1.0-beta.0
2026-02-14 00:26:26 +08:00
Elysia
2eb56079cb
docs: fix typo in directory path and update date
2026-02-14 00:17:46 +08:00
Elysia
74c4eb4fbc
feat(install): add metalink download support and progress tracking
...
close #12
2026-02-14 00:16:18 +08:00
Elysia
7aeb3d5dd4
feat(theme): add system theme support
...
close #13
2026-02-13 14:49:41 +08:00
Elysia and shenmo7192
1d808b035a
refactor(app): change to sequential loading and increase timeout
...
Co-authored-by: shenmo <jifengshenmo@outlook.com >
Signed-off-by: elysia-best <a.elysia@proton.me >
2026-02-13 14:11:13 +08:00
Elysia
10808c8f3b
feat: 更新类型系统指南,添加代码检查和格式化要求
2026-02-12 20:14:12 +08:00
Elysia
d5266c6af8
feat: 更新搜索逻辑
...
现在更换app类别时将默认清空搜索。
2026-02-12 20:11:54 +08:00
Elysia
c3ae477497
feat(docs): 添加 AI 编码指导文档以概述项目架构和核心概念
2026-02-12 19:51:52 +08:00
Elysia
9a2d3a8ac1
refactor: fix typo in module path
2026-02-12 19:21:17 +08:00
Elysia
6622e70033
refactor: improve code formatting and consistency across components
...
- Updated button and span elements in ThemeToggle.vue and TopActions.vue for better readability.
- Enhanced UninstallConfirmModal.vue and UpdateAppsModal.vue with consistent indentation and spacing.
- Refactored downloadStatus.ts and storeConfig.ts for improved code clarity.
- Standardized string quotes and spacing in typedefinition.ts and processInstall.ts.
- Ensured consistent use of arrow functions and improved variable declarations throughout the codebase.
2026-02-12 18:32:41 +08:00
Elysia
e11740ad4c
feat: 添加 ESLint 配置并优化代码风格,移除未使用的功能
2026-02-12 18:31:09 +08:00
Yinan Qin and GitHub
53eb307f5c
Fix formatting in LICENSE.md and update copyright
...
Correct formatting of section headings and add copyright notice.
2026-02-04 10:46:09 +08:00
Yinan Qin and GitHub
35c192e9ee
chore: 更新.desktop 文件中文和英文名称
...
参考 https://gitee.com/amber-ce/amber-pm-store/blob/master/src/usr/share/applications/amber-pm-store.desktop
2026-02-01 11:57:52 +08:00
Yinan Qin and GitHub
98cc18dc96
Delete .github/workflows/ci.yml
2026-01-31 23:29:26 +08:00
Yinan Qin and GitHub
2dd9d1f27a
docs: Enhance SECURITY.md with bilingual support and details
...
Updated the security policy to include both English and Chinese versions, detailing supported versions and vulnerability reporting guidelines.
2026-01-31 23:19:54 +08:00
Elysia
c8709711df
bump: v1.0.4
2026-01-31 21:45:48 +08:00
Elysia
95d358fb6e
chore: 更新版本号至 1.0.4-beta.1,并为 host-spawn 添加可执行权限
2026-01-31 21:36:13 +08:00
Elysia
850b8dcd1f
feat: 添加 host-spawn 下载步骤并更新应用启动命令
2026-01-31 21:27:31 +08:00
Elysia
2f7af3ca8f
fix: 修复应用启动命令,移除交互式模式
2026-01-31 20:53:48 +08:00
Elysia
eb386ec23e
chore: 更新版本号至 1.0.4-beta.0,移除重复任务检查逻辑
2026-01-31 20:21:02 +08:00
Elysia
0d1d4e5679
feat: 添加重复任务检查,避免重复下载任务
2026-01-31 20:19:52 +08:00
Elysia
92d1573cf0
feat: 现在仅在有任务时才会到托盘
2026-01-31 20:13:05 +08:00
Elysia
eeefe5295b
feat: enhance install manager to prevent duplicate package installations and improve app launching command
2026-01-31 20:08:35 +08:00
Elysia
a4049ba30b
chore: update version to 1.0.3 and remove release event from build workflow
2026-01-31 18:33:34 +08:00
Elysia
641589f875
feat: update application name and paths to reflect new branding
2026-01-31 18:32:52 +08:00
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
Elysia
51ee4019d9
fix: 更新vite版本至6.4.1
2026-01-28 23:44:54 +08:00
Yinan Qin and GitHub
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
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
Elysia
a3d50e026a
fix: 更新应用ID和版本信息,修复许可证类型
2026-01-28 18:24:02 +08:00
Elysia
ea0261a192
feat: 添加已安装应用和可更新应用的管理功能,支持卸载和升级操作
2026-01-28 18:14:04 +08:00
Elysia
ac0dc225bc
feat(install): add app uninstall functionality
2026-01-26 00:57:15 +08:00
Elysia
d51756c124
docs: update build badge and fix indentation
2026-01-26 00:21:19 +08:00
Elysia
bf93059da1
feat(install): 实现安装管理器,支持安装、检查已安装状态和初步卸载功能
2026-01-26 00:12:01 +08:00
Elysia
bdf51a1037
feat(download): 支持重试下载功能并更新相关逻辑
2026-01-25 23:29:58 +08:00
Elysia
37c35c4519
doc(README): 添加TODO
2026-01-25 22:40:06 +08:00
Elysia
50fb1a0065
feat(install): added basis install process
...
Now it is able to install apps from the render process and properly display logs on the app detial page.
2026-01-25 22:30:39 +08:00
Elysia
22435a5e1b
docs(deeplink): add file header documentation
2026-01-18 00:46:57 +08:00
Elysia
c7b3257a2c
feat(deeplink): implement custom deep link handling and remove electron-app-universal-protocol-client
2026-01-18 00:45:25 +08:00
Elysia
a476db84ee
build: update dependencies and build configuration
2026-01-18 00:21:44 +08:00
Elysia
c342be45c2
build: 修改依赖安装步骤,移除 electron-app-universal-protocol-client 直接安装,改为通过 devDependencies 安装
2026-01-18 00:18:00 +08:00
Elysia
5fd1b75309
build(workflows): update npm install build-from-source flag
2026-01-18 00:16:09 +08:00
Elysia
f75b1681a2
build: 更新 electron-app-universal-protocol-client 到 v2.1.1,并修改安装依赖的构建选项
2026-01-18 00:12:32 +08:00
Elysia
141315f362
build: update electron-app-universal-protocol-client to v2.1.0
2026-01-18 00:09:54 +08:00
Elysia
c8965297f2
build: 更新 GitHub Actions 工作流以忽略不必要的文件并优化依赖安装
2026-01-18 00:05:59 +08:00
Elysia
184072d5d2
build(workflow): update install dependencies step
2026-01-17 23:55:17 +08:00
Elysia
8cddebf39c
build: move electron-app-universal-protocol-client to devDependencies
2026-01-17 23:48:26 +08:00
Elysia
0faf741d0b
build: update Node.js version to 20.x
2026-01-17 23:44:18 +08:00
Elysia
d8dee6e26f
ci: 更新 GitHub Actions 工作流,升级依赖版本并简化操作系统矩阵
2026-01-17 23:40:54 +08:00
Elysia
4f77ab4bc3
docs: 更新许可证徽章为 MIT
2026-01-17 23:37:35 +08:00
Elysia
428512eae8
docs: 更新 README 中的 APM Logo 显示方式
2026-01-17 23:36:53 +08:00
Elysia
d1ac6d616b
docs: update logo path in README
2026-01-17 23:35:58 +08:00
Elysia
9b17c57c5c
feat: overhaul application to APM 应用商店 with enhanced download management
...
- Removed CHANGELOG.md and electron-vite-vue.gif files.
- Updated LICENSE to reflect new copyright holder.
- Transformed README.md to reflect new project identity and features.
- Introduced DownloadQueue and DownloadDetail components for managing downloads.
- Implemented download simulation and management logic in App.vue.
- Added URL scheme handling in Electron main process.
- Integrated electron-app-universal-protocol-client for protocol handling.
- Updated package.json to include new dependencies.
2026-01-17 23:17:14 +08:00
Elysia
4dd3bd321c
更新应用程序配置,修改图标和标题,优化截图加载逻辑,移除懒加载初始化
2026-01-17 21:47:39 +08:00
Elysia
74615a5ce9
更新 AppHeader 和 AppGrid 组件以使用过滤后的应用列表
2026-01-17 21:09:06 +08:00