diff --git a/Config/config.md b/Config/config.md new file mode 100644 index 0000000..0460c87 --- /dev/null +++ b/Config/config.md @@ -0,0 +1,22 @@ +# 1.1.0 +- change to web browser instead of terminal + +# 1.0.5 +- add searching +- create common_ui.py file for reusable functions + +# 1.0.4 +- add analyst notebook + - add IP + - add Domain + - add notes + - add programs +- add about section + - add start.me + - add website + +# 1.0.3 +- highlight, unmark and color marked sections +- add emojis to main page +- simplify code to help with backend + diff --git a/Config/config.py b/Config/config.py new file mode 100644 index 0000000..2a3eb2f --- /dev/null +++ b/Config/config.py @@ -0,0 +1 @@ +VERSION = "1.1.0"