Skip to content

Releases: ragestudio/comty

v1.44.5@alpha

17 Sep 00:32

Choose a tag to compare

The changes include: - Adding Debian package as build target - Bumping
version to 0.4.0 - Adding settings module and channel selection -
Refactoring modules into dedicated directories - Removing unused files
and code cleanup - Adding app restart functionality - Installing React
dev tools in dev mode](54a34b6) - by @srgooglo

v1.44.4@alpha

18 Jul 08:25
6d3314f

Choose a tag to compare

v1.44.3@alpha

17 Jul 19:29
c3866ce

Choose a tag to compare

v1.44.2@alpha

07 Jul 15:59
ef4b669

Choose a tag to compare

v1.44.1@alpha

07 Jul 15:37
d279264

Choose a tag to compare

This change adds a Cloudflare Turnstile captcha verification step to the
user registration process, helping prevent automated account creation.](abd65cf) - by @srgooglo

v1.44.0@alpha

04 Jul 14:43
a28552d

Choose a tag to compare

  • Standardize middleware naming to useMiddlewares - Add websocket
    support and handleWsUpgrade to users service - Update getFollowers to
    support pagination and return metadata - Emit user update events via
    websockets - Add linebridge^1.0.0 dependency - Minor code style and
    consistency improvements across routes](33fe204) - by @srgooglo

v1.43.0@alpha

21 May 19:21
2832b95

Choose a tag to compare

v1.42.2@alpha

21 May 19:16
add53cb

Choose a tag to compare

  • Move files for /tv/live/[id] route into a dedicated directory structure.
  • Introduce Shaka player decoder for HLS playback.
  • Remove deprecated FLV decoder (mpegts.js).
  • Add basic chat page placeholder.
  • Improve cleanup logic for decoder instances.](87f746d) - by @SrGooglo
  • Add WebSocket-based sync room for real-time music playback sync.
  • Expand music exploration search to include albums and artists.
  • Adjust track and release data fetching and deletion on server.
  • Enhance DASH segmentation job with codec overrides and MPD updates.
  • Update music service configuration for websockets and middlewares.
  • Make minor UI adjustments to the search component.](a478432) - by @SrGooglo
  • [+1273/-635][app] [Refactor player internals and sync

Replace TrackInstance with direct TrackManifest usage in the player
core. Introduce a SyncRoom class and related hooks (useSyncRoom,
useLyrics, etc.) for real-time state synchronization and shared lyrics
display. Enhance player indicators to show detailed audio format metadata
(codec, sample rate, bit depth). Relocate the Indicators component and update
the Lyrics page to utilize these new features and components.](0eaecf6) - by @SrGooglo

v1.42.1@alpha

15 May 14:16
96dfcdb

Choose a tag to compare

v1.42.0@alpha

15 May 13:11
16633e3

Choose a tag to compare

Remove concurrently and unused root dependencies. Update postinstall
script to install dependencies directly within sub-packages.

Add a check for process.stdin in the server REPL to prevent errors
when run without an available input stream.](955a22c) - by @SrGooglo