Skip to content

Oryoki 0.2.0

Compare
Choose a tag to compare
@thmsbfft thmsbfft released this 05 Sep 01:22
· 42 commits to master since this release

Rewrote the entire project this summer (1000 js lines down). It should make the project easier to read (less bs, standard code style), and easier to expand (modules, events).

Refactored:

  • Inter-process comms
  • Window management
  • Recording
  • Menus
  • Config files

Reorganized:

  • Everything else

themes

Toggle between light/dark themes with cmd+alt+n. The theme affects the entire UI, on a per-window basis. Theme switching happens automatically when visiting a website, based on the page’s luminance. This option can be changed in preferences.

recording

Video recording has been overhauled to record frames directly to file. Options and features otherwise unchanged. Note that recording large frames, or for a long time can have you wait for a bit before the stream clears and the file is ready.

misc

  • New ui for mini-console
  • Hovering links displays urls
  • Small bug fixing, etc.