Skip to content
Snippets Groups Projects
Commit d5645c1b authored by benkuly's avatar benkuly
Browse files

bump version

parent ca0d7c0c
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## 2.4.0
### Added
- Show online-status when searching for users - Show online-status when searching for users
- Ability to see who reacted to a message - Ability to see who reacted to a message
- Make Smoketests work on Web - Make Smoketests work on Web
...@@ -26,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -26,8 +40,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Download text and markdown files when clicking on them in the timeline - Download text and markdown files when clicking on them in the timeline
- Upgraded dependencies - Upgraded dependencies
### Deprecated
### Removed ### Removed
- Removed spaces filter as a prerequisite for grouping rooms by spaces - Removed spaces filter as a prerequisite for grouping rooms by spaces
...@@ -45,8 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -45,8 +57,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix server discovery fallback hiding server discovery errors - Fix server discovery fallback hiding server discovery errors
- Fixed scaling on mobile devices in web. - Fixed scaling on mobile devices in web.
### Security
## 2.3.7 ## 2.3.7
### Added ### Added
......
...@@ -28,7 +28,7 @@ plugins { ...@@ -28,7 +28,7 @@ plugins {
allprojects { allprojects {
group = "de.connect2x" group = "de.connect2x"
version = withVersionSuffix("2.3.8") version = withVersionSuffix("2.4.0")
repositories { repositories {
mavenCentral() mavenCentral()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment