ITADN

版本发布 8

v2.2.1
? · 2025-01-07

## What's Changed * euicc: added support for multiple AIDs by @Root-Core in https://github.com/estkme-group/lpac/pull/181 ## New Contributors * @Root-Core made their first contribution in https://github.com/estkme-group/lpac/pull/181 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.2.0...v2.2.1

v2.2.0
? · 2025-01-03

## What's Changed * fix: ensure "no conversion" result is checked correctly by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/146 * refactor: optimize getopt() usage by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/147 * fix: convert data type of ctx->aid by @damonto in https://github.com/estkme-group/lpac/pull/148 * fix: initialize reason_buf_len in es10b_cancel_session_r by @damonto in https://github.com/estkme-group/lpac/pull/154 * Expose es10x max segment size as an option in euicc_ctx by @PeterCxy in https://github.com/estkme-group/lpac/pull/160 * docs: Document parameters for 'notification remove' by @z3ntu in https://github.com/estkme-group/lpac/pull/162 * driver/apdu/at: fix conditional compile by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/165 * driver: apdu: add MBIM backend by @fransklaver in https://github.com/estkme-group/lpac/pull/166 * ensure correct cmake script argument by @fransklaver in https://github.com/estkme-group/lpac/pull/169 * Export libeuicc all symbols by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/152 * chore: enable LTO by default and add w/o LTO CI for debug by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/177 * chore: fixed github actions system by @septs in https://github.com/estkme-group/lpac/pull/178 * fix: only apply --export-all-symbol on Windows by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/176 * Update LINUX-DIST.md with debianization link by @danielg4 in https://github.com/estkme-group/lpac/pull/150 ## New Contributors * @fransklaver made their first contribution in https://github.com/estkme-group/lpac/pull/166 * @danielg4 made their first contribution in https://github.com/estkme-group/lpac/pull/150 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.1.0...v2.2.0

v2.1.0
? · 2024-08-19

## What's Changed * chore: move rlpa-server to independent repo by @septs in https://github.com/estkme-group/lpac/pull/122 * refactor: bash scripts by @septs in https://github.com/estkme-group/lpac/pull/123 * docs: Add link to lpa-gtk UI for lpac by @z3ntu in https://github.com/estkme-group/lpac/pull/125 * driver: apdu: add QMI backend by @robimarko in https://github.com/estkme-group/lpac/pull/131 * chore(driver): set pcsc and curl as default drivers. by @damonto in https://github.com/estkme-group/lpac/pull/137 * chore(driver): improve memory management in at driver by @damonto in https://github.com/estkme-group/lpac/pull/140 * docs: Add parameters for 'notification process' by @z3ntu in https://github.com/estkme-group/lpac/pull/144 ## New Contributors * @robimarko made their first contribution in https://github.com/estkme-group/lpac/pull/131 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.0.2...v2.1.0

v2.0.2
? · 2024-06-16

## What's Changed * Fix Unicode characters not handled correctly on Windows platform by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/74 * feat: add profile download activation code parsing by @septs in https://github.com/estkme-group/lpac/pull/72 * chore: split document to multi-parts and document environment variables by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/79 * feat: add detail to progress event by @septs in https://github.com/estkme-group/lpac/pull/78 * fix: use CMAKE_INSTALL_FULL_* to get absolute path by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/80 * chore: declare standard version supported by lpac by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/81 * chore: rename documents directory to docs by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/83 * docs: add more 3rd-party based on lpac program by @septs in https://github.com/estkme-group/lpac/pull/84 * fix: typo (`transction_id` -> `transaction_id`) by @septs in https://github.com/estkme-group/lpac/pull/85 * docs: upgrade ASN.1 definitions to SGP.22 v2.2.2 by @septs in https://github.com/estkme-group/lpac/pull/87 * feat: es9p error message fallback by @septs in https://github.com/estkme-group/lpac/pull/86 * feat: batch handling notification {process,remove} by @septs in https://github.com/estkme-group/lpac/pull/82 * chore: add editorconfig by @septs in https://github.com/estkme-group/lpac/pull/89 * fix: typo by @septs in https://github.com/estkme-group/lpac/pull/90 * Add license to artifacts and src by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/93 * profile: fix error message for delete function by @blocktrron in https://github.com/estkme-group/lpac/pull/95 * Add QMI-over-QRTR APDU backend for running on Qualcomm SoCs by @z3ntu in https://github.com/estkme-group/lpac/pull/70 * driver: qmi_qrtr: Allow selecting SIM slot using environment variable by @z3ntu in https://github.com/estkme-group/lpac/pull/97 * Fix incorrect variable name in documentation by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/103 * chore(cpack): fix libc name on Debian by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/107 * docs: fix typo by @septs in https://github.com/estkme-group/lpac/pull/115 * docs: add linux dist by @septs in https://github.com/estkme-group/lpac/pull/116 * docs: add aur hint by @septs in https://github.com/estkme-group/lpac/pull/117 * build.sh dependency fix by @AndySchroder in https://github.com/estkme-group/lpac/pull/110 * refactor: build script by @septs in https://github.com/estkme-group/lpac/pull/119 * chore: disable fail-fast and better artifacts naming in action by @BeRealQueally in https://github.com/estkme-group/lpac/pull/121 ## New Contributors * @blocktrron made their first contribution in https://github.com/estkme-group/lpac/pull/95 * @z3ntu made their first contribution in https://github.com/estkme-group/lpac/pull/70 * @AndySchroder made their first contribution in https://github.com/estkme-group/lpac/pull/110 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.0.1...v2.0.2

v2.0.2
? · 2024-06-16

## What's Changed * Fix Unicode characters not handled correctly on Windows platform by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/74 * feat: add profile download activation code parsing by @septs in https://github.com/estkme-group/lpac/pull/72 * chore: split document to multi-parts and document environment variables by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/79 * feat: add detail to progress event by @septs in https://github.com/estkme-group/lpac/pull/78 * fix: use CMAKE_INSTALL_FULL_* to get absolute path by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/80 * chore: declare standard version supported by lpac by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/81 * chore: rename documents directory to docs by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/83 * docs: add more 3rd-party based on lpac program by @septs in https://github.com/estkme-group/lpac/pull/84 * fix: typo (`transction_id` -> `transaction_id`) by @septs in https://github.com/estkme-group/lpac/pull/85 * docs: upgrade ASN.1 definitions to SGP.22 v2.2.2 by @septs in https://github.com/estkme-group/lpac/pull/87 * feat: es9p error message fallback by @septs in https://github.com/estkme-group/lpac/pull/86 * feat: batch handling notification {process,remove} by @septs in https://github.com/estkme-group/lpac/pull/82 * chore: add editorconfig by @septs in https://github.com/estkme-group/lpac/pull/89 * fix: typo by @septs in https://github.com/estkme-group/lpac/pull/90 * Add license to artifacts and src by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/93 * profile: fix error message for delete function by @blocktrron in https://github.com/estkme-group/lpac/pull/95 * Add QMI-over-QRTR APDU backend for running on Qualcomm SoCs by @z3ntu in https://github.com/estkme-group/lpac/pull/70 * driver: qmi_qrtr: Allow selecting SIM slot using environment variable by @z3ntu in https://github.com/estkme-group/lpac/pull/97 * Fix incorrect variable name in documentation by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/103 * chore(cpack): fix libc name on Debian by @CoelacanthusHex in https://github.com/estkme-group/lpac/pull/107 * docs: fix typo by @septs in https://github.com/estkme-group/lpac/pull/115 * docs: add linux dist by @septs in https://github.com/estkme-group/lpac/pull/116 * docs: add aur hint by @septs in https://github.com/estkme-group/lpac/pull/117 * build.sh dependency fix by @AndySchroder in https://github.com/estkme-group/lpac/pull/110 * refactor: build script by @septs in https://github.com/estkme-group/lpac/pull/119 * chore: disable fail-fast and better artifacts naming in action by @BeRealQueally in https://github.com/estkme-group/lpac/pull/121 ## New Contributors * @blocktrron made their first contribution in https://github.com/estkme-group/lpac/pull/95 * @z3ntu made their first contribution in https://github.com/estkme-group/lpac/pull/70 * @AndySchroder made their first contribution in https://github.com/estkme-group/lpac/pull/110 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.0.1...v2.0.2

v2.0.1
? · 2024-04-26

## What's Changed * feat: add ES10b#GetRAT Support by @septs in https://github.com/estkme-group/lpac/pull/63 * fix: chip info bus error by @septs in https://github.com/estkme-group/lpac/pull/66 * docs: improve readme file by @septs in https://github.com/estkme-group/lpac/pull/67 * chore: resolve warning on macOS build by @septs in https://github.com/estkme-group/lpac/pull/68 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.0.0...v2.0.1

v2.0.0
? · 2024-03-25

## What's Changed * feat: add WoA Release by @creamlike1024 in https://github.com/estkme-group/lpac/pull/40 * Add GBinder backend for HIDL-based libhybris devices by @PeterCxy in https://github.com/estkme-group/lpac/pull/42 * Add `-r` option to `notification process` by @XIAZY in https://github.com/estkme-group/lpac/pull/43 * Build checks in gh actions by @septs in https://github.com/estkme-group/lpac/pull/48 * fix: typo error by @septs in https://github.com/estkme-group/lpac/pull/47 * rename build variant (`build.sh build` -> `build.sh linux`) by @septs in https://github.com/estkme-group/lpac/pull/49 * improve build.sh by @septs in https://github.com/estkme-group/lpac/pull/52 * add version applet by @septs in https://github.com/estkme-group/lpac/pull/53 * fix version applet by @septs in https://github.com/estkme-group/lpac/pull/54 * add message fallback by @septs in https://github.com/estkme-group/lpac/pull/55 * feat: Allow libeuicc to be installed as a dynamic library by @PeterCxy in https://github.com/estkme-group/lpac/pull/57 * Fix buffer not flushing immediately on Windows platform by @ShiinaSekiu in https://github.com/estkme-group/lpac/pull/58 * Move drivers into `libeuicc-drivers.so` by @PeterCxy in https://github.com/estkme-group/lpac/pull/59 * driver: Fix pkg-config dependency list generation by @PeterCxy in https://github.com/estkme-group/lpac/pull/61 ## New Contributors * @XIAZY made their first contribution in https://github.com/estkme-group/lpac/pull/43 * @ShiinaSekiu made their first contribution in https://github.com/estkme-group/lpac/pull/58 **Full Changelog**: https://github.com/estkme-group/lpac/compare/v1.0.1...v2.0.0

v2.0.0-beta.1预发布
? · 2024-03-22

**Full Changelog**: https://github.com/estkme-group/lpac/compare/v2.0.0-beta...v2.0.0-beta.1