Releases: amanharwara/altus
Releases · amanharwara/altus
v3.8.0
v3.7.0
v3.6.0
v3.5.0
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
CHANGELOG:
- The chat online indicator should work in the light/default theme now.
- Notifications should work correctly now.
v3.4.0
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
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
CHANGELOG:
- Escape strings in textboxes to prevent possible XSS attacks.
Version 3.1.0
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.
- You can use the
- 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
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.