v0.0.9 - Bing Chat! 4 Panes! and Better Icon!
this actually involved a significant rewrite led by @seanoliver to make each chat modular, which means adding new chats should be pretty easy going forward.
the big challenge will be figuring out how to add locally run chats....
What's Changed
- fix icon by @kataqatsi in #30
- Provider modules by @seanoliver in #32
New Contributors
- @kataqatsi made their first contribution in #30
- @seanoliver made their first contribution in #32
Full Changelog: v0.0.8...v0.0.9
instructions
if you run into bullshit “smolmenubar is damaged and can’t be opened." messages, that is Apple being extortionist #34 .
You can override this: open a new Terminal window and type (or paste the following command):
xattr -d com.apple.quarantine /path/to/app.app
You’ll need to replace /path/to/app.app with the target location of the file you want to release from quarantine. One easy way of doing this is to drag the file into the Terminal window, right after the initial command. More details: https://www.howtogeek.com/803598/app-is-damaged-and-cant-be-opened/