We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a59018 commit bb8dcd4Copy full SHA for bb8dcd4
2 files changed
Changelog.md
@@ -1,6 +1,21 @@
1
CodecGraph Changelog
2
==================
3
4
+#### v1.5
5
+- Create decimal codec dump (previously removed)
6
+- Add legend
7
+- Add codec info
8
+- Export as PNG
9
+
10
+#### v1.4
11
+- Create GUI
12
13
+#### v1.3
14
+- Updated installing Graphviz instructions
15
+- Fixed the license
16
+- Fixed crash when the codec dump file path contains spaces
17
+- Updated the main script to Python3
18
19
#### V1.2
20
- Updated installing Graphviz instructions
21
- Fixed the license
Codec-Graph.py
@@ -36,7 +36,7 @@
36
import tkinter.messagebox
37
from tkinter import filedialog
38
39
-Version = "V1.4"
+Version = "V1.5"
40
ALL_NODES = False
41
outputname = "codecdump"
42
outputfilename = outputname + ".png"
0 commit comments