Skip to content

Commit 2745c5d

Browse files
authored
feat: 3.14.0 (#246)
1 parent 7dca1aa commit 2745c5d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

data/dev.geopjr.Collision.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
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>

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: collision
2-
version: 3.13.0
2+
version: 3.14.0
33

44
authors:
55
- GeopJr <evan@geopjr.dev>

src/collision/window.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" }

0 commit comments

Comments
 (0)