From 0840f4d0719657193b182de6d1a1d5d47c97ebf6 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 16 Oct 2024 14:09:37 +0200 Subject: [PATCH] Create 0.3.3.md --- website/docs/changelog/0.3.3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 website/docs/changelog/0.3.3.md diff --git a/website/docs/changelog/0.3.3.md b/website/docs/changelog/0.3.3.md new file mode 100644 index 00000000..b34a42bb --- /dev/null +++ b/website/docs/changelog/0.3.3.md @@ -0,0 +1,13 @@ +# 0.3.3 + +Not yet released. + +### 🚀 New features + + +### 🐛 Bug fixes +- Fixed bug with leftover row in 'OpenPanel > Applications' when application is deleted from the interface. + +### 💅 Polish +- Default port 3000 is now removed from 'OpenPanel > Applications > New' form. +- `pm2 save` is now run automatically after removing NodeJS/Python applications from 'OpenPanel > Applications'.