# Proxmark3 v4.14831 Released

> Adds Apple Enhanced Contactless Polling and MagSafe detection, a new `hf gallagher` command, KS X 6924 T-money support, smartcard ATR fingerprinting, and readline autocomplete in the client.

_2022-01-11_

This is the "Frostbit" release of the Iceman fork of the Proxmark3 firmware and client. It focuses on new Apple wireless polling support, fresh card commands, smartcard fingerprinting, and quality-of-life improvements to the interactive client.

## Highlights
- Added Enhanced Contactless Polling (ECP) to the `hf 14a reader` and `hf 14a raw` commands, with `trace list -t 14a` now annotating ECP frames, so you can observe Apple VAS and access transactions.
- Added Apple MagSafe polling that iterates WUPA variants 7a/7b/7c/7d, making it possible to detect and interact with MagSafe accessories.
- New `hf gallagher` command with Gallagher encode and decode helpers for working with that access control format.
- Added KS X 6924 support for reading South Korea's T-money transit cards, including the initialize-card function.
- Added readline autocomplete for client commands so you can tab-complete Proxmark3 commands while still keeping shell filename completion.
- Smartcard ATR fingerprinting: `smart info` and `smart reader` now identify cards via a bundled ATR list (based on Ludovic Rousseau's list), and a contactless ATR lookup is available in the project.
- New `dankarmulti` standalone mode that can bundle several standalone modes into one and switch between them on the device.
- Added `hf mf acl` to decode and print MIFARE Classic access conditions, plus a warning when invalid ACLs are detected.
- Fixed `hf mf dump`, `auto`, and `csave` so MIFARE Classic JSON dumps store the real ATQA and SAK, and improved `hf 14a info` to detect different FUDAN chip types.

## Contributors
This release landed thanks to [@iceman1001](https://github.com/iceman1001), [@doegox](https://github.com/doegox), [@DarkMatterMatt](https://github.com/DarkMatterMatt), [@startrk1995](https://github.com/startrk1995), [@merlokk](https://github.com/merlokk), [@zabszk](https://github.com/zabszk), [@pieterg](https://github.com/pieterg), [@joswr1ght](https://github.com/joswr1ght), [@dankar](https://github.com/dankar), [@craftbyte](https://github.com/craftbyte), and others.

Read the [full changelog and downloads on GitHub](https://github.com/RfidResearchGroup/proxmark3/releases/tag/v4.14831).
