Update changelog

This commit is contained in:
Jonathan Staab 2023-04-28 10:38:15 -05:00
parent a14bbe8cfc
commit 23ef0a9d26
3 changed files with 12 additions and 3 deletions

View File

@ -8,6 +8,15 @@
- [x] Remember whether messages/notifications have been read - [x] Remember whether messages/notifications have been read
- [x] Remember chat membership - [x] Remember chat membership
- [x] Add new cursor implementation to paginate relays independently - [x] Add new cursor implementation to paginate relays independently
- [x] Fix lists selector
- [x] Simplify theme configuration
- [x] Add profile info and first note to onboarding
- [x] Make app name configurable
- [x] Improve forced-relay experience
- [x] Add env var for disabling zaps
- [x] Split notifications into multiple tabs
- [x] Improve modal stacking
- [x] Render quotes inline rather than at the bottom of the note
## 0.2.24 ## 0.2.24

View File

@ -46,8 +46,8 @@
<h2 class="staatliches text-2xl">Other relays</h2> <h2 class="staatliches text-2xl">Other relays</h2>
</div> </div>
<p> <p>
{appName} automatically discovers relays as you browse the network. Adding more relays will generally {appName} automatically discovers relays as you browse the network. Adding more
make things quicker to load, at the expense of higher data usage. relays will generally make things quicker to load, at the expense of higher data usage.
</p> </p>
<RelaySearch /> <RelaySearch />
</div> </div>

View File

@ -7,7 +7,7 @@
</script> </script>
<div <div
on:click on:click|stopPropagation
in:fly={{y: 20}} in:fly={{y: 20}}
class={cx($$props.class, "card rounded-2xl p-3 text-gray-2", { class={cx($$props.class, "card rounded-2xl p-3 text-gray-2", {
"border border-solid border-gray-6 bg-gray-7": !invertColors, "border border-solid border-gray-6 bg-gray-7": !invertColors,