mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
chore(release): 1.22.0
This commit is contained in:
parent
83ba607228
commit
001035c96e
2 changed files with 22 additions and 1 deletions
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -2,6 +2,27 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [1.22.0](https://framagit.org/les/gancio/compare/v1.21.0...v1.22.0) (2025-01-20)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add Finnish locale ([0e05b52](https://framagit.org/les/gancio/commit/0e05b5262e5cf0f351d96fcec4aff08520540ea6))
|
||||||
|
* add new locale தமிழ், Tamil ([0bf9beb](https://framagit.org/les/gancio/commit/0bf9bebe3ebae22f8cd318c1184f2f85d8090e18))
|
||||||
|
* refactor location representation in AP ([e0325d5](https://framagit.org/les/gancio/commit/e0325d5145ef7adcfab0653cb35853a4b1ccb1e3))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* a more inclusive Dockerfile, ref [#497](https://framagit.org/les/gancio/issues/497) ([83ba607](https://framagit.org/les/gancio/commit/83ba607228e40e3a6dac1a22e29e100e89aac906))
|
||||||
|
* avoid link if disabled ([6a64f41](https://framagit.org/les/gancio/commit/6a64f4145ad70ceadd4962b285f546cdff53119f))
|
||||||
|
* display resources from fediverse in chronological order, fix [#483](https://framagit.org/les/gancio/issues/483) ([6026f5b](https://framagit.org/les/gancio/commit/6026f5b1ca4c186946ad29da529fa6b363ca9677))
|
||||||
|
* do not verify AP /inbox POST for wrong actor ([642baba](https://framagit.org/les/gancio/commit/642babad94461497c705072a8f701a76c326e524))
|
||||||
|
* minor on collection filters, [#482](https://framagit.org/les/gancio/issues/482) ([4753ae0](https://framagit.org/les/gancio/commit/4753ae01f9c1af0ffd649939e0ddc644f22fb9df))
|
||||||
|
* notify all admins for registration confirmation, fix [#498](https://framagit.org/les/gancio/issues/498) ([40f1f91](https://framagit.org/les/gancio/commit/40f1f9193773bab42928d451505b9f69d2646caf))
|
||||||
|
* redirect to homepage when coming from fediverse, fix [#478](https://framagit.org/les/gancio/issues/478) ([5f0728e](https://framagit.org/les/gancio/commit/5f0728eb3e9c129f80c733049b5de4c0ef39c978))
|
||||||
|
* seo complaining about missing lang html attribute ([d615b1c](https://framagit.org/les/gancio/commit/d615b1c5375001e525d9bddd225104e8d2f2be1f))
|
||||||
|
|
||||||
## [1.21.0](https://framagit.org/les/gancio/compare/v1.20.0...v1.21.0) (2024-11-30)
|
## [1.21.0](https://framagit.org/les/gancio/compare/v1.20.0...v1.21.0) (2024-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "1.21.0",
|
"version": "1.22.0",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue