Releases: stronnag/wayfarer
Releases · stronnag/wayfarer
Current Build (2024-04)
Selectively better
- Improve the area selector
Wow! v1.0.0
Changes
- Remove
libportal
dependency - Obtain audio devices from
libpulse
rather thanpactl
- 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'