diff --git a/README.md b/README.md
index 1555df04..a49f5047 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,37 @@ Updates to `neowofetch` begins with the emoji 🖼️
### Unpublished 1.3.1
* 🌈 Add finsexual flag (#12)
-* 🖼️ Fixed shellcheck warnings in `neowofetch`
+
+
+ 🖼️ Meta Changes
+
+* Meta - Fixed shellcheck warnings in `neowofetch`
+* Meta - Moved shellcheck from travis to GitHub Actions
+* Meta - Created a script to automatically generate distro list
+
+
+
+
+ 🖼️ Distro/OS Support Changes
+
+* Distro - Update Ubuntu logo ([dylanaraps#2125](https://github.com/dylanaraps/neofetch/pull/2125))
+* Distro - Add Exodia OS Predator ([dylanaraps#2174](https://github.com/dylanaraps/neofetch/pull/2174))
+
+
+
+
+ 🖼️ Device Support Changes
+
+* Host - Identify iMac, Mac mini, Mac Pro Models ([dylanaraps#1944](https://github.com/dylanaraps/neofetch/pull/1944))
+
+
+
+
+ 🖼️ Bug Fixes
+
+* Bug Fix - Fix prepended `=` for kitty ([dylanaraps#2116](https://github.com/dylanaraps/neofetch/pull/2116))
+
+
### 1.3.0
diff --git a/tools/list_unresolved.py b/tools/list_unresolved.py
index 207bfbef..19e4c9b0 100755
--- a/tools/list_unresolved.py
+++ b/tools/list_unresolved.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
import shlex
from pathlib import Path
from subprocess import check_output