Commit graph

203 commits

Author SHA1 Message Date
Nicolas Werner
9f30a30e53
Update E2EE note 2021-07-03 23:17:17 +02:00
Nicolas Werner
00f251753e
Use coeurl for networking
Something is still wrong on shutdown, need to debug that.
And CI will fail.
2021-06-30 02:43:36 +02:00
dgalbraith
e1f3cfd92a Add Chocolatey installation documentation
Updated documentation to include instructions on installing Nheko using
the Chocolatey package manager on Windows.
2021-05-21 16:53:39 +01:00
Joseph Donofry
a792ea1465
Bump version to 0.8.2 2021-04-18 20:21:30 -04:00
targetakhil
5614f70576 Add faq section 2021-03-14 23:32:24 +05:30
Nicolas Werner
ce547357b8
Disable bundled OpenSSL by default, even with hunter 2021-03-13 22:42:44 +01:00
Nicolas Werner
1b0abe97f9
Update to new lmdbxx version 2021-03-03 00:01:17 +01:00
Nicolas Werner
be85c51b91
Use flatpakref from repo 2021-02-24 00:07:46 +01:00
Nicolas Werner
8ca819525a
Remove unused link 2021-02-23 21:22:58 +01:00
Nicolas Werner
3e80f55f4e
Make flatpak ref autodownload 2021-02-23 21:18:02 +01:00
Nicolas Werner
28fd47bf8d
Add flatpak nightly repository 2021-02-23 21:09:09 +01:00
Nicolas Werner
af9b66dd3e Linkify topic in room settings and use non-deprecated MessageDialog 2021-02-22 21:37:32 +01:00
Ikko Ashimine
a1cd55917b
GitHub format
Github -> GitHub
2021-02-16 23:38:56 +09:00
Nicolas Werner
d43607d01c Fix hover handling in the timeline 2021-02-14 01:28:28 +01:00
tverrbjelke
2fcc9c2fbb Fixes issue 463
Installation description for debian (buster) misses package qtdeclarative5-dev

	modified:   README.md
2021-02-09 13:21:42 +01:00
Nicolas Werner
e466cd10ff Change matrix to guru overlay
fixes #410
2021-02-02 22:32:09 +01:00
Nicolas Werner
1a2517e829 Bump version to 0.8.1 2021-01-27 22:13:06 +01:00
Nicolas Werner
a9faecea47 Bump version 2021-01-20 01:15:28 +01:00
Caleb Jasik
ea6c8ccb10
Update brew install command
Brew has moved away from using the `brew cask` command, so either `brew install nheko` or `brew install --cask nheko` should probably be reccomended instead.

They are trying to combine casks and formulas into the same commands, where you can specify `--formula` or `--cask` to get the old behavior.
2021-01-18 17:37:38 -06:00
Loren Burkholder
9579c8708b Fix typo 2021-01-16 09:44:44 -05:00
trilene
6533269611 Add Fedora build requirements to README 2020-12-30 16:02:11 -05:00
LorenDB
53f45bdb1c Switch profile code to a more flexible method
This introduces a new version of SingleApplication as well.
2020-12-24 21:16:46 -05:00
Loren Burkholder
6fc0b95cae Add qtkeychain to dependency installs 2020-12-19 22:05:59 -05:00
Nicolas Werner
a06e48d407 Update Readme CI link 2020-12-08 21:36:06 +01:00
Nicolas Werner
77002f17c8 lint 2020-12-08 21:10:27 +01:00
trilene
7299103cf4 List needed gstreamer plugins explicitly 2020-11-30 17:42:08 -05:00
trilene
bed6d99933 Add GStreamer requirements to README 2020-11-30 17:04:36 -05:00
Kim Brose
dabaceea67
Update README with element.io 2020-11-09 16:35:14 +01:00
LorenDB
a2bd266c11 Add option for unique config 2020-10-24 11:50:13 -04:00
Nicolas Werner
08d5a84cbd Fix issues with old qt and bump to 5.10 2020-10-08 17:26:07 +02:00
Chethan
0b03d40bf5
Update README.md
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2020-09-08 16:30:23 +05:30
Chethan2k1
db0d10f38e Fix Readme 2020-09-05 19:16:36 +05:30
Tony O
d61d108a4f
Update README.md 2020-08-22 04:55:00 +01:00
Nicolas Werner
da975038db Drop libsodium dependency 2020-06-26 13:36:21 +02:00
Joseph Donofry
3ea5a92b2a
Prepare 0.7.2 release 2020-06-12 16:16:54 -04:00
Aaron Raimist
3338ecd39f
Remove MacPorts install instructions
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-05-16 13:46:25 -05:00
Aaron Raimist
14eaad355e
Update macOS building dependencies now that libolm is available in Homebrew 2020-05-16 13:10:13 -05:00
Nicolas Werner
6ff002b4ed Use standard cmake args instead of old -H 2020-05-15 00:38:09 +02:00
jonnius
5f9ce33562 Update Ubuntu install and build instructions 2020-05-09 12:17:47 +02:00
Nicolas Werner
ddcab64315 Update versions to 0.7.1 2020-04-24 00:54:21 +02:00
Lorem
b4622f510e Add repology badge to readme 2020-04-20 15:48:51 +05:30
Joe
9d46eb123f Release v0.7.0 2020-04-19 16:08:19 -04:00
Jason Volk
1eede32a8b Add missing qml-module-qtgraphicaleffects and qml-module-qtquick-controls2 to Ubuntu 19.10 in README. 2020-04-16 16:21:59 -07:00
Cadence Ember
fd1825b7c0
Update Ubuntu 19.10 dependencies list 2020-03-28 23:18:15 +13:00
DeepBlueV7.X
1a2b8b7a6b
Upload nightlies to #nheko-nightlies:neko.dev (#132)
* Upload nightlies to a matrix room

* Add branch to upload name

* Update README with new nightly location
2020-03-02 08:42:01 +00:00
Joseph Donofry
326e327d2c
Merge branch 'master' into 0.7.0-dev 2020-02-28 18:03:39 -05:00
nixo
3c57c322d3 Add Guix build and installation instructions 2020-02-23 21:18:10 +01:00
Nicolas Werner
e96241265e Use third_party singleapplication helper
This may still not raise the application correctly on some WMs, because
they don't allow disturbing the user with windows popping up. I don't
think we want to work around that.

fixes #84
fixes #113
2020-02-23 13:44:05 +01:00
DeepBlueV7.X
6bbb43958e
Remove some hopefully unneeded dependencies on ubuntu 19.10 2020-02-19 17:57:49 +00:00
Cadence Fish
a35b326702
Add Ubuntu 19.10 build requirements to README 2020-02-19 22:44:48 +13:00
Nicolas Werner
792c39d304 fix typo in build command in README 2020-01-27 18:27:31 +01:00
Nicolas Werner
0d22da6288 Update readme with new build instructions 2020-01-26 23:36:56 +01:00
Nicolas Werner
219b5b31e5 Remove third party fonts from readme
Since they are already removed from the repo
2020-01-23 23:01:55 +01:00
Nicolas Werner
853923916f Fix deps 2020-01-16 01:37:37 +01:00
Nicolas Werner
6b16616e3a Update README
[skip-ci]
2019-12-14 19:46:00 +01:00
Nicolas Werner
8c44c5e2d0 Change scroll behaviour of timeline
This requires Qt 5.9 (to calculate overshoot).
The default scroll behaviour of list views has far too much inertia.
This should make scrolling feel more like scrolling the other scroll
areas of nheko.
2019-12-08 00:54:28 +01:00
Nicolas Werner
610e4dbe90 Bump required boost and cmake version to match mtxclient 2019-12-03 17:25:22 +01:00
Nicolas Werner
10eb64de81 Bump required Qt version to 5.8 to support Q_NAMESPACE 2019-11-23 20:06:14 +01:00
Joe
35759d2c6c Merge branch '0.7.0-dev' of https://github.com/Nheko-Reborn/nheko into 0.7.0-dev 2019-11-02 00:27:54 -04:00
Protesilaos Stavrou
eb61ca8796
Update README with reference to Debian package 2019-10-30 18:15:31 +02:00
Joseph Donofry
6a14188cc4
Update README with S3 nightlies listing 2019-08-19 18:45:25 -04:00
Joe
54079130e9 Update README with translation information 2019-07-27 20:35:52 -04:00
Joseph Donofry
1b34b53afe
Update to v0.6.4 2019-05-22 22:29:31 -04:00
Joseph Donofry
dcf13bc606
Update nightly badge link 2019-05-15 19:08:13 -04:00
Joseph Donofry
74a8c65148
Fix flathub badge size 2019-05-15 19:04:59 -04:00
Joseph Donofry
2281f0d37e
Fix flathub badge size 2019-05-15 19:03:56 -04:00
Joseph Donofry
04c2255415
Fix flathub badge size 2019-05-15 19:01:31 -04:00
Joseph Donofry
75915968a1
Update flathub link 2019-05-15 18:59:59 -04:00
redsky17
0c53a87488
Update README screenshots. Fixes #36 2019-02-27 02:43:16 +00:00
Joe
440d0b81ca Release Nheko 0.6.3
- Update version numbers and documentation
- Fix github releases oauth key
2019-02-08 14:49:53 -05:00
redsky17
df5d24c87f Revert "Remove built-in emoji picker"
This reverts commit 4b807229aa.
2019-01-26 18:17:08 +00:00
redsky17
88665b0925 Update the README to point to updated endpoints for the various CI
projects.

Update the appveyor configuration to no longer use mujx keys.

Travis-CI keys still need to be updated.
2019-01-16 04:41:59 +00:00
Aaron Raimist
50780c0ef2
Update README to link to the room for the fork 2019-01-12 23:58:16 -06:00
redsky17
c930b36799 Update README to point to redsky17 travis-ci and appveyor vs mujx. 2019-01-13 02:18:01 +00:00
Konstantinos Sideris
a671bd62c4 v0.6.2 2018-10-07 17:53:09 +03:00
Konstantinos Sideris
2295d681a4 Remove the bundled open sans font 2018-10-07 13:27:20 +03:00
Konstantinos Sideris
4b807229aa Remove built-in emoji picker 2018-10-07 13:13:14 +03:00
Konstantinos Sideris
5ea47920ab v0.6.1 2018-09-26 09:27:58 +03:00
Konstantinos Sideris
14e1545c9a Remove bintray from the readme 2018-09-25 14:42:50 +03:00
Konstantinos Sideris
dec643e6ea v0.6.0 2018-09-21 16:44:45 +03:00
Konstantinos Sideris
1192dc5134 Update CI with cmark 2018-09-11 19:02:36 +03:00
Konstantinos Sideris
bf1d102658 Bump version to 0.5.5 2018-09-01 14:03:42 +03:00
Konstantinos Sideris
990a3a97c7 Merge matrix-structs into the client lib 2018-09-01 13:35:10 +03:00
Konstantinos Sideris
d0e31c43a6 Remove nix script which was unmaintained 2018-08-31 18:52:26 +03:00
Konstantinos Sideris
199a4eaf51 Bump version to v0.5.4 2018-08-21 20:48:38 +03:00
Konstantinos Sideris
34f4071f64 Update readme 2018-08-12 12:08:20 +03:00
Konstantinos Sideris
88e535debe Add flatpak installation 2018-08-03 10:23:17 +03:00
Sireesh Kodali
1f50d13b9f Add install instructions for macOS (#395) 2018-07-31 12:15:35 +03:00
Konstantinos Sideris
edf9f5242a v0.5.2 2018-07-28 13:51:14 +03:00
Konstantinos Sideris
b182ada3df Add note about e2ee 2018-07-21 21:07:55 +03:00
Konstantinos Sideris
40facd116e Bump version to v0.5.1 2018-07-17 17:30:17 +03:00
Konstantinos Sideris
9e77f0e407 Bump version to 0.5.0 2018-07-15 10:25:06 +03:00
Konstantinos Sideris
765ff5dcb5 Fix crash on Windows with out_of_range exception & update docs 2018-06-30 22:43:55 +03:00
Luca Beltrame
651ac95719 State that encrypted attachments aren't supported (#352)
As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README.
2018-06-27 16:52:11 +03:00
Konstantinos Sideris
794b9ceb1b Add entry for GCC5 on Travis-CI 2018-06-23 21:17:33 +03:00
Konstantinos Sideris
cb21433dc8 Allow copying the version info in the settings page 2018-06-23 01:46:18 +03:00
Konstantinos Sideris
961c880d55 Handle olm & lmdb exceptions during message decryption
fixes #345
2018-06-19 22:53:22 +03:00
Konstantinos Sideris
8704265978 Merge branch 'e2ee'
- Support for e2ee rooms
- Implement categories & file logging
- Let the user know when the app can't reach the server (#93)

fixes #13
fixes #326
2018-06-17 19:18:12 +03:00
Konstantinos Sideris
9884e02eb8 Update build instructions 2018-06-17 19:10:48 +03:00
Nicolas Riebesel
cce85f3ba8 Add Visual Studio 2017 support (#336) 2018-06-14 02:17:38 +03:00