diff --git a/data/dev.geopjr.Collision.metainfo.xml.in b/data/dev.geopjr.Collision.metainfo.xml.in index e020f9f..2ba5eb0 100644 --- a/data/dev.geopjr.Collision.metainfo.xml.in +++ b/data/dev.geopjr.Collision.metainfo.xml.in @@ -48,6 +48,15 @@ #26a269 + + +
    +
  • Added the ability to export the results as a markdown table
  • +
  • Added the ability to disable hash functions
  • +
  • Updated translations
  • +
+
+
    diff --git a/shard.yml b/shard.yml index 7542f40..18646a5 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: collision -version: 3.13.0 +version: 3.14.0 authors: - GeopJr diff --git a/src/collision/window.cr b/src/collision/window.cr index 4d90a50..fc43d0d 100644 --- a/src/collision/window.cr +++ b/src/collision/window.cr @@ -258,7 +258,7 @@ module Collision # IF the file is smaller than the size below. # We want to avoid loading a huge file in # memory but also avoid false-positives. - MAX_COMPARE_READ_SIZE = 10000 # in bytes + MAX_COMPARE_READ_SIZE = 1000 # in bytes def comparefile=(file : Gio::File) Collision::LOGGER.debug { "Begin comparing tool" }