Ajay Bura
46c02b89de
Update folds to fix broken scrollbar color ( #2505 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
2025-10-15 17:30:03 +11:00
Krishan
958ae8945d
Release v4.10.1 ( #2495 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
2025-09-29 14:34:38 +10:00
renovate[bot]
f55a3764d5
fix(deps): update dependency matrix-js-sdk to v38 [security] ( #2493 )
...
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-27 10:00:04 +05:30
Ajay Bura
31c6d13fdf
fix ctrl + k hotkey not working for browser with some extensions ( #2481 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
2025-09-12 21:52:51 +10:00
Krishan
7f40605bfe
Release v4.10.0 ( #2472 )
...
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
* Release v4.10.0
* update version number in about
2025-08-31 21:05:38 +10:00
Ajay Bura
90ca8ca2c5
Remove unused javascript ( #2470 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Waiting to run
2025-08-29 19:34:52 +10:00
Krishan
abd713d693
Release v4.9.1 ( #2446 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
2025-08-17 21:08:35 +10:00
Krishan
76ac4e2987
Release v4.9.0 ( #2421 )
Deploy to Netlify (dev) / Deploy to Netlify (push) Has been cancelled
2025-08-13 12:08:19 +10:00
Krishan
13961d501f
Revert "Update dependency linkifyjs to v4.3.2 [SECURITY] ( #2407 )" ( #2414 )
...
This reverts commit fe4fb4b4f7 .
2025-08-05 23:16:49 +10:00
renovate[bot]
fe4fb4b4f7
Update dependency linkifyjs to v4.3.2 [SECURITY] ( #2407 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-05 23:09:22 +10:00
renovate[bot]
c757b8967f
Update dependency vite to v5.4.19 [SECURITY] ( #2326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-05 21:52:35 +10:00
Ajay Bura
3ed8260877
Release v4.8.1 ( #2360 )
2025-06-10 23:48:55 +10:00
Ajay Bura
e6f4eeca8e
Update folds to v2.2.0 ( #2341 )
2025-05-27 14:10:27 +05:30
Ajay Bura
c51ba9670e
Release v4.8.0 ( #2337 )
2025-05-24 21:22:39 +05:30
Ajay Bura
206ed33516
Better invites management ( #2336 )
...
* move block users to account settings
* filter invites and add more options
* add better rate limit recovery in rateLimitedActions util function
2025-05-24 20:07:56 +05:30
Ajay Bura
0d27bde33e
Release v4.7.1 ( #2332 )
2025-05-21 17:28:38 +05:30
Ajay Bura
5964eee833
Release v4.7.0 ( #2328 )
2025-05-18 11:45:12 +05:30
Ajay Bura
387ce9c462
upgrade to matrix-js-sdk v37.5.0 ( #2327 )
...
* upgrade to js-sdk 37
* fix server crypto wasm locally
2025-05-18 10:53:56 +05:30
Krishan
225894d327
Release v4.6.0 ( #2301 )
2025-03-31 17:49:00 +05:30
Ajay Bura
c14333c540
remove libolm related code ( #2300 )
2025-03-31 19:10:24 +11:00
renovate[bot]
d141c02074
Update dependency vite to v5.4.15 [SECURITY] ( #2292 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-28 20:17:17 +11:00
Ajay Bura
08e975cd8e
Change username color in chat with power level color ( #2282 )
...
* add active theme context
* add chroma js library
* add hook for accessible tag color
* disable reply user color - temporary
* render user color based on tag in room timeline
* remove default tag icons
* move accessible color function to plugins
* render user power color in reply
* increase username weight in timeline
* add default color for member power level tag
* show red slash in power color badge with no color
* show power level color in room input reply
* show power level username color in notifications
* show power level color in notification reply
* show power level color in message search
* render power level color in room pin menu
* add toggle for legacy username colors
* drop over saturation from member default color
* change border color of power color badge
* show legacy username color in direct rooms
2025-03-23 22:09:29 +11:00
renovate[bot]
7af89da092
Update dependency vite to v5.4.12 [SECURITY] ( #2176 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 20:34:05 +11:00
renovate[bot]
3e39dd25af
Update dependency prismjs to v1.30.0 [SECURITY] ( #2270 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 20:27:52 +11:00
Ajay Bura
286983c833
New room settings, add customizable power levels and dev tools ( #2222 )
...
* WIP - add room settings dialog
* join rule setting - WIP
* show emojis & stickers in room settings - WIP
* restyle join rule switcher
* Merge branch 'dev' into new-room-settings
* add join rule hook
* open room settings from global state
* open new room settings from all places
* rearrange settings menu item
* add option for creating new image pack
* room devtools - WIP
* render room state events as list
* add option to open state event
* add option to edit state event
* refactor text area code editor into hook
* add option to send message and state event
* add cutout card component
* add hook for room account data
* display room account data - WIP
* refactor global account data editor component
* add account data editor in room
* fix font style in devtool
* show state events in compact form
* add option to delete room image pack
* add server badge component
* add member tile component
* render members in room settings
* add search in room settings member
* add option to reset member search
* add filter in room members
* fix member virtual item key
* remove color from serve badge in room members
* show room in settings
* fix loading indicator position
* power level tags in room setting - WIP
* generate fallback tag in backward compatible way
* add color picker
* add powers editor - WIP
* add props to stop adding emoji to recent usage
* add beta feature notice badge
* add types for power level tag icon
* refactor image pack rooms code to hook
* option for adding new power levels tags
* remove console log
* refactor power icon
* add option to edit power level tags
* remove power level from powers pill
* fix power level labels
* add option to delete power levels
* fix long power level name shrinks power integer
* room permissions - WIP
* add power level selector component
* add room permissions
* move user default permission setting to other group
* add power permission peek menu
* fix weigh of power switch text
* hide above for max power in permission switcher
* improve beta badge description
* render room profile in room settings
* add option to edit room profile
* make room topic input text area
* add option to enable room encryption in room settings
* add option to change message history visibility
* add option to change join rule
* add option for addresses in room settings
* close encryption dialog after enabling
2025-03-19 23:14:54 +11:00
Krishan
78fa6e3925
Release v4.5.1 ( #2251 )
2025-03-05 13:33:18 +11:00
Krishan
19cf700d61
Release v4.5.0 ( #2247 )
2025-03-04 17:47:28 +11:00
Ajay Bura
ccfe30cd68
Fix editor focus after autocomplete ( #2233 )
...
* upgrade slatejs
* collapse autocomplete on escape
* make FN_KEYS_REGEX const in module scope
2025-02-26 21:42:42 +11:00
Krishan
d70ca86d7c
Release v4.4.0 ( #2225 )
2025-02-23 22:27:50 +11:00
Krishan
5844209bee
Release v4.3.2 ( #2213 )
2025-02-17 12:07:07 +11:00
Krishan
2444a60a3e
Upgrade twemoji font to support twemoji v15.1.0 ( #2202 )
...
* Upgrade twemoji font to support twemoji v15.1.0
* bump emojibase deps to v15
2025-02-15 18:59:40 +11:00
Krishan
09d85d6c31
Release v4.3.0 ( #2199 )
2025-02-11 17:02:21 +11:00
Ajay Bura
56b754153a
redesigned app settings and switch to rust crypto ( #1988 )
...
* rework general settings
* account settings - WIP
* add missing key prop
* add object url hook
* extract wide modal styles
* profile settings and image editor - WIP
* add outline style to upload card
* remove file param from bind upload atom hook
* add compact variant to upload card
* add compact upload card renderer
* add option to update profile avatar
* add option to change profile displayname
* allow displayname change based on capabilities check
* rearrange settings components into folders
* add system notification settings
* add initial page param in settings
* convert account data hook to typescript
* add push rule hook
* add notification mode hook
* add notification mode switcher component
* add all messages notification settings options
* add special messages notification settings
* add keyword notifications
* add ignored users section
* improve ignore user list strings
* add about settings
* add access token option in about settings
* add developer tools settings
* add expand button to account data dev tool option
* update folds
* fix editable active element textarea check
* do not close dialog when editable element in focus
* add text area plugins
* add text area intent handler hook
* add newline intent mod in text area
* add next line hotkey in text area intent hook
* add syntax error position dom utility function
* add account data editor
* add button to send new account data in dev tools
* improve custom emoji plugin
* add more custom emojis hooks
* add text util css
* add word break in setting tile title and description
* emojis and sticker user settings - WIP
* view image packs from settings
* emoji pack editing - WIP
* add option to edit pack meta
* change saved changes message
* add image edit and delete controls
* add option to upload pack images and apply changes
* fix state event type when updating image pack
* lazy load pack image tile img
* hide upload image button when user can not edit pack
* add option to add or remove global image packs
* upgrade to rust crypto (#2168 )
* update matrix js sdk
* remove dead code
* use rust crypto
* update setPowerLevel usage
* fix types
* fix deprecated isRoomEncrypted method uses
* fix deprecated room.currentState uses
* fix deprecated import/export room keys func
* fix merge issues in image pack file
* fix remaining issues in image pack file
* start indexedDBStore
* update package lock and vite-plugin-top-level-await
* user session settings - WIP
* add useAsync hook
* add password stage uia
* add uia flow matrix error hook
* add UIA action component
* add options to delete sessions
* add sso uia stage
* fix SSO stage complete error
* encryption - WIP
* update user settings encryption terminology
* add default variant to password input
* use password input in uia password stage
* add options for local backup in user settings
* remove typo in import local backup password input label
* online backup - WIP
* fix uia sso action
* move access token settings from about to developer tools
* merge encryption tab into sessions and rename it to devices
* add device placeholder tile
* add logout dialog
* add logout button for current device
* move other devices in component
* render unverified device verification tile
* add learn more section for current device verification
* add device verification status badge
* add info card component
* add index file for password input component
* add types for secret storage
* add component to access secret storage key
* manual verification - WIP
* update matrix-js-sdk to v35
* add manual verification
* use react query for device list
* show unverified tab on sidebar
* fix device list updates
* add session key details to current device
* render restore encryption backup
* fix loading state of restore backup
* fix unverified tab settings closes after verification
* key backup tile - WIP
* fix unverified tab badge
* rename session key to device key in device tile
* improve backup restore functionality
* fix restore button enabled after layout reload during restoring backup
* update backup info on status change
* add backup disconnection failures
* add device verification using sas
* restore backup after verification
* show option to logout on startup error screen
* fix key backup hook update on decryption key cached
* add option to enable device verification
* add device verification reset dialog
* add logout button in settings drawer
* add encrypted message lost on logout
* fix backup restore never finish with 0 keys
* fix setup dialog hides when enabling device verification
* show backup details in menu
* update setup device verification body copy
* replace deprecated method
* fix displayname appear as mxid in settings
* remove old refactored codes
* fix types
2025-02-10 16:49:47 +11:00
Krishan
a142630ff9
Release v4.2.3 ( #2052 )
2024-11-12 20:45:34 +11:00
renovate[bot]
492a149c7f
fix(deps): update dependency matrix-js-sdk to v34.11.1 ( #2053 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-12 20:43:50 +11:00
Krishan
c110e64341
Release v4.2.2 ( #2012 )
2024-10-16 21:29:30 +11:00
renovate[bot]
35b0b1ea42
fix(deps): update dependency matrix-js-sdk to v34.8.0 ( #2011 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-16 21:22:06 +11:00
Krishan
21164a9b61
Release v4.2.1 ( #1953 )
2024-09-14 23:24:34 +10:00
Krishan
c75e903619
Release v4.2.0 ( #1949 )
2024-09-11 19:26:08 +05:30
renovate[bot]
042cbc4453
Update dependency matrix-js-sdk to v34.5.0 ( #1945 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-11 17:08:38 +10:00
Ajay Bura
96df140153
Improve-auth-media ( #1933 )
...
* fix set power level broken after sdk update
* add media authentication hook
* fix service worker types
* fix service worker not working in dev mode
* fix env mode check when registering sw
2024-09-09 14:15:20 +05:30
夜坂雅
c6a8fb1117
Add authenticated media support ( #1930 )
...
* chore: Bump matrix-js-sdk to 34.4.0
* feat: Authenticated media support
* chore: Use Vite PWA for service worker support
* fix: Fix Vite PWA SW entry point
Forget this. :P
* fix: Also add Nginx rewrite for sw.js
* fix: Correct Nginx rewrite
* fix: Add Netlify redirect for sw.js
Otherwise the generic SPA rewrite to index.html would take effect, breaking Service Worker.
* fix: Account for subpath when regisering service worker
* chore: Correct types
2024-09-07 19:15:55 +05:30
aceArt-GmbH
ac1797344c
Add translation support using i18next ( #1576 )
...
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
2024-08-14 18:59:34 +05:30
Krishan
e68c56b334
Release v4.1.0 ( #1867 )
2024-08-04 20:15:10 +10:00
Krishan
44161c4157
Release v4.0.3 ( #1840 )
2024-07-25 15:54:58 +10:00
Krishan
96415a8d2a
Release v4.0.0 ( #1836 )
...
* Release v4.0.0
* add more rooms in featured
2024-07-24 18:30:49 +05:30
dependabot[bot]
e854b88394
Bump formik from 2.2.9 to 2.4.6 ( #1715 )
...
Bumps [formik](https://github.com/jaredpalmer/formik ) from 2.2.9 to 2.4.6.
- [Release notes](https://github.com/jaredpalmer/formik/releases )
- [Commits](https://github.com/jaredpalmer/formik/compare/formik@2.2.9...formik@2.4.6 )
---
updated-dependencies:
- dependency-name: formik
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:49:06 +10:00
dependabot[bot]
66478143df
Bump linkify-react from 4.1.1 to 4.1.3 ( #1742 )
...
updated-dependencies:
- dependency-name: linkify-react
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:43:53 +10:00
dependabot[bot]
4b461f87ff
Bump linkifyjs from 4.0.2 to 4.1.3 ( #1672 )
...
Bumps [linkifyjs](https://github.com/Hypercontext/linkifyjs/tree/HEAD/packages/linkifyjs ) from 4.0.2 to 4.1.3.
- [Release notes](https://github.com/Hypercontext/linkifyjs/releases )
- [Changelog](https://github.com/Hypercontext/linkifyjs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Hypercontext/linkifyjs/commits/v4.1.3/packages/linkifyjs )
---
updated-dependencies:
- dependency-name: linkifyjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:40:46 +10:00
dependabot[bot]
fc2b5744f4
Bump react-error-boundary from 4.0.10 to 4.0.13 ( #1664 )
...
Bumps [react-error-boundary](https://github.com/bvaughn/react-error-boundary ) from 4.0.10 to 4.0.13.
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases )
- [Commits](https://github.com/bvaughn/react-error-boundary/compare/4.0.10...4.0.13 )
---
updated-dependencies:
- dependency-name: react-error-boundary
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 23:36:45 +10:00