We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fb19a commit 290e9eeCopy full SHA for 290e9ee
data/dev.geopjr.Collision.metainfo.xml.in
@@ -38,6 +38,17 @@
38
</screenshot>
39
</screenshots>
40
<releases>
41
+ <release version="3.4.0" date="2023-01-06">
42
+ <description>
43
+ <ul>
44
+ <li>Added keyboard shortcuts</li>
45
+ <li>Added ability to search for hashes in file content</li>
46
+ <li>Fixed hash format performance (regex => IO)</li>
47
+ <li>Fixed title alignment on narrow window in certain languages</li>
48
+ <li>Updated translations</li>
49
+ </ul>
50
+ </description>
51
+ </release>
52
<release version="3.3.1" date="2022-11-24">
53
<description>
54
<ul>
shard.yml
@@ -1,5 +1,5 @@
1
name: collision
2
-version: 3.3.1
+version: 3.4.0
3
4
authors:
5
- GeopJr <[email protected]>
0 commit comments