Commit Graph

162 Commits

Author SHA1 Message Date
erroneousboat
50114764a7 Add desktop notifications
Fixes #116
2018-04-01 13:03:28 +02:00
erroneousboat
2ccc92179b Speed up process of loading channels 2018-03-31 10:58:37 +02:00
erroneousboat
0197300b18 Add loading screen 2018-03-30 15:55:29 +02:00
erroneousboat
29201a8bb2 Fix termui version 2018-03-30 14:59:23 +02:00
erroneousboat
f1f0bc1379 Ignore reply events 2018-03-24 13:56:55 +01:00
erroneousboat
e6897a6c40 Limit resizing functionality
Fixes #88
2018-03-23 13:08:42 +01:00
erroneousboat
ad04a301ec Make default slack-term config file a dotfile
Fixes #118, #127
2018-03-23 12:49:23 +01:00
erroneousboat
cae6a9a662 Fix panic when pasting in normal mode
Fixes #120
2018-03-23 12:26:09 +01:00
erroneousboat
7d87ccef35 Migrate to dep and update dependencies
Fixes #98
2018-03-23 11:16:06 +01:00
erroneousboat
f30310efa6 Merge branch 'v0.3.2'
* v0.3.2:
  Re-enable adding of line and supply documentation
  Fix problem with scrolling and offset chat view
2018-02-24 16:39:44 +01:00
erroneousboat
f2c61c7df2 Re-enable adding of line and supply documentation 2018-02-24 12:10:30 +01:00
erroneousboat
c478b98b0f Fix problem with scrolling and offset chat view
Fixes #83
2018-02-03 20:32:36 +01:00
erroneousboat
bbc0f1ea04 Move snapcraft to root folder 2018-01-27 13:16:36 +01:00
Alan Pope
76e8efa038 Update snapcraft.yaml 2018-01-27 13:14:26 +01:00
Alan Pope
579b359503 Add snapcraft support 2018-01-27 13:14:26 +01:00
erroneousboat
a2d12ee233 Add website usage overview 2018-01-27 13:10:59 +01:00
erroneousboat
0e7dac5ffe Merge branch 'v0.3.1'
* v0.3.1:
  Fix vertical resizing
  Fix GetText to return actual text not representation
  Update version number
  Clear notification when sending message on channel
  Reset offset when sending message
2018-01-27 12:57:29 +01:00
erroneousboat
b234e63ebf Fix vertical resizing
Fixes #78
2018-01-27 12:03:10 +01:00
erroneousboat
2b86b6f9fd Fix GetText to return actual text not representation
Fixes #81
2018-01-27 09:54:40 +01:00
erroneousboat
b6b1b799f2 Update version number 2018-01-27 09:35:00 +01:00
erroneousboat
43a91fafec Clear notification when sending message on channel
Fixes #74
2018-01-26 13:50:03 +01:00
erroneousboat
97c735f828 Reset offset when sending message
Fixes #73
2018-01-26 13:49:46 +01:00
erroneousboat
8d85421235 Update README.md 2017-12-23 11:47:10 +01:00
erroneousboat
ceb13292ac Merge branch 'v0.3.0'
* v0.3.0: (25 commits)
  Update readme
  Update readme and reset defaults
  Fix MarkAsRead
  Make search more robust
  Remove RankFind
  Start with improved search
  Implement theming for several components
  Start with theming functionality
  Start with adding colors for messages
  Fix notification for channels
  Fix input component overflow runewidth > 1
  Refactor to get service reference out of components
  Add support for double width runes
  Fix Chat component border labels
  Speed up Channels component
  Add profiling endpoints
  Add overflow functionality Input component
  Update Debug component
  Update Debug component
  Refactor to create more loose coupling
  ...
2017-12-22 14:23:42 +01:00
erroneousboat
4ca9ddcedf Update readme 2017-12-22 14:17:03 +01:00
erroneousboat
40999f9999 Update readme and reset defaults 2017-12-22 13:48:36 +01:00
erroneousboat
e8cae33f17 Fix MarkAsRead 2017-12-18 21:53:27 +01:00
erroneousboat
328200cd0b Merge branch 'improved-search' into v0.3.0
* improved-search:
  Make search more robust
  Remove RankFind
  Start with improved search
2017-12-17 14:31:58 +01:00
erroneousboat
f0df903d9d Merge branch 'color-messages' into v0.3.0
* color-messages:
  Implement theming for several components
  Start with theming functionality
  Start with adding colors for messages
2017-12-17 14:28:22 +01:00
erroneousboat
c9884997ec Make search more robust 2017-12-17 14:27:44 +01:00
erroneousboat
d66673d4b6 Remove RankFind
Doesn't work correctly with next and previous actions
2017-12-17 14:04:15 +01:00
erroneousboat
4234a63d7d Start with improved search
Fixes #70
2017-12-17 13:48:39 +01:00
erroneousboat
d170057b37 Implement theming for several components 2017-12-17 12:23:55 +01:00
erroneousboat
6ebeb7b5fc Start with theming functionality 2017-12-16 22:54:00 +01:00
erroneousboat
64c2257df0 Start with adding colors for messages 2017-12-16 21:18:01 +01:00
erroneousboat
45b1dac1bf Fix notification for channels 2017-12-16 21:13:20 +01:00
erroneousboat
e596093f19 Fix input component overflow runewidth > 1 2017-12-16 15:10:16 +01:00
erroneousboat
23388070de Refactor to get service reference out of components 2017-12-03 20:40:46 +01:00
erroneousboat
6d8d25cf1f Add support for double width runes
Fixes #61
2017-12-03 13:19:35 +01:00
erroneousboat
b35f430679 Fix Chat component border labels 2017-12-02 18:16:14 +01:00
erroneousboat
7ee7f3be93 Speed up Channels component 2017-12-02 17:35:48 +01:00
erroneousboat
d2ea2ea09c Add profiling endpoints 2017-12-02 17:35:27 +01:00
erroneousboat
a585963c43 Add overflow functionality Input component
Fixes #7
2017-12-02 15:24:56 +01:00
erroneousboat
93c9bb3c60 Update Debug component 2017-12-02 15:24:31 +01:00
erroneousboat
336bf288dd Update Debug component 2017-12-02 11:09:01 +01:00
erroneousboat
e38115970d Refactor to create more loose coupling 2017-12-01 23:52:25 +01:00
erroneousboat
2afb0ebd1e Update version 2017-12-01 13:25:35 +01:00
erroneousboat
2874a75228 Fix parseMentions
Fixes #63
2017-12-01 13:24:02 +01:00
erroneousboat
c2eee9955e Add username to PostMessage
Fixes #65
2017-12-01 12:05:27 +01:00
erroneousboat
cf7efb6cc9 Fix terminal state when connection fails
Fixes #66
2017-12-01 11:30:43 +01:00