Skip to content

Commit bb8dcd4

Browse files
committed
Bumb verson
1 parent 7a59018 commit bb8dcd4

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CodecGraph Changelog
22
==================
33

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+
419
#### V1.2
520
- Updated installing Graphviz instructions
621
- Fixed the license

Codec-Graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import tkinter.messagebox
3737
from tkinter import filedialog
3838

39-
Version = "V1.4"
39+
Version = "V1.5"
4040
ALL_NODES = False
4141
outputname = "codecdump"
4242
outputfilename = outputname + ".png"

0 commit comments

Comments
 (0)