From 483cc7204c47d6dca1a6412455567ad3414fdc39 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Sat, 22 Feb 2025 14:13:01 +0100 Subject: [PATCH] Add missing CHANGELOG.md from branch interfacer_release --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f1250e7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Revision history for Borepin + +## 0.3.11 -- 2023-03-17 +Final INTERFACER Release + +### Features +* improved API +* create and bind SmartCards to users +* improved UI +* brand and template UI with theme file + +### Updates +* create DES-Fire Cards with FabFire-Protocol +* identify machines with NTAG +* unlock machines with electric locks +* search for users +* bind and unbind FabFire-Card to users +* reconnect to server if connection is lost +* autoconnect to server on client start +* improved feedback for users if client lost connection + +## 0.3.5 -- 2022-07-12 +Beta INTERFACER Release