Skip to content

Commit 53c7c9d

Browse files
committed
1.5.1
1 parent df9c60c commit 53c7c9d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1] - 2022-05-15
9+
10+
### Fixed
11+
12+
- Remove double note content
13+
814
## [1.5.0] - 2022-05-14
915

1016
### Added

backend/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptgeon"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
authors = ["cupcakearmy <[email protected]>"]
55
edition = "2021"
66

frontend/src/lib/ui/ShowNote.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141

4242
<p class="error-text">{@html $t('show.warning_will_not_see_again')}</p>
4343
{#if note.meta.type === 'text'}
44-
<div class="note">
45-
{note.contents}
46-
</div>
4744
<div class="note">
4845
{@html contentWithLinks(note.contents)}
4946
</div>

0 commit comments

Comments
 (0)