diff --git a/_publications/2023-10-18-Portmaster-v1.5.md b/_publications/2023-10-18-Portmaster-v1.5.md
new file mode 100644
index 0000000..d06a12c
--- /dev/null
+++ b/_publications/2023-10-18-Portmaster-v1.5.md
@@ -0,0 +1,61 @@
+---
+# possible values: blog video podcast
+category: blog
+layout:   blog
+title: "Portmaster v1.5"
+date: 2023-10-18
+author: Raphael
+summary: Data In and Data Out, and Who Is Doing the Sending. 
+custom_thumbnail_name: release_1.5
+portmaster_plug: true
+portmaster_update: true
+---
+
+### Bandwidth Data, Now in Even More Places!
+
+Get a better understanding of which connection is eating up your bandwidth and block it. 
+We added more graphs displaying the amount of data sent and received by each application and connection.
+Check some of them out in the screen-shots below.
+
+Bandwidth in and out for a single connection:
+
+<img src="{{ site.img_url }}blog/release-1.5/PerConnection.png" alt="Bandwidth in and out for a single connection" style="margin: 0;">
+
+Want to see your data live? Download now and [subscribe today](https://safing.io/pricing/).
+
+<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px;">
+  <div class="flex items-center" style="margin-left: -19px;">
+    <div class="flex items-center">
+      <span class="block">Portmaster:</span>
+      <img src="{{ site.img_shields_io_release_url }}" style="filter: invert(1); width: 80px; height: 38px; margin-left: -8px;">
+    </div>
+  </div>
+</div>
+<div class="flex space-x-2 max-w-max mx-auto" style="margin-top: 10px; margin-bottom: 4rem;">
+  <div class="flex items-center" style="margin-left: -19px;">
+    <div class="flex items-center">
+      {% include download_button.html unique_id="1" %}
+    </div>
+  </div>
+</div>
+
+### Per Application
+
+Bandwidth in and out for a whole application:
+
+<img src="{{ site.img_url }}blog/release-1.5/PerAppScreen.png" alt="Bandwidth in and out for a whole application" style="margin: 0;">
+
+Total bandwidth in and out sorted either the most data sent or received:
+
+<img src="{{ site.img_url }}blog/release-1.5/PerAppSideDash.png" alt="Bandwidth in and out summed up for all applications" style="margin: 0;">
+
+### For the Whole System
+
+Combined system bandwidth, located on the Dashboard:
+
+<img src="{{ site.img_url }}blog/release-1.5/PerSystemDashboard.png" alt="Bandwidth in and out for the whole system" style="margin: 0;">
+
+
+### Other Changes
+
+The complete list of technical changes can always be found in [Portmaster's GitHub Releases](https://github.com/safing/portmaster/releases).
diff --git a/assets/img/blog/release-1.5/PerAppScreen.png b/assets/img/blog/release-1.5/PerAppScreen.png
new file mode 100644
index 0000000..45b220f
Binary files /dev/null and b/assets/img/blog/release-1.5/PerAppScreen.png differ
diff --git a/assets/img/blog/release-1.5/PerAppSideDash.png b/assets/img/blog/release-1.5/PerAppSideDash.png
new file mode 100644
index 0000000..9736aeb
Binary files /dev/null and b/assets/img/blog/release-1.5/PerAppSideDash.png differ
diff --git a/assets/img/blog/release-1.5/PerConnection.png b/assets/img/blog/release-1.5/PerConnection.png
new file mode 100644
index 0000000..75fd9be
Binary files /dev/null and b/assets/img/blog/release-1.5/PerConnection.png differ
diff --git a/assets/img/blog/release-1.5/PerSystemDashboard.png b/assets/img/blog/release-1.5/PerSystemDashboard.png
new file mode 100644
index 0000000..81b146b
Binary files /dev/null and b/assets/img/blog/release-1.5/PerSystemDashboard.png differ
diff --git a/assets/img/thumbnails/blog/release_1.5.png b/assets/img/thumbnails/blog/release_1.5.png
new file mode 100644
index 0000000..3721667
Binary files /dev/null and b/assets/img/thumbnails/blog/release_1.5.png differ