Commit Graph

627 Commits

Author SHA1 Message Date
Tulir Asokan
baddce264f Update mauview and runewidth 2021-12-07 14:12:44 +02:00
Tulir Asokan
98db812df1 Add config flags for backspace behavior. Fixes #322 2021-11-11 00:26:53 +02:00
Tulir Asokan
e3094f4f80 Update mautrix-go 2021-09-30 18:58:38 +03:00
Tulir Asokan
e569c1519a Bump version to 0.2.4 2021-09-21 14:53:49 -04:00
Tulir Asokan
42063e5f88 Use xdg-user-dir to find download directory
Fixes #157
Closes #219
2021-09-19 23:46:34 -04:00
Tulir Asokan
15e05fc4e7 Try temporarily storing large sync responses to disk to reduce memory usage 2021-09-19 22:16:13 -04:00
Tulir Asokan
9dcf3bdb12 Store homeserver URL from .well-known responses 2021-09-19 21:34:47 -04:00
Tulir Asokan
2cff2cdc22 Adjust things in timestamp toggle 2021-09-19 20:59:59 -04:00
Tulir Asokan
57d0c8db5f Merge remote-tracking branch 'lxea/hidetimestamp' 2021-09-19 20:54:04 -04:00
Tulir Asokan
05790c156d Run sound command in goroutine so notification shows up at the same time 2021-09-19 20:52:20 -04:00
Tulir Asokan
531a58ce4a Check if notify-send is available before using notifications 2021-09-19 20:51:19 -04:00
Tulir Asokan
2436a9cd39 Update mautrix-go 2021-09-19 20:51:19 -04:00
Tulir Asokan
580393f218 Re-add paplay as an option and make audio files configurable 2021-09-19 20:51:08 -04:00
Tulir Asokan
5b70a6f1e5 Use osascript parameters for notification fallback on macOS 2021-09-19 20:51:03 -04:00
Maxim Karasev
86a9789013 Add generic notify_unix.go
Notification sound playback no longer depends on PulseAudio, so it
should run on any Unix-like operating system with libnotify and
vorbis-tools.
2021-09-18 21:22:01 +03:00
Alex McGrath
cd82d4d7fd Add toggle for timestamps 2021-08-17 10:50:24 +01:00
Tulir Asokan
a0b3cae259
Merge pull request #298 from negatethis/notify_openbsd
Added notify_openbsd.go to the notification library so that notifications will be available on OpenBSD systems as well
2021-08-02 23:10:20 +03:00
Tulir Asokan
3510d223b2 Revert fuzzy search input bar color to white 2021-08-02 22:35:15 +03:00
Tulir Asokan
6d8b34db09 Merge remote-tracking branch 'zavok/master' 2021-08-02 21:48:27 +03:00
Tulir Asokan
d936bafde8 Update mautrix-go 2021-08-02 21:47:00 +03:00
Tulir Asokan
f6326f69df Don't show links with data-mautrix-exclude-plaintext attribute 2021-08-02 21:46:21 +03:00
Tulir Asokan
e17822e2f7 Remove unused logPath method 2021-08-02 21:46:00 +03:00
Tulir Asokan
8ad2aa4e1a Escape slashes in room IDs in cache file names 2021-08-02 21:45:45 +03:00
negatethis
43de1c87e1 Added notify_openbsd.go to the notification library so that notifications will be available on OpenBSD systems as well 2021-06-14 12:12:58 -05:00
Tulir Asokan
2008d3755e Update mautrix-go 2021-04-29 23:52:27 +03:00
prenev
f3a70fbca5 Merge branch 'master' of https://github.com/tulir/gomuks 2021-04-11 11:13:28 +03:00
Tulir Asokan
37da6359a6
Update README.md 2021-04-10 14:02:53 +03:00
prenev
f97ddba86e ui: use ColorDefault where appropriate 2021-04-04 01:09:27 +03:00
Tulir Asokan
3964b6fd89 Fix some formatting and enable pretty panics in non-debug mode. Closes #265 2021-03-11 22:53:13 +02:00
Tulir Asokan
922223d241 Update dependencies 2021-03-11 22:46:44 +02:00
Tulir Asokan
8e6f89a59a Fix newline keybind toggle 2021-03-11 22:42:53 +02:00
roger
69bbdd0a1b Add NewLineByDefault toggle 2021-03-11 22:28:11 +02:00
Georg Sauthoff
b7966b5d4e Mark private chat as direct
That means direct as in direct messaging.

See also:

- https://matrix.org/docs/spec/client_server/latest#post-matrix-client-r0-createroom
- https://matrix.org/docs/spec/client_server/latest#module-dm
- https://godoc.org/maunium.net/go/mautrix#ReqCreateRoom

fixes #259
2021-03-11 22:26:16 +02:00
evan
4338c5a6ef fix index error in fuzzy search 2021-03-11 22:26:09 +02:00
Tulir Asokan
5498cbf30b Fix /verify in the help modal 2021-02-24 12:12:21 +02:00
Tulir Asokan
9ff328c080 Bump version to 0.2.3 2021-02-19 18:18:53 +02:00
Tulir Asokan
eabe5b873d Add missing tag to macos/universal build step 2021-02-18 18:40:06 +02:00
Tulir Asokan
d820c56e8b Only use SSO if no password is entered 2021-02-18 18:35:53 +02:00
Tulir Asokan
3a2a11b2b0 Combine macOS builds into universal binary 2021-02-09 15:38:25 +02:00
Tulir Asokan
ce4e9bf92a Tidy go.sum to make macOS build work 2021-02-08 22:55:52 +02:00
Tulir Asokan
be37f3ae3d Add missing stage param to CI file 2021-02-08 22:52:43 +02:00
Tulir Asokan
853c148dd5 Fix no-cgo build 2021-02-08 22:51:17 +02:00
Tulir Asokan
2790fc42c2 Add macOS builds 2021-02-08 22:49:13 +02:00
Tulir Asokan
c2f0bb244b Switch crypto store to SQLite 2021-02-08 22:42:40 +02:00
Tulir Asokan
d958c372cb Bump version to 0.2.2 2021-01-06 01:34:09 +02:00
Tulir Asokan
45f71dbaa3 Include m.room.encryption state events in timeline in sync filter 2020-11-29 02:05:11 +02:00
Tulir Asokan
f3854524bc Fix text selection panic caused by clipboard 2020-11-21 16:26:02 +02:00
Tulir Asokan
25bc7dfff3 Update mautrix-go 2020-11-21 14:44:11 +02:00
Tulir Asokan
9b42f5df8e Merge branch 'cross-signing' 2020-11-21 14:43:27 +02:00
Tulir Asokan
661a7cf17a Merge branch 'master' into cross-signing 2020-11-12 00:21:11 +02:00