Skip to content

Releases: simplex-chat/simplex-chat

v0.5.0

08 Dec 20:22
Compare
Choose a tag to compare

The main new feature - long term user contact addresses.
That can be created with /ad command and shared with multiple people to connect to you.

See more information in this Reddit post

Commits:

  • add section Troubleshooting on Unix to README (#113)
  • CLA workflow (#122)
  • add version command (#123)
  • ✨ add install.sh script (#129)
  • fix cla workflow trigger (#132)
  • 📝 Update readme install instructions (#134)
  • add quick installation & welcome sections to readme (#135)
  • use ConnectionRequest syntax instead of "queue information" (#137)
  • install script: exit on failure, conditional curl/wget (#140)
  • Edited readme and added new logo image (#142)
  • Replace logo image (#143)
  • add user addresses section to readme (#145)
  • Removed horizontal lines (#144)
  • Permanent user addresses (aka contact links) (#139)
  • update readme and version in code (#147)
  • 0.5.0

v0.4.2

26 Sep 16:48
Compare
Choose a tag to compare
  • update readme (#106)

  • fix sending notification containing apostrophe on mac, wrap notification in exception handler (#107)

  • 0.4.2

v0.4.1

25 Sep 14:45
Compare
Choose a tag to compare
  • update gifs for larger font; readme fixes (#103)

  • fix small file transfer, closes #104 (#105)

  • 0.4.1

v0.4.0

11 Sep 19:44
Compare
Choose a tag to compare

NEW in v0.4: groups and sending files!

  • add gif to readme (#59)

  • add missing dot (#58)

  • support ad-hoc groups (broadcasts) (#61)

  • simplex-chat schema, refactor chat to use SMP agent functions (#62)

  • rename app folder (#63)

  • desktop notifications (#64)

  • Merge branch 'master' into v4

  • update ghc version to 8.10.4 for Docker build (#67)

  • make broader check for WSL on notifications (#68)

  • use chat protocol and contacts in chat commands/messages (#66)

  • establish connection using user profiles (#69)

  • move files to src folder (to allow testing) (#70)

  • use chat message format to pass profile information, refactor (#71)

  • chat test with VirtualTerminal (#72)

  • update readme: network topology and disclaimer on encryption design (#73)

  • simplify chat protocol (#74)

  • started chat groups protocol (#75)

  • use shared namespace for usernames, contact names and group names (#76)

  • chat groups: establish connection between host and invitee members (#77)

  • create appDir if absent (#79)

  • merge master to v4 (#83)

  • core chat groups protocol for adding members (#78)

  • refactor groups (#84)

  • subscribe all user contacts and group members (#85)

  • merge profiles using contact probe (#86)

  • Merge branch 'master' into v4

  • Merge branch 'master' into v4

  • group commands (remove member, leave group, delete group) (#87)

  • update for SMP agent protocol changes (#89)

  • TMVar lock to avoid subscriber and client processing in parallel, fix the test (#90)

  • escape/remove symbols in notifications for all platforms (#88)

  • Merge branch 'master' into v4

  • update for asynchronous message delivery (#92)

  • update user profile (and notify contacts) (#93)

  • subscribe pending connections on chat start (#95)

  • send files to contacts (#94)

  • update help - file transfer and groups (#98)

  • send files to groups (#97)

  • correctly print both db files (#100)

  • update default smp servers (#101)

  • update readme (#99)

  • update simplexmq version (#102)

  • Merge pull request #65 from simplex-chat/v4

  • 0.4.0

v0.3.1

10 May 18:52
Compare
Choose a tag to compare
  • print chat version on start (#50)

  • clean up docs (#51)

  • edit readme, add images and table of contents (#52)

  • add link to motivation (#54)

  • show message timestamps (#55)

  • update for SMP agent protocol 0.3.1 - SMP servers are in agent config… (#53)

  • move Markdown from simplexmq (#56)

  • 0.3.1

v0.3.0

04 May 08:06
Compare
Choose a tag to compare
0.3.0

v0.2.2

02 May 21:03
Compare
Choose a tag to compare
  • fix multiline output (messages and help) (#90)

  • Secret markdown (#91)

  • fix left arrow key (#92)

  • markdown help (#93)

  • fix: initially blocked keys (#94)

  • new chat UX: removed /name, add /delete and /reset, change /accept to /connect, allow command abbreviations (#95)

moved from simplexmq repo

v0.2.1

02 May 21:01
Compare
Choose a tag to compare
  • Windows support in editor mode (#85)

  • support Home, End and Del keys (#87)

  • markdown tests (#86)

  • refactor key handling (#88)

moved from simplexmq repo

v0.2.0

02 May 20:55
Compare
Choose a tag to compare
  • chat prototype (#35)

  • dog-food: distinguish self from contacts (#42)

  • add instructions on how to run chat client to README (#43)

  • terminal UI (#44)

  • add Dockerfile for building chat executable and instructions on running it (#48)

  • chat: fix welcome line (#51)

  • add chat history instructions to README (#56)

  • chat: subscribe to all connections on startup (#70)

  • Windows terminal editing (#71)

  • simplify installation instruction (#72)

  • readme: note on docker (#73)

  • automate releases (#76)

  • enforce windows terminal mode to basic, warning message (#77)

  • remove terminal mode "simple" (#78)

  • Support windows terminal in basic mode (#80)

  • Markdown (#81)

  • refactor chat terminal (#82)

  • automate changelogs (#83)

moved from simplexmq repo

v0.1.0

27 Dec 14:55
Compare
Choose a tag to compare

SMP protocol - initial draft