Skip to content

Releases: amanharwara/altus

v4.4.4

16 Oct 04:20
8b90d41
Compare
Choose a tag to compare

What's Changed

  • Add "Open Settings" option in tray context menu (Aman Harwara)

v4.4.3

06 Oct 08:42
a23d714
Compare
Choose a tag to compare

What's Changed

All commits: 4.4.2...4.4.3

v4.4.2

21 Aug 18:21
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue #155. Ctrl+Enter should now work correctly when the Prevent sending with Enter setting is turned on.

Commits

  • [8974d11]: Add missing translations (Aman Harwara)
  • [81da469]: Bump version (Aman Harwara)
  • [e9a3b18]: Fix Ctrl+Enter issue (Aman Harwara)

v4.4.1

07 Aug 17:38
4.4.1
7b450c5
Compare
Choose a tag to compare

Features

  • Added Italian translation (thanks to @maicol07)

Commits

  • [5a49155]: Created italian translation (Maicol Battistini) #153
  • [f8a1a85]: Added italian language (Maicol Battistini) #153
  • [d65840e]: Create translation.missing.json (Maicol Battistini) #153
  • [7b450c5]: Bump version (Aman Harwara)

v4.4.0

07 Aug 08:40
4.4.0
2e13ca8
Compare
Choose a tag to compare

New Features

  • Change Tab Bar position

    • You can align it to either the top or the bottom.
  • Basic Multi-Language Support

    • Basic because so-far it only supports translating the menus.
    • Currently supported languages: English, Hindi
    • See #152 on how to add new translations

Commits

  • [bd74d9e]: Add setting to change Tab Bar position (Aman Harwara)
  • [e503553]: Bump version (Aman Harwara)
  • [2e13ca8]: Add basic multi-language support (Aman Harwara)

4.3.1

02 Aug 13:09
4.3.1
f923bd4
Compare
Choose a tag to compare

Commits

  • [f923bd4]: Update Electron (Aman Harwara)

4.3.0

19 Jul 10:37
4.3.0
95af49a
Compare
Choose a tag to compare

Commits

  • [2479702]: Yarn stuff... (Aman Harwara)
  • [10998bd]: Update dependencies (Aman Harwara)
  • [5c43a4d]: Add settings to remember window state (Aman Harwara)
  • [3b0d289]: Escape key closes settings manager (Aman Harwara)
  • [f8672db]: Update tab config modal (Aman Harwara)
  • [356d956]: Escape key closes theme manager (Aman Harwara)
  • [2deebf6]: Remove "Update available" message (Aman Harwara)
  • [956d060]: Minor fixes to utility bar (Aman Harwara)
  • [76f1d2e]: Fix yarn stuff (Aman Harwara)
  • [95af49a]: Fix more yarn stuff (Aman Harwara)

v4.2.0

31 Mar 11:25
Compare
Choose a tag to compare

Features

  • Add a WIP custom titlebar.
    • Custom titlebar is turned off by default. You have to go into the settings to enable it.

Commits

  • [5514318]: Update dependencies (Aman Harwara)
  • [0aeaed2]: Update yarn.lock (Aman Harwara)
  • [e1c537f]: Add icons for custom titlebar (Aman Harwara)
  • [ffe2d00]: Add IDs to menu items (Aman Harwara)
  • [142ccaa]: Utility function to clone MenuItem through IPC (Aman Harwara)
  • [3dc5ded]: Add CloneableMenuItem type (Aman Harwara)
  • [8ae7fc4]: Add setting for "Custom Titlebar" (Aman Harwara)
  • [7133160]: Fix tab close icon (Aman Harwara)
  • [c9d8b6c]: Custom Titlebar MVP using IPC instead of remote (Aman Harwara)
  • [38a51de]: Custom Titlebar MVP (Aman Harwara)
  • [c20d1d4]: Bump version (Aman Harwara)

v4.1.0

19 Mar 12:02
62e7c43
Compare
Choose a tag to compare

Features / Changes

  • Update Electron to v11.3.0
  • DevTools are now available even in packaged versions. (#129)
    • Ctrl+Shift+I opens the DevTools for Altus.
    • Ctrl+Shift+D opens the DevTools for the active WhatsApp instance.
    • Alternatively, you can go to the settings for a specific instance and click "Open DevTools".
  • Theme Manager now supports using your own CSS for a theme. (#129)
    • To use this, when creating or editing a theme, choose "Custom" as the preset.
  • Reduced minimum width & height for Altus' window.
  • Added setting to auto-hide menu bar.
    • When enabled, the menu bar gets hidden by default and only shows when you press the Alt key.
  • Added hotkeys for text formatting.
    • Ctrl+B for Bold, Ctrl+I for Italic, Ctrl+S for Strikethrough and Ctrl+M for Monospace.
  • Added search box to Settings Manager.
  • Added setting to enable/disable the "Save" dialog when downloading a file.
  • Added setting to change the default download directory. (#128)
  • Added mnemonics to the menu bar.

Bug fixes

  • "Check for updates" should now correctly show message when no new update is available. (#126)
  • Fix utility bar when replying or using emoji panel. (#103)

v4.0.0

28 Jan 10:08
2b71b8d
Compare
Choose a tag to compare

Features / Changes

  • Revamped UI written using Svelte.
  • Theme Manager & Settings show up as modals rather than separate windows.
  • Removed custom titlebar.
  • "Dark Plus" theme now has to be manually download from the Theme Manager.
  • Update Electron to v11.

Bug fixes