Skip to content

Commit 2832e8c

Browse files
committed
release 6.0.0
1 parent d711cba commit 2832e8c

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.0]
4+
5+
- When booting CommaFeed for the first time, the default "admin" account is no longer created automatically. A setup wizard will guide you through the creation of an admin account
6+
- Default password complexity requirements have been lowered for local network deployments, where strict password rules are often unnecessary. The `commafeed.users.strict-password-policy` setting has been replaced by `commafeed.users.minimum-password-length` with a default value of `4` (#1916)
7+
- Email addresses are no longer required when creating users and when they update their profile. The `commafeed.users.email-address-required` setting has been added to restore the previous behavior (#1914)
8+
- Java 25+ is now required to build and run CommaFeed
9+
310
## [5.12.1]
411

512
- The favicon is now crispier (#1978)

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ meaning that you will have to log back in after each restart of the application.
120120
All other Quarkus settings can be found [here](https://quarkus.io/guides/all-config).
121121

122122
When started, the server will listen on http://localhost:8082.
123-
The default user is `admin` and the default password is `admin`.
124123

125124
### Updates
126125

commafeed-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>5.12.1</version>
9+
<version>6.0.0</version>
1010
</parent>
1111
<artifactId>commafeed-client</artifactId>
1212
<name>CommaFeed Client</name>

commafeed-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.commafeed</groupId>
88
<artifactId>commafeed</artifactId>
9-
<version>5.12.1</version>
9+
<version>6.0.0</version>
1010
</parent>
1111
<artifactId>commafeed-server</artifactId>
1212
<name>CommaFeed Server</name>
@@ -359,7 +359,7 @@
359359
<dependency>
360360
<groupId>com.commafeed</groupId>
361361
<artifactId>commafeed-client</artifactId>
362-
<version>5.12.1</version>
362+
<version>6.0.0</version>
363363
</dependency>
364364

365365
<!-- compile-time processors -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.commafeed</groupId>
77
<artifactId>commafeed</artifactId>
8-
<version>5.12.1</version>
8+
<version>6.0.0</version>
99
<name>CommaFeed</name>
1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)