Skip to content

Releases: amanharwara/altus

v3.7.0

01 Apr 06:57
Compare
Choose a tag to compare

CHANGELOG:

v3.6.0

22 Feb 12:54
Compare
Choose a tag to compare

CHANGELOG:

  • Added setting to toggle the tab bar.
  • Fixed issue #50

If you get an error on the start, delete settings.json file from data folder:

  • %appdata%/altus on Windows
  • ~/.config/altus on Linux
  • ~/Library/Application Support/altus on macOS.

v3.5.0

16 Feb 13:17
Compare
Choose a tag to compare

CHANGELOG:

  • Improved the themes functionality a bit. The dark theme is now loaded directly from the maker vednoc's repository. Also, fixed custom themes not working.
  • Changed some URLs that relied on my github repository.

v3.4.1

20 Jan 19:12
Compare
Choose a tag to compare

CHANGELOG:

  • The chat online indicator should work in the light/default theme now.
  • Notifications should work correctly now.

v3.4.0

18 Jan 09:16
Compare
Choose a tag to compare

CHANGELOG:

  • Clicking on a notification now opens the specific chat.
  • Chats that are online at the moment have an indicator on the bottom-left of their profile picture.

v3.3.0

14 Jan 11:57
Compare
Choose a tag to compare

CHANGELOG:

  • Persists window state, i.e., Altus will remember the size and position of the main window when you close it and open it the next time.

Version 3.2.0

19 Nov 16:07
Compare
Choose a tag to compare

CHANGELOG:

  • Escape strings in textboxes to prevent possible XSS attacks.

Version 3.1.0

08 Nov 11:29
Compare
Choose a tag to compare

CHANGELOG:

  • Added zoom functionality.
    • You can use the Ctrl key in junction with your mouse scroll wheel to zoom in or out.
    • You can press Ctrl++ to zoom in.
    • You can press Ctrl+- to zoom out.
    • You can press Ctrl+0 to reset the zoom.
  • Links inside WhatsApp should properly open in an external browser now.

Check commits 240285d, 3c9b287, b8cf95c, 16d4961, 4bbe721, 022efcb, ef94e3a, d0bb331.

Version 3.0.0

01 Nov 18:54
Compare
Choose a tag to compare

I recommend uninstalling any previous versions before installing this one.

CHANGELOG:

  • Rewrote all the base code. Should be more optimized than before.
  • Fixed issue #29.
  • Removed performance-heavy libraries like jQuery and Semantic-UI. (I think one of either jQuery or Semantic-UI were causing the issue #29)
  • Fixed issues #26 and #33. Sound and notifications work as intended now.
  • Creating a new tab instance has it's own tab instead of opening a pop-up. See this screenshot.
  • You can now search themes when creating or editing an instance, in case you have a lot of themes.
  • Right-clicking for a context menu now works.
    • Right-clicking a link will allow you to copy it.
    • Selecting and right-clicking regular text will allow you to copy it or search that specific text on Google.
    • Right-clicking an image will allow you to download that image.
      • Clicking "Save Image" will directly download that image to your "Downloads" folder.
      • Clicking "Save Image As" will allow you to select where to save the image.
    • Right-clicking a textbox will allow you to cut/copy/paste text.
  • Using a new tabs system implemented using Tabby.
  • Using SweetAlert2 for pop-ups.
  • Combined the Theme Customizer and Custom CSS windows into one. Also, completely revamped the theme customizer.
    • Using pickr to implement the color pickers. It provides a very good UI for color picking.
  • Theme Manager will ask for confirmation before deleting a theme.
  • You will be asked for confirmation before closing a tab. This can be disabled in the settings.
  • Added a new window to check for updates. It shows you the new version, the changelog/release notes for it and also allows you to download any of the three executables available.
  • Got rid of the "Launch on system start" setting. Most probably won't implement it again.

Roadmap:

  • Implement zoom functionality.
  • Ability to reset settings to default.
  • Manage themes without reloading the main window.

Check commit cf920e3 for detailed information.

Version 1.3.0

25 Aug 09:17
a41da36
Compare
Choose a tag to compare

Fully-functional version without multiple account support.
Issues #26 and #29 shouldn't occur in this version.