rfid/changes.txt

200 lines
7.0 KiB
Plaintext
Raw Permalink Normal View History

2016-11-14 10:58:11 +03:00
-- Add changes to unreleased tag until we make a release.
2023-12-30 02:51:11 +03:00
xxxxx , v1.4.12
30 Dec 2023, v1.4.11
- fix: documentation
2021-11-01 19:11:48 +03:00
1 Nov 2021 , v1.4.10
- fix: timeout on Non-AVR boards; feat: Use yield() in busy wait loops @greezybacon
- fix PCD problem after selftest
2021-07-31 15:18:11 +03:00
31 Jul 2021, v1.4.9
- Removed example AccessControl
- Updated docs
2020-12-30 18:54:49 +03:00
30 Dec 2020, v1.4.8
- Fixed wrong SPI clock speed.
2020-01-21 13:52:24 +03:00
2020-07-25 21:05:19 +03:00
25 Jun 2020, v1.4.7
- Fixed typos
- Moved PICC memory layout to /doc
2020-01-21 13:52:24 +03:00
21 Jan 2020, v1.4.6
2020-07-25 14:54:03 +03:00
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compatibility for old projects
2020-01-21 13:52:24 +03:00
- Updated documentation
- Removed deprecation warnings due code freeze
2019-08-03 19:59:53 +03:00
12 Jun 2019, v1.4.5
2020-07-25 14:54:03 +03:00
- Library in freeze mode, no new features, no new examples, just bugfixes to keep compatibility for old projects
- Updated README
31 Mar 2019, v1.4.4
2019-03-31 23:57:58 +03:00
- Fixed example
- Fixed UnbrickUidSector
- Updated comments
- Removed teensy from CI and PlatformIO config
2018-10-27 15:05:46 +03:00
27 Oct 2018, v1.4.3
- Added counterfeit detection and hint about bad boards
- Improved hardware based reset
2018-10-04 16:25:03 +03:00
04 Oct 2018, v1.4.2
- Fixed keywords
- Changed development status of library
2018-10-04 14:33:36 +03:00
04 Oct 2018, v1.4.1
- Replaced UINT8_MAX by UNUSED_PIN
2017-05-11 12:01:55 +03:00
- Replaced default value NULL for pointer with correct nullptr
- Added pin layout for wemos d1 mini @mmone
- Added alternative fritzing layout for mfrc522 reader @jose1711
- Added soft power control functions @Bill2462
2017-10-17 06:08:30 +03:00
- Fixed typo in example ReadAndWrite.ino @Drachenfrucht1
2017-11-07 00:31:04 +03:00
- Fixed grammar @KiddieD
- Fixed infinite loop in example AccessControl.ino @mads256c
2018-01-13 13:07:23 +03:00
- Fixed 0-index key ID equals to 0 fails in AccessControl.ino @thoaitrieu
- Changed type boolean to bool for a more common use @Rotzbua
2018-01-13 15:27:08 +03:00
- Fixed wrong var names in PICC_Select MFRC522.cpp @tuyethoa08041997
2018-01-14 15:06:00 +03:00
- Fixed hang PCD_Init() on non-arduino boards @heziegl
2018-02-25 21:29:09 +03:00
- Fixed possible infinite loop PCD_Reset() @psgreco
- And many thanks to all other contributors
2018-04-13 18:09:27 +03:00
13 Apr 2018, v1.4.0
- Replaced UINT8_MAX by UNUSED_PIN @Rotzbua
- Fixed hang PCD_Init() on non-arduino boards @heziegl
- deprecate MIFARE_SetAccessBits @Rotzbua
- IMPORTANT: v1.4.X will be last version under license "unlicense"
2017-05-22 11:40:45 +03:00
22 Mar 2017, v1.3.6
- Added deprecate and compiler warnings @Rotzbua
2017-03-26 18:00:14 +03:00
2017-04-08 13:30:12 +03:00
8 Apr 2017, v1.3.5
2020-07-25 14:54:03 +03:00
- Updated "AccessControl.ino", bugs fixed and alternate wipe button polling method without using other library @beyondszine reviewed by @omersiar
2017-04-08 13:30:12 +03:00
- Updated README notice about port for esp8266 @mmmmar
2017-04-07 11:28:58 +03:00
7 Apr 2017, v1.3.4
- Added new example "rfid_read_personal_data.ino" @ryand1011
- Updated example "rfid_write_personal_data.ino" code style to Arduino IDE @Rotzbua
2017-04-08 13:30:12 +03:00
- Removed (temp.) Teensy from travis build script because fails @Rotzbua
2017-04-07 11:28:58 +03:00
2017-03-26 18:00:14 +03:00
26 Mar 2017, v1.3.3
- Fixed bugs in MFRC522Extended, now should work with Desfire.h from JPG-Consulting @Rotzbua
- Fixed UINT8_MAX error @Rotzbua
2016-11-14 10:58:11 +03:00
2017-03-15 23:39:06 +03:00
15 Mar 2017, v1.3.2
- Added ESP8266 to library.properties
2017-03-15 02:36:37 +03:00
15 Mar 2017, v1.3.1
- Fixed compiler warning in MFRC522Extended @Rotzbua
- Removed unused function @Rotzbua
2017-03-14 00:37:11 +03:00
13 Mar 2017, v1.3.0
- Warning: Source has moved to folder src!
- Added addtional class to support ISO/IEC 14443-4 PICCs @JPG-Consulting
- Added RATS (Request for Answer To Select) @JPG-Consulting
- More information see https://github.com/miguelbalboa/rfid/pull/271 @JPG-Consulting
2017-03-13 16:23:49 +03:00
13 Mar 2017, v1.2.1
- Removed need for reset pin #275 @tkoester
- Added SPI speed option + Various minor changes #276 @tuyethoa08041997
- Updated documentation, travis build script and small code change @Rotzbua
2017-01-03 18:33:27 +03:00
3 Jan 2017, v1.2.0
- Warning: This version introduce usage of stdint.h, usage of not well defined int types are abandoned.
Interface has changed: e.g. long -> int32_t
@Rotzbua
- Removed problematic example examples/servo_motor/servo_motor.ino @omersiar
- Added examples/AccessControl/AccessControl.ino @omersiar
- Fixed minor issues reported in #211 @omersiar
- Added bad components hint to README @danielcbit
- Fixed selftest @surr
- Fixed auth problem with long UIDs @surr
2016-11-14 10:58:11 +03:00
26 Aug 2016, v1.1.9
- Warning: Only Arduino IDE version 1.6 is supported, please update your IDE to 1.6 to use this Library.
- Added ESP8266 platform support @Rotzbua
- Changed README.rst content to show more info @Rotzbua
- Minor Changes to examples/ReadUidMultiReader/ReadUidMultiReader.ino example @Rotzbua
2016-02-11 20:34:54 +03:00
11 Feb 2016, v1.1.8
- Added examples/MinimalInterrupt/MinimalInterrupt.ino example, Interrupt example @lmmeng
- Added .gitignore file allows the project to be more easily used as a subproject. @BenWiederhake
- Added Added Teensy 2.0 & Tensy++ 2.0 pinouts to README.rst @jkutianski
2016-01-19 20:55:24 +03:00
16 Jan 2016, v1.1.7
- README.rst Spelling and Grammar Tweak @cuthbertnibbles
- Added examples/servo_motor/servo_motor.ino example, Arduino RFID Access Control with a Servo Motor @techied
- Added examples/RFID-Cloner/RFID-Cloner.ino Copy from rfid cards with standard authentication @stefanblommaert
- Fix compile error at examples/RFID-Cloner/RFID-Cloner.ino, using MFRC522:::PICC_Type, @Rotzbua
2016-01-14 21:14:47 +03:00
06 Jan 2016, v1.1.6
- Fixed compilation error for examples/ReadNUID/ReadNUID.ino example. @Rotzbua
04 Jan 2016, v1.1.5
2016-01-19 20:55:24 +03:00
- Use settings functions on SPI libraries, setSPIConfig was deleted, now the library use SPI.beginTransaction() and SPI.endTransaction() @sophiekovalevsky
- Added examples/ReadNUID/ReadNUID.ino example, showing how to read new NUID from a PICC to serial. @sophiekovalevsky
2016-01-05 10:02:54 +03:00
2016-01-14 21:14:47 +03:00
03 Jan 2016, v1.1.4
- Added Authentication with Ntag 213,215,216 returns the pACK MFRC522::PCD_NTAG216_AUTH @Gargantuanman
2016-01-04 03:23:31 +03:00
- Starting to use versions http://semver.org/
- Continuous Integration @ivankravets
2016-01-04 10:43:26 +03:00
- functions return MFRC522::StatusCode and MFRC522::PICC_Type instead of generic byte @rotzbua
- removed int-values of MFRC522::StatusCode and MFRC522::PICC_Type @rotzbua
2016-01-04 03:23:31 +03:00
2016-01-14 21:14:47 +03:00
05 Dec 2015
2015-12-05 23:37:47 +03:00
- recognize infineon cards correctly @mayatforest
- added multi reader support, see example @lmmeng
2014-11-10 13:08:09 +03:00
10 Nov 2014
- Updated the changelog.
- Added makefile.
2014-11-10 13:08:09 +03:00
24 Oct 2014
- Added PlatformIO-based manifest file.
17 Jul 2014
- Written documentation for the library.
- Added rfid_default_keys example.
11 Jun 2014
- Updated example: ReadAndWrite.
14 Apr 2014
- Updated examples: DumpInfo, MifareClassicValueBlock, and ReadAndWrite.
12 Feb 2014
- Fixed resetPowerDownPin initial state.
29 Jan 2014
- Fixed chipSelectPin initial state.
30 Nov 2013
- Examples put in their own folders.
- Updated the keywords.txt file.
12 Nov 2013
- Updated examples: DumpInfo, MifareClassicValueBlock, and ReadAndWrite.
20 Oct 2013
- All constants, functions and parameters are now commented in English.
- Code refactored, most function names have changed.
2020-07-25 14:54:03 +03:00
- Support ISO-14443-3 anti collision and 4/7/10 byte UIDs (cascade levels).
2014-11-10 13:08:09 +03:00
- Added functions for MIFARE Classic Decrement/Increment/Restore/Transfer
and MIFARE Ultralight Write.
- New examples written.
19 Oct 2013
- Renamed library from RFID to MFRC522 (RFID seemed to generic).
- Register names changed to comply with datasheet.
- Global defines moved into class.
24 Sep 2013
- Turn off encryption when tag is halted.
27 Jan 2013
- Added README and small TODO list.
- Added example to show Serial on LCD display.
09 Sep 2012
- Initial commit to GitHub.