Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Release version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerhardt committed Feb 1, 2019
1 parent 2d18933 commit ebd75e8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 2.7
Features:
* Users can now delete their own account through the settings panel.
* Admins can now delete any account or session through the settings panel.

Improvements:
* CSV Export: A settings panel has been added. Semicolon and tab can be used
as separator. An Excel-specific header can be added to improve compatibilty.
* The ability to set custom icons for authentication services via backend
configuration has been restored.
* Export/import functionality is no longer disabled for iOS.

Bug fixes:
* The flip animation for flashcards has been disabled to fix rendering issues in
some browsers.
* CSV export now works for flashcards.
* Cloning of sessions from the public pool has been fixed.

Known issues:
* CSV import is not supported for flashcards.

**This version is brought to you by:**
Project management: Klaus Quibeldey-Cirkel
Lead programming: Daniel Gerhardt, Tom "tekay" Käsler
Sponsoring: [AG QLS](https://www.thm.de/site/en/hochschule/service/ag-qls.html),
[HMWK](https://wissenschaft.hessen.de/wissenschaft/it-neue-medien/kompetenznetz-e-learning-hessen)


## 2.6.1
Improvements:
* The web font is now included so modern browsers should no longer fall back to
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.thm.arsnova</groupId>
<artifactId>arsnova-mobile</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>war</packaging>
<name>ARSnova Mobile</name>

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=de.thm.arsnova:arsnova-mobile
sonar.projectName=arsnova-mobile
sonar.projectVersion=2.7-SNAPSHOT
sonar.projectVersion=2.7

# Comma-separated paths to directories with sources (required)
sonar.sources=src/main/webapp/app
Expand Down

0 comments on commit ebd75e8

Please sign in to comment.