J. Ryan Stinnett
3f49046980
Merge pull request #218 from vector-im/jryans/aarch64-apple-darwin
...
Fix Windows target arch in native build
2021-06-25 14:36:05 +01:00
J. Ryan Stinnett
b8cb53e11b
Fix Windows target arch in native build
2021-06-25 13:10:08 +01:00
J. Ryan Stinnett
c751470abf
Merge pull request #217 from vector-im/jryans/libera-chat
...
Add libera.chat to default room directory
2021-06-25 11:24:16 +01:00
J. Ryan Stinnett
9860ac6b75
Add libera.chat to default room directory
2021-06-25 10:59:16 +01:00
J. Ryan Stinnett
6e76d658b1
Merge pull request #216 from vector-im/jryans/aarch64-apple-darwin
...
Add update and native build support for Apple silicon
2021-06-24 15:37:02 +01:00
J. Ryan Stinnett
3aff9cb9eb
Add generated file warning
2021-06-24 15:20:24 +01:00
J. Ryan Stinnett
6579ba80b4
More copyright headers
2021-06-24 15:11:57 +01:00
J. Ryan Stinnett
37410e6bc4
Log update URL
2021-06-24 14:45:35 +01:00
J. Ryan Stinnett
b036113786
Revert "Prefer machine's native arch on macOS"
...
This reverts commit ebcd68428e
.
2021-06-24 14:44:59 +01:00
J. Ryan Stinnett
ebcd68428e
Prefer machine's native arch on macOS
...
This uses `uname` to check the machine's native architecture, and tries to
prefer builds for that, rather than continuing to use emulation.
2021-06-23 16:42:00 +01:00
J. Ryan Stinnett
f63436a2cb
Send the current arch when updating
...
This depends on further builder changes to actually place updates at this new
location for both architectures.
2021-06-23 16:18:10 +01:00
J. Ryan Stinnett
c5dd6195f2
Fix copy command log
2021-06-23 16:18:10 +01:00
J. Ryan Stinnett
c3a36bb17d
Cross-compile matrix-seshat for aarch64-apple-darwin
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
f3c1db3313
Cross-compile SQLCipher for aarch64-apple-darwin
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
c57a173649
Check for Rust host and target support
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
48dc1ab396
Print rejections that reach the root handler
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
997f2c21bf
Use targets in hak environment for cross-compiling
...
This arranges the hak environment target info around target IDs that come from
the builder, which simplifies cross-compiling. The `target.js` module is a
generated copy of the builder's `target.ts`.
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
a171fa417b
Borrow target definition from electron-builder
...
A bit hacky, but for now we paste in the JS generated version of the builder's
`target.ts` module. It's quite unlikely to change often, so this is perhaps
enough for now.
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
115f25165a
Rename hak target to runtime version
...
The hak environment's `target` is more like a runtime version, so this renames
to call it that, especially since we're about to add more traditional target
strings. `npm_config_target` remains, since that's what `npm` expects.
2021-06-23 16:18:09 +01:00
J. Ryan Stinnett
c1ca909c7c
Limit macOS updates to x86_64 temporarily
...
As a temporary measure, this limits the updater on macOS to only supporting the
`x86_64` / `x64` architecture. This ensures `aarch64` users are not
inadvertently kicked back to `x86_64`.
2021-06-23 16:18:09 +01:00
Travis Ralston
f61370505b
Merge pull request #203 from dogancelik/numpad-zoom
...
Add numpad accelerators for zooming
2021-06-22 19:42:49 -06:00
Travis Ralston
02d0999b18
Merge pull request #201 from aaronraimist/invalid-config
...
Add warning dialog when custom config.json is invalid
2021-06-22 14:16:24 -06:00
Michael Telatynski
6b4e6f6be6
Merge pull request #215 from alarsyo/develop
2021-06-22 15:43:27 +01:00
Antoine Martin
10a11242ff
Don't show Quit warning on keyUp residual event
...
The warning triggered whenever the app got focus after another window
was closed with a Ctrl+Q shortcut and the keys were then released.
Hitting the 'Close Element' button didn't even close the app in this
case, as only the warning handler was triggered, not the actual quit
shortcut (which does discriminate between key press and key release).
Actually checking for 'keyDown' should prevent this from occurring
again.
Fixes vector-im/element-web#17714
Signed-off-by: Antoine Martin <antoine@alarsyo.net>
2021-06-22 16:35:36 +02:00
Michael Telatynski
e59a2588ec
Merge pull request #213 from vector-im/t3chguy/fix/17631
...
Fix accelerator for save-image-as clashing with copy-link-address
2021-06-22 09:27:18 +01:00
RiotRobot
a7938ae514
v1.7.31
2021-06-21 17:10:17 +01:00
RiotRobot
cf3112a9a9
Prepare changelog for v1.7.31
2021-06-21 17:10:17 +01:00
RiotRobot
b23048c5ce
v1.7.31-rc.1
2021-06-15 17:35:25 +01:00
RiotRobot
c689529641
Prepare changelog for v1.7.31-rc.1
2021-06-15 17:35:24 +01:00
J. Ryan Stinnett
7b6ead738e
Merge pull request #211 from xvenge00/electron-12.0.11
...
Upgrade to Electron 12.0.11
2021-06-15 15:44:37 +01:00
J. Ryan Stinnett
b6b5547ad0
Merge pull request #214 from RiotTranslateBot/weblate-element-desktop-element-desktop
...
Translations update from Weblate
2021-06-15 15:42:56 +01:00
Weblate
e28390fddb
Merge branch 'origin/develop' into Weblate.
2021-06-15 14:42:37 +00:00
Michael Telatynski
b18bcd9bed
Fix accelerator for save-image-as clashing with copy-link-address
2021-06-14 22:38:37 +01:00
J. Ryan Stinnett
b470657cdb
Merge pull request #212 from vector-im/jryans/node-14
...
Upgrade to Node 14
2021-06-14 13:46:25 +01:00
J. Ryan Stinnett
fc51063f7a
Upgrade to Node 14
2021-06-14 12:17:15 +01:00
lvre
099ecc468a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/pt_BR/
2021-06-13 00:33:52 +00:00
Adam Venger
99b5947d7d
Upgrade to Electron 12.0.11
...
Signed-off-by: Adam Venger <jawe1222@gmail.com>
2021-06-12 21:55:23 +02:00
lvre
7418161475
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/pt_BR/
2021-06-11 22:08:08 +00:00
J. Ryan Stinnett
40be024c9f
Merge pull request #210 from vector-im/dependabot/npm_and_yarn/npm-registry-fetch-4.0.7
...
Bump npm-registry-fetch from 4.0.2 to 4.0.7
2021-06-11 13:41:42 +01:00
J. Ryan Stinnett
b2f09570f7
Merge pull request #204 from pavlukivan/update-electron-builder
...
Update electron-builder for Node 16 compatibility
2021-06-11 13:40:54 +01:00
dependabot[bot]
c3f150f9f0
Bump npm-registry-fetch from 4.0.2 to 4.0.7
...
Bumps [npm-registry-fetch](https://github.com/npm/npm-registry-fetch ) from 4.0.2 to 4.0.7.
- [Release notes](https://github.com/npm/npm-registry-fetch/releases )
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/v4.0.7/CHANGELOG.md )
- [Commits](https://github.com/npm/npm-registry-fetch/compare/v4.0.2...v4.0.7 )
---
updated-dependencies:
- dependency-name: npm-registry-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 12:40:41 +00:00
J. Ryan Stinnett
8a90a12683
Merge pull request #209 from vector-im/dependabot/npm_and_yarn/hosted-git-info-2.8.9
...
Bump hosted-git-info from 2.8.5 to 2.8.9
2021-06-11 13:40:04 +01:00
J. Ryan Stinnett
e7bc785ae4
Merge pull request #206 from vector-im/dependabot/npm_and_yarn/glob-parent-5.1.2
...
Bump glob-parent from 5.1.1 to 5.1.2
2021-06-11 13:39:54 +01:00
J. Ryan Stinnett
d1cb3092e8
Merge pull request #208 from vector-im/dependabot/npm_and_yarn/dot-prop-4.2.1
...
Bump dot-prop from 4.2.0 to 4.2.1
2021-06-11 13:39:48 +01:00
J. Ryan Stinnett
a136ccbf4c
Merge pull request #207 from vector-im/dependabot/npm_and_yarn/y18n-3.2.2
...
Bump y18n from 3.2.1 to 3.2.2
2021-06-11 13:39:38 +01:00
dependabot[bot]
231db351ec
Bump hosted-git-info from 2.8.5 to 2.8.9
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9 )
---
updated-dependencies:
- dependency-name: hosted-git-info
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 12:27:54 +00:00
dependabot[bot]
06b0f0fe01
Bump dot-prop from 4.2.0 to 4.2.1
...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases )
- [Commits](https://github.com/sindresorhus/dot-prop/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: dot-prop
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 12:27:52 +00:00
dependabot[bot]
4b71142a87
Bump glob-parent from 5.1.1 to 5.1.2
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 12:27:51 +00:00
dependabot[bot]
9726be5754
Bump y18n from 3.2.1 to 3.2.2
...
Bumps [y18n](https://github.com/yargs/y18n ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
---
updated-dependencies:
- dependency-name: y18n
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 12:27:51 +00:00
J. Ryan Stinnett
2293b6794c
Merge pull request #205 from vector-im/dependabot/npm_and_yarn/normalize-url-4.5.1
...
Bump normalize-url from 4.5.0 to 4.5.1
2021-06-11 13:27:23 +01:00