Skip to content

Commit f73f07a

Browse files
committed
desktop: 0.1.8
1 parent 711bd60 commit f73f07a

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Install from F-Droid, Google Play, or download APK from GitHub.
3131
- Select text
3232
- Zoom
3333
- Remove tracking url query params
34+
- Customize with CSS
3435

3536
## Supported SNS
3637

desktop/changelogs/v0.1.8.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Support customizing tab width in deck view
2+
- Support split view and grid view
3+
- Support injecting user CSS into webview
4+
- Add in-app changelog

desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nora-desktop",
33
"productName": "Nora",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"description": "Facebook, Instagram, Reddit, Threads and X in a single app",
66
"main": "./out/main/index.js",
77
"author": "Nonbili Inc.",

metadata/flatpak/jp.nonbili.nora.metainfo.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@
5858
<content_rating type="oars-1.1" />
5959

6060
<releases>
61+
<release version="0.1.8" date="2026-03-25">
62+
<description>
63+
<ul>
64+
<li>Support customizing tab width in deck view</li>
65+
<li>Support split view and grid view</li>
66+
<li>Support injecting user CSS into webview</li>
67+
<li>Add in-app changelog</li>
68+
</ul>
69+
</description>
70+
</release>
6171
<release version="0.1.7" date="2026-03-20">
6272
<description>
6373
<ul>

0 commit comments

Comments
 (0)