Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.0.16 protected
    2e076be3 · 0.0.16 (error) ·
    - setting the `search-params` attribute (to the attributes props we want to prefill) will fetch the data from URL hash `#` first, then search `?`
  • v0.0.15 protected
    - fix signaling-methods=a,b,c search param
  • v0.0.14 protected
    89c5fc64 · lint ·
    - update mwc to 0.2.2
    - minimize default styles
  • v0.0.13 protected
    13e0ec40 · 0.0.13 ·
    - fix qr code auto scanning issues (@sctlib/qr-code-utils)
    - fix rtc-peer wrong listener name (unused anyways)
  • v0.0.12 protected
    41610f0b · 0.0.12 ·
    - https://gitlab.com/sctlib/rtc/-/merge_requests/5
    - no more JSON encoding by default of the `rtc-user.send(data)`, do it yourself in the app, too confusing for me as end user in goog.space
  • v0.0.11 protected
    - refactor rtc-user.sendMessage into rtc-user.send, to accept binary data (previoulsy only json...)
    - add rtc-user slot="send" and slot="logs", so end user can display/not-display them; or add custom ones, inside the component
    
    Objectives:
    - fix rtc-user so it is possible to user https://gitlab.com/sctlib/space-element/-/merge_requests/3 without making "a hack" and using `rtc-user.$peerRef.value.dataChannel.send(binData)`, and also having to add a custom event listener on the data channel events, since the previous onMessage method/listener was expecting a string, and converting to JSON all times) -> not yet sure if this is implemented correctly
  • v0.0.10 protected
    97386b4f · 0.0.10 (rtc-user events) ·
    - add public event `rtc-user@dataChannel` when a data channel is open with the other peer
    - add public event `rtc-user@channelMessage` when a message from the other peer comes through the opened data channel
    See https://gitlab.com/sctlib/rtc/-/merge_requests/4
  • v0.0.9 protected
    467ea654 · fix ci? ·
    - improve matrix signaling
    - add <rtx-user search-params='["matrix-peers"]' /> for prefil ← URL?=
    - add license.txt GNU GENERAL PUBLIC LICENSE
    - allow rtc-user[matrix-peers=Array[user_id,user_id]'] for: in + out
    - allow selection rtc-user[signaling-methods='["copypaste", "..."]]
    - try fix rtc peer for iphone / webkit ? (`candiate.toJSON() ?`) cannot figure on browserstack iphone or on https://eruda.liriliri.io/
    - update log styles and body
    - add rtc-user[methods='["copypaste", "qr-codes"]'] + 2nd user
  • v0.0.8 protected
    - use new matrix-room-element.defineComponents -> to fix when importing mre + rtc (so two times mre) in an other project ("Error: components already defined")
  • v0.0.7 protected
    35cdb1ea · fix ci ·
    - fix export and custom element definition
  • v0.0.6 protected
    - matrix.sendToDevice signaling (user logged in and user guest) (add dependency @sctlib/matrix-room-element)
    - use prettier
  • v0.0.5 protected
    54d099c1 · 0.0.5 ·
    - improve visual feedback
  • v0.0.4 protected
    - qr code scanner flow for all platform; works across "network change/swith" from/to `firefox <-> chrome &| browser <-> mobile`
  • v0.0.3 protected
    - fix `vite.lib.formats: ['es']` module
  • v0.0.2 protected
    4e1712ca · 0.0.2 ·
    bundle with vite
  • v0.0.1 protected
    50f373dc · rety publish ·
    initial