* locale from lokalise

* version bump

* update dependencies

* show size with overhead

* use base64 instead of hex and refactor a bit

* changelog & readme

* size limit

* locale

* add sync for svelte

* refarcor create & add loading animation

* changelog
This commit is contained in:
2022-07-19 10:27:23 +02:00
committed by GitHub
parent 9590c9b567
commit a5d98b76bd
27 changed files with 518 additions and 273 deletions

2
backend/Cargo.lock generated
View File

@@ -424,7 +424,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "2.0.0"
version = "2.0.1"
dependencies = [
"actix-files",
"actix-web",

View File

@@ -1,6 +1,6 @@
[package]
name = "cryptgeon"
version = "2.0.0"
version = "2.0.1"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"