summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* initial support for alternate domainsalt-serverthe lemons2022-11-14
|
* Increase reconnect delay to one minuteJoscha2022-11-09
|
* Satisfy clippyJoscha2022-11-05
|
* Omit newlines between errorsJoscha2022-11-05
|
* Update euphoxideJoscha2022-10-23
|
* Update to clap 4.0Joscha2022-09-29
|
* Add todoJoscha2022-09-27
|
* Bump version to 0.5.0Joscha2022-09-26
|
* Update dependenciesJoscha2022-09-26
|
* Use esc to leave nick list focusJoscha2022-09-26
|
* Make initial rooms sort order configurableJoscha2022-09-26
|
* Update toss to version with separate widthdbJoscha2022-09-26
|
* Update euphoxide to version with partial sessionsJoscha2022-09-26
|
* Update euphoxide to version with id newtype wrappersJoscha2022-09-26
|
* Add message inspection popupJoscha2022-09-25
|
* Reorganize key bindings list a bitJoscha2022-09-25
|
* Fix nick list cursor renderingJoscha2022-09-25
|
* Move cursor in nick listJoscha2022-09-25
|
* Extract list key bindings to utilJoscha2022-09-25
| | | | Also refactors the Rooms event handling code a bit
* Display nick list cursorJoscha2022-09-25
|
* Display chat cursor only when chat has focusJoscha2022-09-25
|
* Switch focus using tabJoscha2022-09-25
| | | | Also refactored some key event handling code in the process.
* Track focus in roomJoscha2022-09-25
|
* Clean up use of SizeJoscha2022-09-25
|
* Remove and add todosJoscha2022-09-25
|
* Fix list cursor when item moves off-screenJoscha2022-09-25
| | | | | | | | | | When a list scrolls or changes in such a way that the cursor item moves off-screen, the cursor would jump to the closest visible item. It makes more sense for the cursor to remain on its selected item and for the list to scroll instead. That way, it is less likely for the user to perform an action on the wrong list item if they press a key while the list is changing.
* Add error popup when external editor failsJoscha2022-09-25
|
* Fix inspect message only working when connectedJoscha2022-09-16
|
* Fix typoJoscha2022-09-10
|
* Simplify function callJoscha2022-09-10
|
* Log encountered errors on shutdownJoscha2022-09-09
|
* Log sql errors in vaultJoscha2022-09-09
|
* Simplify codeJoscha2022-09-09
|
* Rename tree_id to root_idJoscha2022-09-09
|
* Move functions to EuphVault and add EuphRoomVaultJoscha2022-09-09
| | | | | | This commit moves all euph_* functions from Vault to EuphVault. The previous EuphVault is now called EuphRoomVault and re-exports all room-based functions from the EuphVault. It also implements MsgStore.
* Reduce vault code duplication with macrosJoscha2022-09-09
|
* Add message inspection popupJoscha2022-09-09
|
* Add room deletion confirmation popupJoscha2022-09-08
|
* Fix cursor disappearing in editorJoscha2022-09-08
|
* Fix cursor being visible through popupsJoscha2022-09-08
|
* Bump version to 0.4.0Joscha2022-09-01
|
* Update dependenciesJoscha2022-09-01
|
* Mention --config in changelogJoscha2022-09-01
|
* Document config file format and optionsJoscha2022-09-01
|
* Move "Using cove" section to the topJoscha2022-09-01
| | | | | | | | It is fairly important and easily missed if it is placed after the long "Manual install" section. If I ever add easier ways to install cove (like providing prebuilt binaries or packaging it on some package managers), I might change this order again and refer to the "Using cove" section in the top paragraph instead.
* Remove unnecessary mut-sJoscha2022-08-30
|
* Use absolute paths in key! macroJoscha2022-08-30
|
* Add todosJoscha2022-08-30
|
* Add rooms keybindings around autojoin roomsJoscha2022-08-30
|
* Fix links key binding masking editor key bindingsJoscha2022-08-30
|