Skip to content

Releases: ThijmenDam/BarTranslate

v1.2.0 | CSS Hosted Externally

24 Sep 14:58
Compare
Choose a tag to compare

This is a nice one! 🚀

  1. The CSS injected into the translation pages is now hosted externally. This allows for interface adjustments to be made on-the-fly whenever Google or DeepL updates their translation page, eliminating the need to download a new release when this happens.

  2. Fixed the briefly visible change in styling when switching from application settings to the translation view (#44). Big thanks to @BepsiKohler for the contribution!

I do not have an Apple Silicon device, so only the x64 application file is attached. If you want the native application file, please build it yourself – this is supported.

v1.1.0 | Configurable Menu Bar Icon

26 Jul 15:46
Compare
Choose a tag to compare

Thanks to the great work of @BepsiKohler, BarTranslate now has a configurable menu bar icon:

configurable-menu-icon

v1.0.1 | System shortcuts for legacy macOS versions

01 Nov 15:07
Compare
Choose a tag to compare

Default system shortcuts (e.g. ⌘ + C, ⌘ + V, ⌘ + A) now work as expected on macOS Monterey and below.

For more information, see #29. Note that Sonoma and Ventura were never affected by this issue.

v1.0.0 | macOS native

16 Sep 18:57
8435ffc
Compare
Choose a tag to compare

My favorite release in a long time: BarTranslate is now a native macOS application! 😃

  1. Bundle size from 80+ MB to 650 KB (!)
  2. Resource usage is much lower, meaning BarTranslate is much faster than before.
  3. All the extra overhead from Electron is now gone. Bye!

Great, isn't it?

v0.5.0 | DeepL Support

19 Feb 12:58
Compare
Choose a tag to compare
  • Added support for DeepL Translate 🚀
  • Added a validator for the app's settings. If you accidentally delete the settings file, default settings are now
    provided as a fallback.
  • Resolved a rare bug that prevented the settings panel from loading properly.

Join the discussion here: #19

v0.4.1 | Improved Stability

03 Jan 14:44
Compare
Choose a tag to compare

A welcome dependency update that addresses the following issues:

  • Support for Stage Manager on macOS Ventura.
  • Some users could not open BarTranslate on macOS ("BarTranslate is damaged and can't be opened"). This should now be resolved.

v0.4.0 | Configurable Keyboard Shortcuts

02 Oct 13:38
Compare
Choose a tag to compare

Configurable keyboard shortcuts to:

  • Toggle the app.
  • Swap languages.
  • Select 'from' language.
  • Select 'to' language.

All keyboard shortcuts (except for toggling the app) are now localized, i.e. they will only be registered when the BarTranslate window is open.

v0.2.6 | Apple Silicon Support

24 Jun 09:11
a129e7c
Compare
Choose a tag to compare

Support for Apple Silicon (ARM64)

v0.2.5 | Toggle App Hotkey

29 Apr 20:21
Compare
Choose a tag to compare
  1. Added (for now static) hotkey for toggling BarTranslate alt / option + K.
  2. Added placeholder for dark mode in the settings panel. Dark mode will be included in a future release.
  3. Added hotkey ctrl / command + , to view the settings panel.
  4. Code structure improvements.

v0.2.4 | Language Swap Hotkey

11 Apr 17:20
Compare
Choose a tag to compare
  1. Added (for now static) hotkey for swapping languages (alt / option + L)
  2. TextArea content now automatically clears on language swap.
  3. Improved rendering of Google Translate webview.