File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 <color type =" primary" scheme_preference =" dark" >#26a269</color >
4949 </branding >
5050 <releases >
51+ <release version =" 3.14.0" date =" 2026-02-07" >
52+ <description translate =" no" >
53+ <ul >
54+ <li >Added the ability to export the results as a markdown table</li >
55+ <li >Added the ability to disable hash functions</li >
56+ <li >Updated translations</li >
57+ </ul >
58+ </description >
59+ </release >
5160 <release version =" 3.13.0" date =" 2026-01-19" >
5261 <description translate =" no" >
5362 <ul >
Original file line number Diff line number Diff line change 11name : collision
2- version : 3.13 .0
2+ version : 3.14 .0
33
44authors :
55 - GeopJr <evan@geopjr.dev>
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ module Collision
258258 # IF the file is smaller than the size below.
259259 # We want to avoid loading a huge file in
260260 # memory but also avoid false-positives.
261- MAX_COMPARE_READ_SIZE = 10000 # in bytes
261+ MAX_COMPARE_READ_SIZE = 1000 # in bytes
262262
263263 def comparefile = (file : Gio ::File )
264264 Collision ::LOGGER .debug { " Begin comparing tool" }
You can’t perform that action at this time.
0 commit comments