Skip to content

Commit bf75638

Browse files
committed
v0.1.0
1 parent 7010fcf commit bf75638

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## v0.1.0
4+
5+
- Initial release with support for the following features:
6+
- local font file unified diff of OpenType table data dumped from the font binaries in the TTX data serialization format
7+
- ANSI escape code colored diff renders with the `-c` or `--color` command line options
8+
- Custom version of the third party Python standard library `difflib` module that includes a modification of the "autojunk" heuristics approach to achieve a significant unified diff performance improvement with large text files like those that are encountered in the typical TTX dump from fonts
9+
310
## v0.0.1
411

5-
- PyPI reservation
12+
- pre-release version that did not include executable source code

lib/fdiff/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
version = __version__ = "0.1.0.dev0"
4+
version = __version__ = "0.1.0"

0 commit comments

Comments
 (0)