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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgerhardt committed Apr 3, 2017
1 parent 8716031 commit ab246de
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 2.5
Major features:
* Evaluation of free text answers
* The flashcards UI has been overhauled. They are now handled separately from
questions.
* Question duplication and import from other sessions

Minor features and changes:
* The number of comments is now shown in presentation mode
* New use case including only comments
* Export of answer statistics to CSV format
* Export of questions to arsnova.click format
* Export/import of flashcards to/from arsnova.cards format
* Proxy support for WebSocket connections
* Reduced the amount of API requests sent
* Usability improvements and bug fixes

With this release we have completely overhauled our [documentation](README.md).
Additionally, we now provide
[Docker images](https://github.com/thm-projects/arsnova-docker/).

**This version is brought to you by:**
Project management: Klaus Quibeldey-Cirkel
Lead programming: Andreas Gärtner, Daniel Gerhardt, Tom "tekay" Käsler
Contributions: Robin Drangmeister, Daniel "dhx" Haag, Dennis Schönhof
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.4.5
Bug fixes:
* Fixed button visibility problems in Chrome 57+.
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.5.0-SNAPSHOT</version>
<version>2.5.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.5-SNAPSHOT
sonar.projectVersion=2.5

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

0 comments on commit ab246de

Please sign in to comment.