This repository was archived by the owner on Oct 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.7
4+ Features:
5+ * Users can now delete their own account through the settings panel.
6+ * Admins can now delete any account or session through the settings panel.
7+
8+ Improvements:
9+ * CSV Export: A settings panel has been added. Semicolon and tab can be used
10+ as separator. An Excel-specific header can be added to improve compatibilty.
11+ * The ability to set custom icons for authentication services via backend
12+ configuration has been restored.
13+ * Export/import functionality is no longer disabled for iOS.
14+
15+ Bug fixes:
16+ * The flip animation for flashcards has been disabled to fix rendering issues in
17+ some browsers.
18+ * CSV export now works for flashcards.
19+ * Cloning of sessions from the public pool has been fixed.
20+
21+ Known issues:
22+ * CSV import is not supported for flashcards.
23+
24+ ** This version is brought to you by:**
25+ Project management: Klaus Quibeldey-Cirkel
26+ Lead programming: Daniel Gerhardt, Tom "tekay" Käsler
27+ Sponsoring: [ AG QLS] ( https://www.thm.de/site/en/hochschule/service/ag-qls.html ) ,
28+ [ HMWK] ( https://wissenschaft.hessen.de/wissenschaft/it-neue-medien/kompetenznetz-e-learning-hessen )
29+
30+
331## 2.6.1
432Improvements:
533* The web font is now included so modern browsers should no longer fall back to
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >de.thm.arsnova</groupId >
55 <artifactId >arsnova-mobile</artifactId >
6- <version >2.7.0-SNAPSHOT </version >
6+ <version >2.7.0</version >
77 <packaging >war</packaging >
88 <name >ARSnova Mobile</name >
99
Original file line number Diff line number Diff line change 11# Required metadata
22sonar.projectKey =de.thm.arsnova:arsnova-mobile
33sonar.projectName =arsnova-mobile
4- sonar.projectVersion =2.7-SNAPSHOT
4+ sonar.projectVersion =2.7
55
66# Comma-separated paths to directories with sources (required)
77sonar.sources =src/main/webapp/app
You can’t perform that action at this time.
0 commit comments