]> git.xolatile.top Git - soikk-DB.git/commitdiff
Updated README and fixed Layne's mistake on TODO
authorSoikk <76824648+Soikk@users.noreply.github.com>
Mon, 22 Aug 2022 15:00:04 +0000 (17:00 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Mon, 22 Aug 2022 15:00:04 +0000 (17:00 +0200)
CHANGELOG
README.md
TODO

index c5df9fe2783551ecd1d9a9e4457c7da93f36d9b5..07be71b59bd58adb42f0d537aa377b286c09cad5 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+1661180357 (Mon Aug 22 2022 16:59:17 GMT+0200 (Central European Summer Time))
+Updated README and fixed Layne's mistake on TODO
+
 1660419348 (Sat Aug 13 2022 21:35:48 GMT+0200 (Central European Summer Time))
 Updated images again.
 
index 795d6e96802d037756f047a6ff6140f2e1ac909d..93a80a1fef54f1a2b78b846f84929143d6b0eb12 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # DB
-A local tag based database made entirely in C from scratch
-Currently stores both tags and files as plaintext
-Uses a mix of AVL trees and normal arrays to work with the data
+  A local tag based database made entirely in C from scratch
+  Currently stores both tags and files as plaintext
+  Uses a mix of AVL trees and normal arrays to work with the data
 
 ## Example
 Loading and debugging|Showing and removing tags
diff --git a/TODO b/TODO
index 1ad35f6de262b90998edfe077abfab13fc0d894c..3c23af61e754419ad7ae63598a871e403be4ec35 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
 TODO   Show files with multiple tags & viceversa
 
 ----------------------------------------------------------------
+DONE   PR Merge test with Layne
+
 DONE   Get rid of old functionalities (strnatcmp, BM)
 
 DONE   Add remove tag from file function
@@ -33,6 +35,3 @@ DONE  Change DB model from struct row
 DONE   Try different hashing functions (current: crc64), e.g murmur
 
 DONE   Try to improve 'sameStr' by maybe not having to check s2[i2]
-
-DONE   PR Merge test with Layne
-