Siggo Versions Save

a TUI for signal messenger, written in Go

0.12.0

2 years ago

New Feature

Use t to fzf fuzzy-match and goto a contact.

0.11.2

2 years ago

Bugfixs

  • signal-cli changed how they changed their group data somewhere after 0.8.4. This update should allow us to work with 0.9.2 (current as of today)

0.11.1

2 years ago

Added support for signal-cli >=0.8.2. They moved the location where they stored the contact list, as well as the schema. The old location (in signal-cli<0.8.2) should still work but I am not going to support it going forward.

0.10.0

2 years ago

New Features

  • Siggo automatically queries the signal network for v2 group names after initialization.

0.9.1

3 years ago

Bugfixes

  • contract list now scrolls properly
  • fixed issue with unicode characters \u2068 and \u2069 messing with the gui

Features

  • contact list loops around

0.9.0

3 years ago

New Features

  • Paste with p. Can even attach files by pasting them! Thanks @Limero
  • Filter the conversation with /<pattern>. Enter a pattern and only messages that contain a match are shown. You can use it to filter specific days like: /2021-02-0[1-4] or specific people in a group chat, or just to search for things.

Bug fix

  • Long contact names should no longer cause bugs by wrapping around in the contact panel

0.8.2

3 years ago

Fix a few issues that have cropped up with signal-cli-0.7.X.

If you use this version, please update to signal-cli>=0.7.4

0.8.1

3 years ago

Changes

  • Added simple indicators when in link / attachment selection mode.

0.8.0

3 years ago

Changes

  • Initial group chat support. They should show up in your contact list with a # prefix.
  • Linking using siggo link should now automatically add the phone number you linked to siggo's config. (thanks @Limero )

NOTE: If you update from a previous version, I recommend deleting your message history, as the format of the conversation files has changed slightly, and they could potentially fail to load properly.

0.7.0

3 years ago

Changes

  • Link Mode (l) lets you select from all the links in the conversation. ll still opens the most recent link just like before.