mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
🔖(minor) bump release version 0.19.0
Added - ✨(backend) manage reconciliation requests for user accounts - ✨(backend) add recursive folder export as ZIP archive - ✨(frontend) add folder export action - ✨(backend) background conversion of legacy Office files - ✨(backend) allow grist file upload - ✨(frontend) add CTA on public link for anonymous and authenticated users Changed - 🐛(backend) replace VersionId by Etag for WOPI - 🐛(backend) sanitize slash in template-created filenames Removed - 🔥(backend) drop deprecated numchild columns from item
This commit is contained in:
+5
-5
@@ -8,6 +8,8 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.19.0] - 2026-06-09
|
||||
|
||||
### Added
|
||||
|
||||
- ✨(backend) manage reconciliation requests for user accounts
|
||||
@@ -15,6 +17,7 @@ and this project adheres to
|
||||
- ✨(frontend) add folder export action
|
||||
- ✨(backend) background conversion of legacy Office files
|
||||
- ✨(backend) allow grist file upload
|
||||
- ✨(frontend) add CTA on public link for anonymous and authenticated users
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -25,10 +28,6 @@ and this project adheres to
|
||||
|
||||
- 🔥(backend) drop deprecated numchild columns from item
|
||||
|
||||
### Added
|
||||
|
||||
- ✨(frontend) add CTA on public link for anonymous and authenticated users
|
||||
|
||||
## [v0.18.0] - 2026-05-04
|
||||
|
||||
### Added
|
||||
@@ -453,7 +452,8 @@ and this project adheres to
|
||||
- 🌐(front) add english translation for rename modal
|
||||
- 🐛(global) fix wrong Content-Type on specific s3 implementations
|
||||
|
||||
[unreleased]: https://github.com/suitenumerique/drive/compare/v0.18.0...main
|
||||
[unreleased]: https://github.com/suitenumerique/drive/compare/v0.19.0...main
|
||||
[v0.19.0]: https://github.com/suitenumerique/drive/releases/v0.19.0
|
||||
[v0.18.0]: https://github.com/suitenumerique/drive/releases/v0.18.0
|
||||
[v0.17.0]: https://github.com/suitenumerique/drive/releases/v0.17.0
|
||||
[v0.16.0]: https://github.com/suitenumerique/drive/releases/v0.16.0
|
||||
|
||||
@@ -7,7 +7,7 @@ build-backend = "uv_build"
|
||||
|
||||
[project]
|
||||
name = "drive"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
authors = [{ "name" = "DINUM", "email" = "dev@mail.numerique.gouv.fr" }]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Generated
+1
-1
@@ -658,7 +658,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "drive"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "boto3" },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "drive",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "main",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: drive
|
||||
version: 0.18.0
|
||||
version: 0.19.0
|
||||
appVersion: latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 0.18.0
|
||||
- version: 0.19.0
|
||||
---
|
||||
repositories:
|
||||
- name: dev-backends
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mail_mjml",
|
||||
"version": "0.18.0",
|
||||
"version": "0.19.0",
|
||||
"description": "An util to generate html and text django's templates from mjml templates",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user