Skip to content

Releases: amanharwara/altus

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

v4.0.0-beta3

23 Jan 06:38
3ce0956
Compare
Choose a tag to compare
v4.0.0-beta3 Pre-release
Pre-release

Features / Changes

  • Implement re-arranging tabs by dragging & dropping.

Bug fixes

  • Copying version info should work correctly now. (#121)

v4.0.0-beta2

21 Jan 11:41
3ce0956
Compare
Choose a tag to compare
v4.0.0-beta2 Pre-release
Pre-release

Features / Changes

  • Added feature to allow restoring the last closed tab.
  • Added zoom functionality.
  • Implemented correct notification behaviour.
  • Open clicked links in external browser.
  • Added context menus on right-click.
  • Added text formatting.
  • Added support for whatsapp:// links

Bug fixes

  • Fixed macOS icon & DMG sizing.
  • Settings Manager correctly updates now when importing settings.
  • Fixed error when "Prevent submitting on Enter" setting is turned on.

v4.0.0-beta1

18 Jan 15:30
3ce0956
Compare
Choose a tag to compare
v4.0.0-beta1 Pre-release
Pre-release

Features / Changes

  • Revamped UI.
  • 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.
  • Front-end is now made using Svelte w/ Typescript. This allows for a reactive UI and also improves the developer experience.

Bugfixes

  • Fix toggle bar setting not applying correctly. (#110)

v3.24.0

11 Dec 18:36
Compare
Choose a tag to compare

Features / Changes

  • Add setting to launch Altus on system startup. (#108)
  • Add setting to always start Altus minimized.

Bug fixes

None