RPM, Changelog
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user