diff --git a/CHANGELOG.md b/CHANGELOG.md index a391db7..ee76f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ -# v.0.3.0 (Release Candidate 1) +# v.0.3.0 (2025-02-28) ## 🚀 Features - Swagger Documentation +- RPM Image ## 🐛 Bugfixes - Bugfix on search page for Band datasets -# v.0.2.0 (Beta) +# v.0.2.0 (2024-12-05) ## 🚀 Features - Adding "Test Environment" banner in the bottom right corner - License handling system @@ -24,8 +25,7 @@ - More server stability - Bugfix file manager in Electron application - -# v.0.1.0 (Alpha) +# v.0.1.0 (2024-11-21) ## 🚀 Features - Frontend - VueJS frontend framework with Vuetify UI library diff --git a/electron-builder.json b/electron-builder.json index e2c4a00..99b0e56 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -19,7 +19,7 @@ "icon": "public/logo-small.png" }, "linux": { - "target": ["deb"], + "target": ["deb", "rpm"], "maintainer": "Tobias Zoghaib", "icon": "public/logo-small.png", "category": "Education" @@ -35,6 +35,9 @@ "!release", "!src", "!dist", - "!out" + "!out", + "!misc", + "!database.sqlite", + "!node_modules" ] }