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
|
## 🚀 Features
|
||||||
- Swagger Documentation
|
- Swagger Documentation
|
||||||
|
- RPM Image
|
||||||
|
|
||||||
## 🐛 Bugfixes
|
## 🐛 Bugfixes
|
||||||
- Bugfix on search page for Band datasets
|
- Bugfix on search page for Band datasets
|
||||||
|
|
||||||
# v.0.2.0 (Beta)
|
# v.0.2.0 (2024-12-05)
|
||||||
## 🚀 Features
|
## 🚀 Features
|
||||||
- Adding "Test Environment" banner in the bottom right corner
|
- Adding "Test Environment" banner in the bottom right corner
|
||||||
- License handling system
|
- License handling system
|
||||||
@@ -24,8 +25,7 @@
|
|||||||
- More server stability
|
- More server stability
|
||||||
- Bugfix file manager in Electron application
|
- Bugfix file manager in Electron application
|
||||||
|
|
||||||
|
# v.0.1.0 (2024-11-21)
|
||||||
# v.0.1.0 (Alpha)
|
|
||||||
## 🚀 Features
|
## 🚀 Features
|
||||||
- Frontend
|
- Frontend
|
||||||
- VueJS frontend framework with Vuetify UI library
|
- VueJS frontend framework with Vuetify UI library
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"icon": "public/logo-small.png"
|
"icon": "public/logo-small.png"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"target": ["deb"],
|
"target": ["deb", "rpm"],
|
||||||
"maintainer": "Tobias Zoghaib",
|
"maintainer": "Tobias Zoghaib",
|
||||||
"icon": "public/logo-small.png",
|
"icon": "public/logo-small.png",
|
||||||
"category": "Education"
|
"category": "Education"
|
||||||
@@ -35,6 +35,9 @@
|
|||||||
"!release",
|
"!release",
|
||||||
"!src",
|
"!src",
|
||||||
"!dist",
|
"!dist",
|
||||||
"!out"
|
"!out",
|
||||||
|
"!misc",
|
||||||
|
"!database.sqlite",
|
||||||
|
"!node_modules"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user