+################\r
+## 2009/04/09 ##\r
+################\r
+winsrc/gui.cpp\r
+ Changes to PaintGraph to create X axis labels that are snapped to a power of two (useful when analysing low freq tags\r
+ with cycle times that are a power of two). Also small changes to keep the X axis labels fixed within the graph window\r
+ as the width of the graph window is resized.\r
+armsrc/apps.h\r
+ New defines for FPGA commands FPGA_CMD_SET_CONFREG, FPGA_CMD_SET_DIVISOR_REG\r
+armsrc/appmain.c\r
+\r
+armsrc/fpga.c\r
+ FpgaWriteConfWord(data) is now a special case of FpgaSendCommand(FPGA_CMD_SET_CONFREG, data) to avoid changing every\r
+ source file containing FpgaWriteConfWord()\r
+fpga/fpga.v\r
+ Changes to the serial conf word, now takes a 4 bit command and 12 bit data code\r
+fpga/lo_read.v\r
+ Significant changes to lo_read, it now can be configured with a divisor value to produce a configurable drive clock\r
+ for the antenna.\r
+ Recompiled FPGA code
+
+################
+## 2009/04/09 ##
+################
+
+Initial SVN commit plus:
+ - Added indala demodulation algorithm - full documentation on https://www.lafargue.name/proxmark3/
+ - losim should also be able to simulate an indala tag after indalademod
+ - offline mode for the proxmark3 CLI: if no Proxmark is detected, it will
+ still go on, but all commands requiring USB will fail (obviously).
+ A proper implementation would require only enabling offline commands
+ in this mode.
+
+