Skip to content

Oryoki 0.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@thmsbfft thmsbfft released this 26 Aug 17:09
· 309 commits to master since this release

Omg finally! A first update that tackles usability and improves on a couple features.

Search dictionary

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

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

Following #6@koddson

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

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

✌️