From 74e87bd80ebd2aee356af5a4119fcd94172032b2 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Mon, 3 Jun 2024 22:52:26 -0400 Subject: [PATCH] chore: v0.1.9 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4606f7..69e6815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 0.1.9 (June 2, 2024) +- Switch to Monaco editor with proper HuJSON and YAML syntax highlighting. +- Utilize magic DNS hostnames for the machine overview page. +- Fixed the expiry issue once and for all. +- Add a nightly build with the `ghcr.io/tale/headplane:edge` tag + ### 0.1.8 (June 2, 2024) - Built basic functionality for the machine overview page (by machine ID). - Possibly fixed an issue where expiry disabled machines' timestamps weren't handled correctly.