Skip to content

Commit 1c6b9f1

Browse files
committed
v0.5.0
1 parent 50bd109 commit 1c6b9f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.5.0
4+
5+
- Performance optimizations
6+
- Library: New default parallel TTX XML dump on systems that have more than one CPU, falls back to sequential execution on single CPU systems
7+
- `fdiff` executable: New `--nomp` option that overrides the default multi processor optimizations
8+
- `fdiff` executable: Added new default standard output user notification that no difference was identified when the files under evaluation are the same. This replaces no output in the standard output stream and an exit status code of zero as the indicators that there were no differences identified between the files.
9+
310
## v0.4.0
411

512
- Added support for remote font files with asynchronous I/O GET requests. This feature supports combinations of local and remote font file comparisons.

lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.5.0.dev0"
3+
version = __version__ = "0.5.0"

0 commit comments

Comments
 (0)