Skip to content

Commit b63c7ca

Browse files
bump and readme update
1 parent cac68e5 commit b63c7ca

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ In July 2023, we started populating a [Github repository](https://github.com/dan
122122

123123
## Version History
124124

125+
* 2025-09-12 v1.4.2: QoL improvements and bugfixes to console client (proper markdown for result tables in queries and force recalculation option, faster skipping for dir mode submission).
125126
* 2025-07-30 v1.4.1: Filtering for unique matches now takes precedence over scores.
126127
* 2025-06-13 v1.4.0: Changed the way how percentages for matching are calculated, now using only matchable code vs. all code as baseline. Minor IDA plugin fixes.
127128
* 2025-05-22 v1.3.22: McritCLI now supports ENV variables (`MCRIT_CLI_SERVER` and `MCRIT_CLI_APITOKEN`) and a `.env` file for setting server and apitoken - THX to @r0ny123 for the suggestion!

mcrit/config/McritConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class McritConfig(object):
1111

1212
# NOTE to self: always change this in setup.py as well!
13-
VERSION = "1.4.1"
13+
VERSION = "1.4.2"
1414
# basic pathing info
1515
CONFIG_FILE_PATH = str(os.path.abspath(__file__))
1616
PROJECT_ROOT = str(os.path.abspath(os.sep.join([CONFIG_FILE_PATH, "..", ".."])))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='mcrit',
10-
version="1.4.1",
10+
version="1.4.2",
1111
description='MCRIT is a framework created for simplified application of the MinHash algorithm to code similarity.',
1212
long_description_content_type="text/markdown",
1313
long_description=README,

0 commit comments

Comments
 (0)