From 3e8a21a1e928a286a1f3143bc8671a1fa57d6317 Mon Sep 17 00:00:00 2001 From: dokutan <54861821+dokutan@users.noreply.github.com> Date: Thu, 14 May 2020 21:50:45 +0200 Subject: [PATCH] New version number --- TODO.md | 19 ++----------------- makefile | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/TODO.md b/TODO.md index 83ddd27..126f1b8 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +1,2 @@ -- [x] add support for reading macros from --read output - - [x] update documentation -- [x] add file option to -D and -R -- [x] read settings → memory -- [x] print settings ← memory -- [x] read scrollspeed? not supported by the official software/firmware -- [ ] unify makefile -- [x] check setters and getters - - [x] add getter for macros -- [x] test and fix macro decoding - - [x] read_settings - - [x] read_and_print_settings - - [x] print_settings (works when set with set_macro) - - [x] get_macro (works when set with set_macro) - - decoding works, reading not, now fixed - - boundary detection in read part 2 is broken, now fixed -- [ ] release 2.0 +- [ ] Improve build method + - [ ] Installation on all supported platforms diff --git a/makefile b/makefile index 952f804..b35e786 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ CC_OPTIONS := -Wall -Wextra -O2 `pkg-config --cflags libusb-1.0` LIBS != pkg-config --libs libusb-1.0 # version string -VERSION_STRING = "1.6" +VERSION_STRING = "2.0" # compile build: constructor.o data.o getters.o helpers.o load_config.o setters.o writers.o readers.o mouse_m908.o