mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
new release
This commit is contained in:
parent
614c9a8c15
commit
473494417b
25
CHANGELOG.md
25
CHANGELOG.md
@ -4,8 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d
|
||||
|
||||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
|
||||
#### [2.5.1](https://github.com/gradido/gradido/compare/2.3.1...2.5.1)
|
||||
#### [2.5.2](https://github.com/gradido/gradido/compare/2.3.1...2.5.2)
|
||||
|
||||
- refactor(other): use biome instead of eslint [`#3472`](https://github.com/gradido/gradido/pull/3472)
|
||||
- fix(frontend): set explicit page size for admin and moderator user on information page [`#3474`](https://github.com/gradido/gradido/pull/3474)
|
||||
- fix(backend): humhub sync on edge cases [`#3471`](https://github.com/gradido/gradido/pull/3471)
|
||||
- fix(frontend): community messsages reload [`#3476`](https://github.com/gradido/gradido/pull/3476)
|
||||
- refactor(frontend): show skeleton only as long as needed [`#3477`](https://github.com/gradido/gradido/pull/3477)
|
||||
- refactor(database): faster db version check [`#3473`](https://github.com/gradido/gradido/pull/3473)
|
||||
- feat(frontend): humhub project auto register for legacy user [`#3469`](https://github.com/gradido/gradido/pull/3469)
|
||||
- fix(backend): humhub username case with initails and empty alias [`#3470`](https://github.com/gradido/gradido/pull/3470)
|
||||
- feat(frontend): gms improvements [`#3468`](https://github.com/gradido/gradido/pull/3468)
|
||||
- feat(other): x-com tx per link concept [`#3464`](https://github.com/gradido/gradido/pull/3464)
|
||||
- fix(frontend): update texte, fix minor bugs in new overview [`#3463`](https://github.com/gradido/gradido/pull/3463)
|
||||
- fix(admin): update field key according to changed graphlq request [`#3462`](https://github.com/gradido/gradido/pull/3462)
|
||||
- refactor(admin): admin contribution list [`#3460`](https://github.com/gradido/gradido/pull/3460)
|
||||
- fix(admin): date formatting, hashtag copy filter, no-select [`#3461`](https://github.com/gradido/gradido/pull/3461)
|
||||
- feat(backend): 3347 modify overview page with humhub- and usersearch-card [`#3451`](https://github.com/gradido/gradido/pull/3451)
|
||||
- feat(admin): add ai chat [`#3456`](https://github.com/gradido/gradido/pull/3456)
|
||||
- feat(backend): upgrade typescript [`#3458`](https://github.com/gradido/gradido/pull/3458)
|
||||
- build(other): increase nodejs version in deployment [`#3457`](https://github.com/gradido/gradido/pull/3457)
|
||||
- feat(frontend): use gear instead fingerprint icon, replace svg icon [`#3454`](https://github.com/gradido/gradido/pull/3454)
|
||||
- fix(frontend): auth style on mobile menu like in desktop [`#3453`](https://github.com/gradido/gradido/pull/3453)
|
||||
- feat(admin): optimize contribution list for ai usage [`#3452`](https://github.com/gradido/gradido/pull/3452)
|
||||
- chore(release): v2.5.1 beta [`#3455`](https://github.com/gradido/gradido/pull/3455)
|
||||
- feat(frontend): project branding and login forwarding to circle [`#3443`](https://github.com/gradido/gradido/pull/3443)
|
||||
- refactor(frontend): contribution form refactor [`#3442`](https://github.com/gradido/gradido/pull/3442)
|
||||
- feat(backend): correct user data transfer to gms [`#3433`](https://github.com/gradido/gradido/pull/3433)
|
||||
- feat(backend): switch marker colors of community location and user location [`#3445`](https://github.com/gradido/gradido/pull/3445)
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "Administration Interface for Gradido",
|
||||
"main": "index.js",
|
||||
"author": "Moriz Wahl",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"start": "node run/server.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-backend",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido unified backend providing an API-Service for Gradido Transactions",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/backend",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-database",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido Database Tool to execute database migrations",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/database",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-dht-node",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido dht-node module",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-dlt-connector",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido DLT-Connector",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido-federation",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido federation module providing Gradido-Hub-Federation and versioned API for inter community communication",
|
||||
"main": "src/index.ts",
|
||||
"repository": "https://github.com/gradido/gradido/federation",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bootstrap-vue-gradido-wallet",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node run/server.js",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gradido",
|
||||
"version": "2.5.1",
|
||||
"version": "2.5.2",
|
||||
"description": "Gradido",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:gradido/gradido.git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user