Skip to content

Releases: stronnag/wayfarer

Current Build (2024-04)

08 Apr 15:55
Compare
Choose a tag to compare
  • Recording on wlroots based compositors
  • master and development are functionally equivalent; development uses non-deprecated Gtk4 APIs (requires Gtk4 >= 4.12)

Selectively better

04 Mar 17:09
Compare
Choose a tag to compare
  • Improve the area selector

Wow! v1.0.0

27 Feb 19:53
Compare
Choose a tag to compare

Changes

  • Remove libportal dependency
  • Obtain audio devices from libpulse rather than pactl
  • Support end of recording by closing the Portal panel indicator
  • Store preferences in DConf / gsettings (schema org.stronnag.wayfarer).
  • Use blueprint-compiler / main

Settings Migration

An application wayfarer-convert-to-schema is built but not installed. It may be found the the build/ directory. This application will migrate ~/.config/wayfarer/cap.conf into the new gsettings schema.

$ build/wayfarer-convert-to-schema
Config read successfully
Settings schema updated

The settings may be inspected / get using gsettings, e.g.

$ gsettings list-recursively org.stronnag.wayfarer
org.stronnag.wayfarer audio-device 'alsa_output.pci-0000_00_1e.0.analog-stereo.monitor'
org.stronnag.wayfarer audio-rate uint32 48000
org.stronnag.wayfarer frame-rate uint32 30
org.stronnag.wayfarer media-type 'matroska'
org.stronnag.wayfarer notify-start true
org.stronnag.wayfarer notify-stop false
org.stronnag.wayfarer restore-token 'a10c29b0-9712-47d5-97fa-01c4032fcd6c'
org.stronnag.wayfarer video-dir '/home/myuser/Videos/Wayfarer'