Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 22:57
· 3 commits to main since this release
6291280

New release. New features. New me.

Nagranie.ekranu_20250117_010736.mp4

Overlay

v0.3.0 brings long awaited Galaxy overlay support, however its state should be considered experimental.
As of now, no client that supports comet enables overlay support, if you want to try it nevertheless, refer to the wiki to learn how. I included a guide to make it work to some extent with current builds of Heroic (for very impatient people out there 😉 )
You should keep these things in mind when using it:

  • overlay may fail to initialize if imported tokens weren't refreshed
  • it works only when online
  • accepting an invite to join the game may not work

Configuration

You can adjust basic overlay settings with comet configuration file.
Available file locations:

  • Windows - %APPDATA%/comet/config.toml
  • Mac - ~/Library/Application Support/comet/config.toml
  • Linux - $XDG_CONFIG_HOME/comet/config.toml

Default configuration file is as follows

[overlay]
notification_volume = 50  # value from 0 to 100
position = "bottom_right" # position where notifications are shown: top_left top_right bottom_left bottom_right

# Controls chat message notifications
[overlay.notifications.chat]
enabled = true
sound= true

# Controls notifications when friend becomes online
[overlay.notifications.friend_online]
enabled = true
sound= true

# Controls notifications when someone sends you a friend invititation
[overlay.notifications.friend_invite]
enabled = true
sound= true

# Controls notifications when friend starts playing a game
[overlay.notifications.friend_game_start]
enabled = true
sound= true

# Controls notifications when someone sends you a game invite
[overlay.notifications.game_invite]
enabled = true
sound= true

Changes since last release

  • improv(lutris): load lutris.conf file from data dir if not available in .config by @imLinguin in c24d0cb
  • docs: add compatibilty report of wolfenstein the new order by @mrcaique in #59

Full Changelog: v0.2.0...v0.3.0