Skip to content

Releases: ortfo/gui

0.1.0-alpha.2

24 Apr 23:24
Compare
Choose a tag to compare
0.1.0-alpha.2 Pre-release
Pre-release
  • Work filtering by tags
  • Make error page a little better-looking
  • Pick folders by browsing
  • Edit raw description (useful when it breaks)
  • Add "about ortfo" modal (accessible by clicking on the logo in the navbar)
  • Reset settings / UI state
  • Keybindings:
    • ctrl+b to re-build database
    • ctrl+w to close work editor
    • rudimentary vim keybinds: G, gg, h, j, k, l, and chords to access tabs (type the 2 first letter of the tab's name and it opens it)

v0.1.0-alpha.1

17 Apr 22:07
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Known issues

  • Some works with more complex layouts won't load in the editor
  • Can't change the row capacity for the layout (i.e. change the maximum number of layout blocks that can be side-by-side)
  • All paths have to be entered manually, no file selection dialog / dragging or dropping (this includes setting the projects folder, adding media files to a work, etc.)
  • Onboarding is kinda rough, to say the least (first screen you'll see is an error saying that the folder at path "" was not found), but doable (I added an input field to change the projects folder from the error screen)

How to run

This is a simple executable binary, just mark it as executable (if needed) and run it.

Linux

As this is a standard executable, you shouldn't run into any problems. I compiled it on Manjaro, kernel 5.17.1-3

Windows

Doesn't work yet as webview/webview has a bug that prevents compiling for Windows (see webview/webview#706).
It might be possible to run from source (using pnpm dev in the cloned git repo) though. Didn't test.

Mac OS

Mac OS 11 (Big Sur) or newer is required (it does work (and was compiled on) Catalina though, but Go 1.18 officially supports Big Sur or newer)