Skip to content

Releases: camuschat/camus

v0.3.2

16 May 17:23
v0.3.2
98766da
Compare
Choose a tag to compare
  • Fix database transaction bugs

v0.3.1

20 Apr 13:21
v0.3.1
4cb3d38
Compare
Choose a tag to compare
  • Add TypeScript to the frontend

v0.3.0 "Sisyphus"

04 Apr 13:54
v0.3.0
757a17a
Compare
Choose a tag to compare
  • Major refactoring of the server and the WebRTC client
  • Add support for a database (SQLite or Postgresql) on the server
  • Add support for multiple audio/video tracks to the WebRTC client
  • Improve support for screenreaders and keyboard-based navigation
  • Automatically reconnect websocket on failure/disconnection
  • Update the Snap package for database support
  • Add tutorial for deploying on Raspberry Pi

Breaking changes:

  • Rename the /chat route to /room

v0.2.3

27 Jan 14:26
v0.2.3
6b94f7f
Compare
Choose a tag to compare
  • Add invitation link and hang-up button [PR #24]

v0.2.2

01 Nov 14:04
v0.2.2
da5146e
Compare
Choose a tag to compare

Changes

  • Improve styling for the front page [PR #10 ]

v0.2.1

24 Oct 13:42
v0.2.1
4c920ad
Compare
Choose a tag to compare

Changes

Bug fixes [PR #9]:

  • Fix video preview when entering a room to use the selected device
  • Decrease time between server pings to the client to prevent the websocket timing out
  • Use an absolute URL for the screenshot in the README
  • Provide a logo for Heroku

v0.2.0 "Marie"

20 Oct 10:28
v0.2.0
341ed33
Compare
Choose a tag to compare

Changes

  • Rewrite the UI using React (with Redux)
  • Add video feed controls (fullscreen, picture-in-picture, resolution, audio level, visibility)
  • Support configuring STUN and TURN servers in the client
  • Add Snap package

v0.1.1

26 Aug 13:19
v0.1.1
37b7a0d
Compare
Choose a tag to compare

Changes

  • Add support for deploying on Heroku.
  • Use Hypercorn for running in production.

v0.1.0 "Rieux"

28 Jul 10:24
v0.1.0
ff5ec16
Compare
Choose a tag to compare

This is the initial stable release of Camus.

Features

  • Audio/video streaming
  • Desktop sharing
  • Text chat
  • Cross-browser support for recent versions of Chromium-family browsers, Firefox, and Safari
  • Server-side configuration to support TURN