Skip to content

Commit

Permalink
v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzrd149 committed Sep 2, 2024
1 parent ddf6300 commit bce81e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY ./nostrudel .
# Build
ENV VITE_COMMIT_HASH=""
ENV VITE_APP_VERSION="Start9-OS"
ENV ENABLE_CLIENT_TAG="false"
RUN yarn build

FROM nginx:stable-alpine-slim
Expand Down
22 changes: 9 additions & 13 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
id: nostrudel
title: "noStrudel"
version: 0.39.0.0
version: 0.40.0.0
release-notes: |
- Add "open in" modal (NIP-89)
- Add event publisher tool
- Added Event Console tool
- Add option to automatically decrypt DMs
- Add UI tab to relays
- Fix custom emoji reactions having multiple colons
- Fix jsonl database export format
- Fix auto-playing blurred videos
- Fix bunker://pubkey connect URIs
- Fix profile form removing unknown metadata fields
- Unblur all images when clicking on a note
- Update emojilib
- Add support for NIP-49 (ncryptsec)
- Add wiki pages
- Add simple article view
- Add blindspots discovery feed\
- Add support for WASM relay and signature verification
- Add blossom media upload option
- Add support for native android and ios sharing
- Add support for NIP-51 search relay list
license: MIT
wrapper-repo: "https://github.com/hzrd149/nostrudel-startos"
Expand Down
2 changes: 1 addition & 1 deletion nostrudel
Submodule nostrudel updated 562 files
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { compat, types as T } from "../deps.ts";

export const migration: T.ExpectedExports.migration =
compat.migrations.fromMapping({}, "0.39.0.0");
compat.migrations.fromMapping({}, "0.40.0.0");

0 comments on commit bce81e4

Please sign in to comment.