Skip to content

Commit

Permalink
Release v4.0.0 (#1836)
Browse files Browse the repository at this point in the history
* Release v4.0.0

* add more rooms in featured
  • Loading branch information
kfiven committed Jul 24, 2024
1 parent 2157f9a commit 96415a8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
9 changes: 5 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
],
"rooms": [
"#cinny:matrix.org",
"#foundation-office:matrix.org",
"#thisweekinmatrix:matrix.org",
"#matrix-dev:matrix.org",
"#matrix:matrix.org"
"#freesoftware:matrix.org",
"#pcapdroid:matrix.org",
"#gentoo:matrix.org",
"#PrivSec.dev:arcticfoxes.net",
"#disroot:aria-net.org"
],
"servers": ["envs.net", "matrix.org", "monero.social", "mozilla.org"]
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cinny",
"version": "3.2.0",
"version": "4.0.0",
"description": "Yet another matrix client",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/auth/AuthFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function AuthFooter() {
target="_blank"
rel="noreferrer"
>
v3.2.0
v4.0.0
</Text>
<Text as="a" size="T300" href="https://twitter.com/cinnyapp" target="_blank" rel="noreferrer">
Twitter
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/client/WelcomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function WelcomePage() {
target="_blank"
rel="noreferrer noopener"
>
v3.2.0
v4.0.0
</a>
</span>
}
Expand Down
7 changes: 2 additions & 5 deletions src/client/state/cons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cons = {
version: '3.2.0',
version: '4.0.0',
secretKey: {
ACCESS_TOKEN: 'cinny_access_token',
DEVICE_ID: 'cinny_device_id',
Expand All @@ -15,10 +15,7 @@ const cons = {
'm.room.member',
'm.sticker',
],
supportReceiptTypes: [
'm.read',
'm.read.private',
],
supportReceiptTypes: ['m.read', 'm.read.private'],
notifs: {
DEFAULT: 'default',
ALL_MESSAGES: 'all_messages',
Expand Down

0 comments on commit 96415a8

Please sign in to comment.