Skip to content

Commit 9578b2b

Browse files
authored
Merge pull request #106 from cupcakearmy/2.4.0
2.4.0
2 parents a2803a1 + f94e4e3 commit 9578b2b

19 files changed

Lines changed: 772 additions & 788 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.1
1+
v20.9.0

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [2.4.0] - 2023-11-01
9+
10+
### Changed
11+
12+
- Removed HTML sanitation, display the original message as string
13+
- Links are now displayed under the note in a separate section
14+
815
## [2.3.1] - 2023-06-23
916

1017
### Added

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ RUN pnpm run build
88

99

1010
# BACKEND
11-
FROM rust:1.71-alpine as backend
11+
FROM rust:1.73-alpine as backend
1212
WORKDIR /tmp
1313
RUN apk add libc-dev openssl-dev alpine-sdk
14-
# COPY ./packages/backend/Cargo.* ./
15-
# ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
16-
# RUN cargo fetch
1714
COPY ./packages/backend ./
1815
RUN cargo build --release
1916

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageManager": "pnpm@8.6.3",
2+
"packageManager": "pnpm@8.10.1",
33
"scripts": {
44
"dev:docker": "docker-compose -f docker-compose.dev.yaml up redis",
55
"dev:packages": "pnpm --parallel run dev",
@@ -13,8 +13,8 @@
1313
"build": "pnpm run --recursive --filter=!@cryptgeon/backend build"
1414
},
1515
"devDependencies": {
16-
"@playwright/test": "^1.33.0",
17-
"@types/node": "^20.1.3",
16+
"@playwright/test": "^1.39.0",
17+
"@types/node": "^20.8.10",
1818
"npm-run-all": "^4.1.5",
1919
"shelljs": "^0.8.5"
2020
}

0 commit comments

Comments
 (0)