Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-30 | Add basic support for replies (#292) | Konstantinos Sideris | 7 | -1/+41 | |
2018-06-29 | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 5 | -4/+57 | |
fixes #160 fixes #163 fixes #187 fixes #127 | |||||
2018-06-28 | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 14 | -64/+272 | |
2018-06-28 | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 3 | -31/+36 | |
2018-06-27 | State that encrypted attachments aren't supported (#352) | Luca Beltrame | 1 | -1/+1 | |
As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README. | |||||
2018-06-25 | Send one claim request per user that includes all devices | Konstantinos Sideris | 3 | -49/+96 | |
Add missing megolm algorithm field that was causing the "unknown algorithm" error. | |||||
2018-06-23 | Add entry for GCC5 on Travis-CI | Konstantinos Sideris | 3 | -3/+16 | |
2018-06-23 | Allow copying the version info in the settings page | Konstantinos Sideris | 2 | -7/+5 | |
2018-06-22 | Fix the appimage generation |