Skip to content

0.4.0 - Plug-ins, custom commands and increased configurability

Compare
Choose a tag to compare
@curlpipe curlpipe released this 20 Jul 23:14
· 452 commits to master since this release
ade5867

The main thing in this update is the ability to write macros, customise key bindings and write your own commands.

⚠️ You may need to update your configuration file if you've copied it to ~/.oxrc, this is due to a change in how the configuration file is used. The syntax and documentation are still valid, so your configuration file will likely not require a huge rewrite when updating.

Added ➕

  • Key bindings can now be modified from the configuration file to your preference
  • You can now build macros (or plug-ins) within the config file and have them run when a command or key binding is pressed

Fixed 🔧

  • Cleaned up the code a bit (errors are now better handled)