aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--project.conf7
2 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 53e1cc2..2d3873e 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,6 @@ until all subtitles have been downloaded and loaded.
Add grid-view when thumbnails are visible.\
Add scrollbar.\
Add option to scale image to window size.\
-The search should wait until there are search results before clearing the search field and selecting the search suggestion.\
Somehow deal with youtube banning ip when searching too often.\
Optimize shadow rendering for items (Right now they fill too much space that is behind items). It should also be a blurry shadow.\
When continuing to read manga from a different page from the first and there is no cache for the chapter,
@@ -78,4 +77,5 @@ For image boards, track (You)'s and show notification when somebody replies to y
In image boards when viewing videos, automatically play the next one after the current one has finished playing (just like the youtube plugin does).\
When viewing images the image download start from page 1 to the end page. The image download should start from the viewing page.\
Go to next chapter when reaching the end of the chapter in image endless mode.\
-Some text is not visible on 4chan, such as code blocks. \ No newline at end of file
+Some text is not visible on 4chan, such as code blocks.\
+Show indication when search is in progress (or when something is loading). Some sites such as youtube and mangadex are slow at searching.\ \ No newline at end of file
diff --git a/project.conf b/project.conf
index fb21e5d..04ed905 100644
--- a/project.conf
+++ b/project.conf
@@ -9,7 +9,6 @@ version = "c++17"
[dependencies]
sfml-graphics = "2"
-x11 = "1.6.5"
-jsoncpp = "1.5"
-cppcodec-1 = "0.1"
-tidy = "5" \ No newline at end of file
+x11 = "1"
+jsoncpp = "1"
+cppcodec-1 = "0"