Oryoki 0.0.4
Pre-releaseOmg finally! A first update that tackles usability and improves on a couple features.
Search dictionary
This comes with a number of changes to the omnibox. The search dictionary allows to search directly for wikipedia articles, images, dev docs, etc. The dictionary is entirely customizable, so you add your own.
This also means the default search engine is now customizable, too.
Notifications
Reworked to be more status-like, taking less space in the window. Refined the flow so there's not that many of them. Also introducing emojis now 💯
Web plugins
Web plugins allow to execute bits of local js on a specific domain name when visiting it. Web plugins are by default located in Application Support / Oryoki / Web Plugins
but you can set a custom path (like ./js
) in the app's preferences.
For example, when visiting www.twitter.com, Oryoki will look for / Web Plugins / twitter.js
, and execute its content on the page. Useful for a tweet filter, e.g., or all sorts of extensions to web pages.
Web plugins are enabled by default, and can be toggled on/off on any window in Tools > Web Plugins
.
Recording
Recording gets minor updates: a new recording App badge and a tray icon to stop recording. It is also now less likely to crash (like weird #1). Recording still requires you have ffmpeg installed on your system, but it checks for it first now (lol).
Other changes
• Menus have been reorganized a bit
• New windows now appear without flashing
• Minor type improvements
• Refactor of the UserManager and User classes
✌️