This commit is contained in:
cupcakearmy 2022-05-15 12:13:03 +02:00
parent df9c60c29e
commit 53c7c9d9e2
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
4 changed files with 8 additions and 5 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.5.1] - 2022-05-15
### Fixed
- Remove double note content
## [1.5.0] - 2022-05-14
### Added

2
backend/Cargo.lock generated
View File

@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "cryptgeon"
version = "1.5.0"
version = "1.5.1"
dependencies = [
"actix-files",
"actix-web",

View File

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

View File

@ -41,9 +41,6 @@
<p class="error-text">{@html $t('show.warning_will_not_see_again')}</p>
{#if note.meta.type === 'text'}
<div class="note">
{note.contents}
</div>
<div class="note">
{@html contentWithLinks(note.contents)}
</div>