🔖(minor) release 1.3.0
Added: - ✨Add image attachments with access control - ✨(frontend) Upload image to a document - ✨(frontend) Summary - ✨(frontend) update meta title for docs page Changed: - 💄(frontend) code background darkened on editor - 🔥(frontend) hide markdown button if not text Fixed: - 🐛 Fix emoticon in pdf export - 🐛 Fix collaboration on document - 🐛 (docker) Fix compatibility with mac Removed: - 🔥(frontend) remove saving modal
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: lasuite/impress-backend
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0-preprod"
|
||||
|
||||
backend:
|
||||
migrateJobAnnotations:
|
||||
@@ -124,13 +124,13 @@ frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0-preprod"
|
||||
|
||||
yProvider:
|
||||
image:
|
||||
repository: lasuite/impress-y-provider
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0-preprod"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: lasuite/impress-backend
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0"
|
||||
|
||||
backend:
|
||||
migrateJobAnnotations:
|
||||
@@ -124,13 +124,13 @@ frontend:
|
||||
image:
|
||||
repository: lasuite/impress-frontend
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0"
|
||||
|
||||
yProvider:
|
||||
image:
|
||||
repository: lasuite/impress-y-provider
|
||||
pullPolicy: Always
|
||||
tag: "v1.2.1"
|
||||
tag: "v1.3.0"
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user