Commit Graph

20 Commits

Author SHA1 Message Date
ema c64885485d Make all Plugin classes sealed
Changed all Plugin classes and PluginManager to be sealed, preventing further inheritance. This improves code safety and clarifies the intended usage of these classes.
2026-01-08 01:06:37 +08:00
ema a6210e177b Update copyright year to 2026 2026-01-06 02:24:42 +08:00
ema 67538cf319 Add support for .ddeb Debian debug symbol packages
Extended the plugin to recognize and handle .ddeb files (Debian Debug Symbol Packages) alongside .deb files. Updated SUPPORTED_FORMATS.md and relevant code sections to treat .ddeb files similarly to .deb files.
2026-01-04 23:07:56 +08:00
ema 12046220c1 Add support for Android App Bundle (.aab) files
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-27 07:30:10 +08:00
ema 3fff4c1b2b Add Android API level mapping and improve APK info 2025-06-25 02:17:12 +08:00
ema f3c08d5b76 Display supported ABIs in APK info panel 2025-06-25 01:58:32 +08:00
ema a60fafdd38 Support .rpm 2025-06-22 04:12:46 +08:00
ema 21af7ad7ff Prepare support .rpm
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled
2025-06-18 00:54:30 +08:00
ema 01faaa7ce0 Support .AppImage 2025-06-17 23:35:15 +08:00
ema c9fa5ff43b Support .dmg
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-15 07:04:00 +08:00
ema 5bc7fecdcf Improve App/PE titlebar UI/UX
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-04 17:37:22 +08:00
ema efe28423e9 Support .deb 2025-06-04 16:42:38 +08:00
ema 3bd1239457 Restruct AppViewer codes 2025-06-04 15:13:43 +08:00
ema 376ed30dc5 Improve GroupBox UI/UX 2025-06-04 10:45:41 +08:00
ema cc1e126101 Support .hap and .hap.1
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-06-03 07:55:06 +08:00
ema fdb602b9ed Support .ipa 2025-06-01 12:37:02 +08:00
ema 00829ec21b Support .apk and .apk.1
MSBuild / build (push) Waiting to run
MSBuild / publish (push) Blocked by required conditions
2025-05-31 17:30:35 +08:00
ema 53d76cb0f8 Support .wgt and .wgtu 2025-05-31 13:10:34 +08:00
ema 8a5d640572 Support .appx and .msix 2025-05-31 12:16:31 +08:00
ema 86e7803cd7 New AppViewer plugin for .msi 2025-05-24 15:03:54 +08:00