Krishan [Sat, 17 Sep 2022 13:34:13 +0000 (19:04 +0530)]
Release v2.2.0
ginnyTheCat [Sat, 17 Sep 2022 11:25:26 +0000 (13:25 +0200)]
Only escape when editing (#852)
* Only escape when editing
* Base edit change detection on rendered content
Ajay Bura [Sat, 17 Sep 2022 10:18:45 +0000 (15:48 +0530)]
Add clear cache btn in loading screen
morguldir [Sat, 17 Sep 2022 07:51:22 +0000 (09:51 +0200)]
Add Clear cache and reload button (#793)
Inspired by: https://github.com/matrix-org/matrix-react-sdk/blob/
3c5c2bef6dbac51ce6e1864056523815ca4c38d9/src/components/views/elements/ErrorBoundary.tsx#L61-L68
Signed-off-by: morguldir <morguldir@protonmail.com>
Signed-off-by: morguldir <morguldir@protonmail.com>
ginnyTheCat [Fri, 16 Sep 2022 15:51:53 +0000 (17:51 +0200)]
Parsing HTML to Markdown AST (#847)
* Force mentions to have a space after the #
* Use types for rendering
* Parse HTML
* Add code block support
* Add table support
* Allow starting heading without a space
* Escape relevant plaintext areas
* Resolve many crashes
* Use better matrix id regex
* Don't match . after id
* Don't parse mentions as links
* Add emote support
* Only emit HTML link if necessary
* Implement review changes
renovate[bot] [Wed, 14 Sep 2022 13:33:59 +0000 (19:03 +0530)]
Lock file maintenance (#846)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 14 Sep 2022 11:23:47 +0000 (16:53 +0530)]
Bump css-minimizer-webpack-plugin from 4.0.0 to 4.1.0 (#843)
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.0.0...v4.1.0)
---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
renovate[bot] [Wed, 14 Sep 2022 11:21:02 +0000 (16:51 +0530)]
Update dependency matrix-js-sdk to v19.5.0 (#845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 14 Sep 2022 11:18:42 +0000 (16:48 +0530)]
Bump blurhash from 1.1.5 to 2.0.0 (#842)
Bumps [blurhash](https://github.com/woltapp/blurhash) from 1.1.5 to 2.0.0.
- [Release notes](https://github.com/woltapp/blurhash/releases)
- [Commits](https://github.com/woltapp/blurhash/commits)
---
updated-dependencies:
- dependency-name: blurhash
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 14 Sep 2022 11:16:11 +0000 (16:46 +0530)]
Bump webpack-dev-server from 4.10.1 to 4.11.0 (#841)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.1 to 4.11.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0)
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 14 Sep 2022 11:14:47 +0000 (16:44 +0530)]
Bump eslint from 8.23.0 to 8.23.1 (#840)
Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.23.0...v8.23.1)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ginnyTheCat [Wed, 14 Sep 2022 09:00:06 +0000 (11:00 +0200)]
Allow rendering messages as plaintext (#805)
* Parse room input from user id and emoji
* Add more plain outputs
* Add reply support
* Always include formatted reply
* Add room mention parser
* Allow single linebreak after codeblock
* Remove margin from math display blocks
* Escape shrug
* Rewrite HTML tag function
* Normalize def keys
* Fix embedding replies into replies
* Don't add margin to file name
* Collapse spaces in HTML message body
* Don't crash with no plaintext rendering
* Add blockquote support
* Remove ref support
* Fix image html rendering
* Remove debug output
* Remove duplicate default option value
* Add table plain rendering support
* Correctly handle paragraph padding when mixed with block content
* Simplify links if possible
* Make blockquote plain rendering better
* Don't error when emojis are matching but not found
* Allow plain only messages with newlines
* Set user id as user mention fallback
* Fix mixed up variable name
* Replace replaceAll with replace
dependabot[bot] [Sun, 11 Sep 2022 13:29:31 +0000 (18:59 +0530)]
Bump sass from 1.54.5 to 1.54.9 (#837)
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.5 to 1.54.9.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.5...1.54.9)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Sun, 11 Sep 2022 13:29:16 +0000 (18:59 +0530)]
Bump @babel/core from 7.18.13 to 7.19.0 (#824)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Sun, 11 Sep 2022 13:28:33 +0000 (18:58 +0530)]
Bump webpack-merge from 5.7.3 to 5.8.0 (#822)
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 5.7.3 to 5.8.0.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.7.3...v5.8.0)
---
updated-dependencies:
- dependency-name: webpack-merge
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Sun, 11 Sep 2022 13:27:15 +0000 (18:57 +0530)]
Bump eslint-plugin-react from 7.31.1 to 7.31.8 (#838)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.1 to 7.31.8.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.1...v7.31.8)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Sun, 11 Sep 2022 13:24:24 +0000 (18:54 +0530)]
Bump @babel/preset-env from 7.18.10 to 7.19.0 (#825)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env)
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Sun, 11 Sep 2022 13:23:03 +0000 (18:53 +0530)]
Bump html-webpack-plugin from 5.3.1 to 5.5.0 (#829)
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.3.1 to 5.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.3.1...v5.5.0)
---
updated-dependencies:
- dependency-name: html-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
ginnyTheCat [Sun, 11 Sep 2022 13:21:59 +0000 (15:21 +0200)]
Delete notifications after messages have been read or deleted (#830)
* Delete read notifications
* Delete notifications for deleted messages
* Correctly remove notification
ginnyTheCat [Sun, 11 Sep 2022 13:21:05 +0000 (15:21 +0200)]
Handle messages with invalid body (#833)
ginnyTheCat [Sun, 11 Sep 2022 11:14:39 +0000 (13:14 +0200)]
Change UI label (#832)
Ajay Bura [Sun, 11 Sep 2022 06:48:32 +0000 (12:18 +0530)]
Add plain text command
Ajay Bura [Sun, 11 Sep 2022 03:49:22 +0000 (09:19 +0530)]
Remove markdown icon from input
Ajay Bura [Sun, 11 Sep 2022 02:57:59 +0000 (08:27 +0530)]
Update command strings
Krishan [Wed, 7 Sep 2022 08:16:44 +0000 (13:46 +0530)]
Update and simplify actions (#831)
* Replace action with one we use already
* Simplify PR actions
* fix name
Ajay Bura [Wed, 7 Sep 2022 07:54:26 +0000 (13:24 +0530)]
Fix emojiboard icon background
Ajay Bura [Wed, 7 Sep 2022 07:44:15 +0000 (13:14 +0530)]
Fix crash in manage device
Ajay Bura [Wed, 7 Sep 2022 03:10:10 +0000 (08:40 +0530)]
Fix crash with unknown mime type
Ajay Bura [Tue, 6 Sep 2022 08:55:13 +0000 (14:25 +0530)]
Fix unwanted changes
Ajay Bura [Tue, 6 Sep 2022 08:52:56 +0000 (14:22 +0530)]
Fix wrong notification count
renovate[bot] [Mon, 5 Sep 2022 14:13:11 +0000 (19:43 +0530)]
Configure Renovate (#819)
* Add renovate.json
* Add renovate config
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
Krishan [Mon, 5 Sep 2022 13:56:28 +0000 (19:26 +0530)]
Add lockfile changes action (#818)
Krishan [Mon, 5 Sep 2022 06:56:44 +0000 (12:26 +0530)]
Copy Olm directly from node modules (fixes #206) (#817)
Ajay Bura [Mon, 5 Sep 2022 03:00:45 +0000 (08:30 +0530)]
Manage ignored users (#814)
* Add options to display/ignore usersId's
* Update string
* Hide search icon in encrypted rooms (#763)
* Fix styles
Krishan [Sun, 4 Sep 2022 14:21:58 +0000 (19:51 +0530)]
Pin all deps for greatest reliability/predictability (#812)
Ajay Bura [Sun, 4 Sep 2022 13:53:02 +0000 (19:23 +0530)]
Remove favicons-webpack-plugin (#811)
* Remove favicons-webpack-plugin
* Copy android/* icons to dist
* Add favicon ico
ginnyTheCat [Sun, 4 Sep 2022 13:45:07 +0000 (15:45 +0200)]
Allow mimetypes with suffix in safe check (#808)
Ajay Bura [Sun, 4 Sep 2022 08:03:41 +0000 (13:33 +0530)]
Fix multiple favicon changing request
Ajay Bura [Sun, 4 Sep 2022 07:40:07 +0000 (13:10 +0530)]
Notification settings (#807)
* Add account data hook
* Add options to change global notification
* Add options to add keywords
* Fix wrong notification count
* Show unread badge in favicon (#251)
* Fix favicon badge
* Fix bug
* Fix favicon not updating
* Add favicon svg's
* remove dead code
Ajay Bura [Sat, 3 Sep 2022 16:16:40 +0000 (21:46 +0530)]
Fix commands (#791)
* Fix commands and added more
* Add /me & /shrug commands
* Add help command
* Fix cmd descriptions
* Add reason in command
Krishan [Sat, 3 Sep 2022 16:06:47 +0000 (21:36 +0530)]
Add npmrc so that newer node/npm version works (#806)
* Add .npmrc so that it works with newer npm
* Remove engine upper limit as it works with npmrc
* Lockfile maintainace, created new mapping with npm install
* Add npmrc so Docker doesnt fail on new npm version
* Revert
8a1946d55833daee6b335189733f02251de4c181 will set renovate
dependabot[bot] [Fri, 2 Sep 2022 14:01:28 +0000 (19:31 +0530)]
Bump katex from 0.16.0 to 0.16.2 (#802)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.0 to 0.16.2.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.0...v0.16.2)
---
updated-dependencies:
- dependency-name: katex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:51:45 +0000 (19:21 +0530)]
Bump eslint from 8.22.0 to 8.23.0 (#799)
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.22.0...v8.23.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:46:28 +0000 (19:16 +0530)]
Bump webpack-dev-server from 4.10.0 to 4.10.1 (#800)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.0 to 4.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1)
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:45:59 +0000 (19:15 +0530)]
Bump html-react-parser from 3.0.1 to 3.0.4 (#797)
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remarkablemark/html-react-parser/compare/v3.0.1...v3.0.4)
---
updated-dependencies:
- dependency-name: html-react-parser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:45:28 +0000 (19:15 +0530)]
Bump eslint-plugin-react from 7.30.1 to 7.31.1 (#796)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:45:03 +0000 (19:15 +0530)]
Bump actions/github-script from 6.1.1 to 6.2.0 (#794)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.1.1...v6.2.0)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:44:34 +0000 (19:14 +0530)]
Bump @babel/core from 7.18.10 to 7.18.13 (#783)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.10 to 7.18.13.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.13/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
dependabot[bot] [Fri, 2 Sep 2022 13:44:14 +0000 (19:14 +0530)]
Bump sass from 1.54.4 to 1.54.5 (#781)
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.4 to 1.54.5.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.4...1.54.5)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Krishan [Wed, 31 Aug 2022 15:55:35 +0000 (21:25 +0530)]
Release v2.1.3
Ajay Bura [Wed, 31 Aug 2022 16:21:02 +0000 (21:51 +0530)]
Bump matrix-js-sdk from 19.2.0 to 19.4.0
jameskitt616 [Sat, 27 Aug 2022 02:51:41 +0000 (04:51 +0200)]
Implement cancel replyto on escape key press (#777)
Krishan [Mon, 22 Aug 2022 02:59:47 +0000 (08:29 +0530)]
Simplify readme and add various helpful links (#776)
* Simplyfy readme and add various helpful links
* update intro
* Add desktop app link
Ajay Bura [Sun, 21 Aug 2022 14:11:48 +0000 (19:41 +0530)]
Edit last message with up arrow key (#774)
ginnyTheCat [Sun, 21 Aug 2022 14:04:09 +0000 (16:04 +0200)]
Rework Markdown parsing (#719)
* Switch markdown parser
* Add inline maths
* Basic plain text rendering
* Add display math support
* Remove unnecessary <p> tag
* Fixed spoiler not working
* Add spoiler reason input support
* Make paragraphs display with newline in between
* Handle single newlines
* Fix typo when allowing start attribute
* Cleanup for merge
* Remove unused import
Ajay Bura [Sun, 21 Aug 2022 03:21:13 +0000 (08:51 +0530)]
Fix open room from search always open same space
Ajay Bura [Sun, 21 Aug 2022 03:03:47 +0000 (08:33 +0530)]
Fix image lightbox height
dependabot[bot] [Sat, 20 Aug 2022 15:39:36 +0000 (21:09 +0530)]
Bump actions/github-script from 6.1.0 to 6.1.1 (#755)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v6.1.0...v6.1.1)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sat, 20 Aug 2022 15:39:08 +0000 (21:09 +0530)]
Bump eslint from 8.21.0 to 8.22.0 (#756)
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.21.0...v8.22.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ajay Bura [Sat, 20 Aug 2022 15:37:20 +0000 (21:07 +0530)]
Fix room not selecting with bad emoji data (#772)
dependabot[bot] [Sat, 20 Aug 2022 15:35:35 +0000 (21:05 +0530)]
Bump sass from 1.54.3 to 1.54.4 (#757)
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.3 to 1.54.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.3...1.54.4)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
dependabot[bot] [Sat, 20 Aug 2022 15:33:02 +0000 (21:03 +0530)]
Bump webpack-dev-server from 4.9.3 to 4.10.0 (#758)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.3 to 4.10.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0)
---
updated-dependencies:
- dependency-name: webpack-dev-server
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
Krishan [Sat, 20 Aug 2022 15:29:02 +0000 (20:59 +0530)]
Push Docker image to ghcr registry (#764)
* Push Docker image to ghcr registry
* Fix secret name
* add permission to token to write package to ghcr
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Ajay Bura [Sat, 20 Aug 2022 15:21:37 +0000 (20:51 +0530)]
Update sidebar on room/space switch (#768)
* Select last room on space/tab change (#353)
* Update sidbar on room select from search (#374)
* Select last room on space/tab change (#353)
* Update sidbar on room select from search (#374)
* Fix wrong space gets selected with some rooms
* Fix auto select room in categorized space
* Fix room remain selected on leave
* Fix leaved room appear in category & search
* Remove globally exposed vars
* Hide pin spaces from home
* Fix selecting dm always open dm tab
* Order category by AtoZ (#769)
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
jameskitt616 [Sat, 20 Aug 2022 13:26:37 +0000 (15:26 +0200)]
Add cancel edit-message on Escape Key press (#765)
Ajay Bura [Fri, 19 Aug 2022 09:49:12 +0000 (15:19 +0530)]
Fix more css bugs
Ajay Bura [Fri, 19 Aug 2022 08:27:24 +0000 (13:57 +0530)]
Fix minor css bugs
Ajay Bura [Fri, 19 Aug 2022 06:45:22 +0000 (12:15 +0530)]
Open image in lightbox (#767)
* Add lightbox
* Fix vertical media height (#467)
* Update dialog animation
* Fix overlay opacity
* Fix dialog animation
* Update open in new tab icon
James [Sun, 14 Aug 2022 11:01:17 +0000 (12:01 +0100)]
Improve MIME type handling on File Upload and in Message Component (#688)
* move allowed MIME types to own util file
* add check for safe MIME type before choosing how to upload
* check for allowed blob type to decide what component to load
* re-add check for safe mimetype
* fix bracket positioning
Andrew Morgan [Fri, 12 Aug 2022 10:33:56 +0000 (11:33 +0100)]
Fix grammar of read receipt text (#744)
'other' should be plural in this context.
Ajay Bura [Thu, 11 Aug 2022 13:40:12 +0000 (19:10 +0530)]
Release v2.1.2
dependabot[bot] [Thu, 11 Aug 2022 13:16:19 +0000 (18:46 +0530)]
Bump @fontsource/inter from 4.5.11 to 4.5.12 (#726)
Bumps [@fontsource/inter](https://github.com/fontsource/fontsource/tree/HEAD/fonts/google/inter) from 4.5.11 to 4.5.12.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/fonts/google/inter)
---
updated-dependencies:
- dependency-name: "@fontsource/inter"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Thu, 11 Aug 2022 13:14:00 +0000 (18:44 +0530)]
Bump @fontsource/roboto from 4.5.7 to 4.5.8 (#727)
Bumps [@fontsource/roboto](https://github.com/fontsource/fontsource/tree/HEAD/fonts/google/roboto) from 4.5.7 to 4.5.8.
- [Release notes](https://github.com/fontsource/fontsource/releases)
- [Changelog](https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/fontsource/commits/HEAD/fonts/google/roboto)
---
updated-dependencies:
- dependency-name: "@fontsource/roboto"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Thu, 11 Aug 2022 13:13:31 +0000 (18:43 +0530)]
Bump sass from 1.54.1 to 1.54.3 (#728)
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.1 to 1.54.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.54.1...1.54.3)
---
updated-dependencies:
- dependency-name: sass
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Ajay Bura [Thu, 11 Aug 2022 13:11:09 +0000 (18:41 +0530)]
Fix image not loading without h/w data (#738)
Ajay Bura [Thu, 11 Aug 2022 11:50:55 +0000 (17:20 +0530)]
Only render mxc images in markdown
Ajay Bura [Thu, 11 Aug 2022 11:01:02 +0000 (16:31 +0530)]
Fix emoji board style
Ajay Bura [Thu, 11 Aug 2022 10:54:22 +0000 (16:24 +0530)]
Replace space by underscore in emoji shortcodes
Ajay Bura [Thu, 11 Aug 2022 10:43:53 +0000 (16:13 +0530)]
Add navigation bar to sticker board
Ajay Bura [Thu, 11 Aug 2022 08:58:39 +0000 (14:28 +0530)]
Escape html with markdown off (#732)
Ajay Bura [Thu, 11 Aug 2022 08:11:07 +0000 (13:41 +0530)]
Fix logout not working when server offline
Ajay Bura [Thu, 11 Aug 2022 08:03:59 +0000 (13:33 +0530)]
Merge branch 'dev' of https://github.com/ajbura/cinny into dev
Ajay Bura [Thu, 11 Aug 2022 08:03:54 +0000 (13:33 +0530)]
Only scale image bigger than 512px (#731)
dependabot[bot] [Tue, 9 Aug 2022 04:00:34 +0000 (09:30 +0530)]
Bump docker/build-push-action from 3.1.0 to 3.1.1 (#725)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.0...v3.1.1)
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
Ajay Bura [Sun, 7 Aug 2022 14:51:16 +0000 (20:21 +0530)]
Release v2.1.1
Ajay Bura [Sun, 7 Aug 2022 14:44:47 +0000 (20:14 +0530)]
Fix blurhash visible under transparent img (#721)
Ajay Bura [Sun, 7 Aug 2022 14:31:31 +0000 (20:01 +0530)]
Update olm
Ajay Bura [Sun, 7 Aug 2022 13:34:38 +0000 (19:04 +0530)]
Release v2.1.0
dependabot[bot] [Sun, 7 Aug 2022 09:21:56 +0000 (14:51 +0530)]
Bump matrix-js-sdk from 18.1.0 to 19.2.0 (#711)
* Bump matrix-js-sdk from 18.1.0 to 19.2.0
Bumps [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk) from 18.1.0 to 19.2.0.
- [Release notes](https://github.com/matrix-org/matrix-js-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/matrix-js-sdk/compare/v18.1.0...v19.2.0)
---
updated-dependencies:
- dependency-name: matrix-js-sdk
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove session store
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
anyone00 [Sun, 7 Aug 2022 09:11:56 +0000 (12:11 +0300)]
Support RTL text in the input fields (#720)
* Support RTL text in the room input field
set the correct direction for text according to the language written in
* Make all input RTLable
Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
Ajay Bura [Sun, 7 Aug 2022 08:58:49 +0000 (14:28 +0530)]
Stop sending mxid in body for pills
Ajay Bura [Sat, 6 Aug 2022 07:20:23 +0000 (12:50 +0530)]
Reset read receipt on sending sticker
Ajay Bura [Sat, 6 Aug 2022 07:10:24 +0000 (12:40 +0530)]
Support RTL text in messages (#717)
Ajay Bura [Sat, 6 Aug 2022 06:51:20 +0000 (12:21 +0530)]
Remove unused import
ginnyTheCat [Sat, 6 Aug 2022 04:05:56 +0000 (06:05 +0200)]
Show full timestamp on hover (#714)
* Show full timestamp on hover
* Not always display time
* Always show full timestamp in search
ginnyTheCat [Sat, 6 Aug 2022 03:56:26 +0000 (05:56 +0200)]
Blurhash support (#701)
* Generate blurhash client side
* Make blurhash generation faster
* Simple blurhash display support
* Make image display simpler
* Support non square images
* Don't attach video blurhash to thumbnail
* Add video display support
* Ignore alt tag missing warning
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
Ajay Bura [Sat, 6 Aug 2022 03:34:23 +0000 (09:04 +0530)]
Custom emoji & Sticker support (#686)
* Remove comments
* Show custom emoji first in suggestions
* Show global image packs in emoji picker
* Display emoji and sticker in room settings
* Fix some pack not visible in emojiboard
* WIP
* Add/delete/rename images to exisitng packs
* Change pack avatar, name & attribution
* Add checkbox to make pack global
* Bug fix
* Create or delete pack
* Add personal emoji in settings
* Show global pack selector in settings
* Show space emoji in emojiboard
* Send custom emoji reaction as mxc
* Render stickers as stickers
* Fix sticker jump bug
* Fix reaction width
* Fix stretched custom emoji
* Fix sending space emoji in message
* Remove unnessesary comments
* Send user pills
* Fix pill generating regex
* Add support for sending stickers
ginnyTheCat [Fri, 5 Aug 2022 13:42:25 +0000 (15:42 +0200)]
Fix shortcuts on non QWERTY keyboards (#715)
* Use key instead of keyCode or code
* Use key for Escape
ginnyTheCat [Wed, 3 Aug 2022 14:29:56 +0000 (16:29 +0200)]
Allow removing the room name (#702)
dependabot[bot] [Wed, 3 Aug 2022 14:22:50 +0000 (19:52 +0530)]
Bump html-react-parser from 2.0.0 to 3.0.1 (#675)
Bumps [html-react-parser](https://github.com/remarkablemark/html-react-parser) from 2.0.0 to 3.0.1.
- [Release notes](https://github.com/remarkablemark/html-react-parser/releases)
- [Changelog](https://github.com/remarkablemark/html-react-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/remarkablemark/html-react-parser/compare/v2.0.0...v3.0.1)
---
updated-dependencies:
- dependency-name: html-react-parser
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>