Skip to content

Latest commit

 

History

History
222 lines (135 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

222 lines (135 loc) · 3.71 KB

Changelog

All notable changes to this project will be documented in this file.

This project tries to follow semantic versioning.

[0.7.0] - 2024-01-25

Bug Fixes

  • Avoid panic when returned list of messages is empty
  • Resolve key mapping conflict for Debug toggle

Features

  • Debug mode with toggle and visible uuid
  • Dump room messages to json file

[0.6.0] - 2023-12-15

Documentation

  • Readme and Todo updates

Features

  • Scroll up to load older messages
  • Display people name instead of email
  • Basic priority queue for app events
  • Support remote deletion of a message
  • Support Space changed/created/joined/left events

[0.5.0] - 2023-12-04

Features

  • Live log configuration
  • Define log level on command line

[0.4.6] - 2023-11-30

Bug Fixes

  • Do not duplicate room content loading #33
  • Updated rooms are now re-ordered
  • Follow room when re-ordering

Features

  • Make terminal more responsive (200ms)
  • Display sent message sooner
  • Display team name alongside room name
  • Colorize room names

[0.4.5] - 2023-11-23

Features

  • Render html messages

[0.4.3] - 2023-11-23

Bug Fixes

  • Update webex-rust, fix #49

Documentation

  • Linting

[0.4.2] - 2023-11-22

Bug Fixes

  • Alt-Enter for new line
  • Deselect messages after sending
  • Unreleased in Changelog

Features

  • Make All the default room sorting mode
  • Edit a message
  • Indicate msg attachments

[0.4.1] - 2023-11-17

Bug Fixes

  • Load 1000 rooms instead of 100
  • Incoming msg update

Features

  • Sort Rooms by last activity

[0.4.0] - 2023-11-11

Bug Fixes

  • Rendering issue with scrollbar

Documentation

  • Make Changelog less verbose

Features

  • Minor adjustments to logging levels
  • Scrollbar for messages
  • Message threading

[0.3.0] - 2023-11-06

Bug Fixes

  • Logic in message selection

Features

  • Tab selection of active pane
  • Messsage selection WIP
  • Skip Compose pane on Tab
  • Delete a message
  • Message selection improvements

[0.2.4] - 2023-10-26

Bug Fixes

  • Continue retrieving Teams if one does not have a name. fix #17

[0.2.3] - 2023-10-23

Bug Fixes

  • #8 loading indicator accuracy
  • Do not hang with many tasks in parallel

[0.2.2] - 2023-10-18

Bug Fixes

  • #20 keep active room in Unread filter mode

Documentation

  • Update brew tap location

Features

  • Switch rooms list with Left/Right arrows

[0.2.1] - 2023-10-17

Bug Fixes

  • History messages do not set unread status

Features

  • Detect markdown (no rendering)

[0.2.0] - 2023-10-17

Features

  • Add Space and Direct room filters

[0.1.2] - 2023-10-16

Bug Fixes

  • Reset msg list offset at each draw #16

Documentation

  • Readme update

[0.1.1] - 2023-10-13

Documentation

  • Add doc to install with homebrew

[0.1.0] - 2023-10-13

Bug Fixes

  • Always write logs to file
  • Create event stream only when broken
  • Restart webex stream when lost
  • Panic when rooms list selector out of bounds
  • Incorrect room selected when list changes
  • Keep selection & active room when list changes
  • Contextual help update
  • Flake for darwin
  • Set redirect back to localhost to fix
  • Type in flake
  • Use hostname for client device name. Fix #4
  • Reverse order of message history. Fix #5
  • Broader help

Documentation

  • Update Todo

Features

  • Highlight teams with unread messages
  • Preliminary support for rooms list modes All, Recent and Unread
  • Auth before tui
  • Experiment broader redirect url (fails)
  • Restrict callback to localhost
  • Get past messages when viewing room
  • Add some color
  • Show recent rooms when opening
  • Small color improvements
  • Messages list as table
  • Scroll msg list to bottom
  • Improve message view