Skip to content

Releases: theroyakash/AmbientBuddy

v2.1.0

04 Mar 00:20
2da31e7
Compare
Choose a tag to compare

First production Version of AmbientBuddy (v2.1.0) is now available for download (with minor cosmetic updates from 2.0.1). Currently supports only the Apple Silicon Mac and Intel Based Mac.

Note

Code signing is a macOS security technology that you use to certify that an app was created by you. However, to sign and notarise a mac application we need to enrol into a $99/yr. developer program which I don't care about. Use the following command to sign the code for your mac.

First you Move the app from downloads to applications folder. Then run the command in your terminal.

xattr -cr /Applications/AmbientBuddy.app

Changes from the v2.1.0 release

  1. Minor Cosmetic Changes added to the build.

Promotional Page theroyakash.com/apps/AmbientBuddy

Full Changelog (Code Commits): v2.0.1...v2.1.0

v2.0.1 Release

03 Mar 10:24
9d50d49
Compare
Choose a tag to compare

First production Version of AmbientBuddy (v2.0.1) is now available for download (with minor updates from 2.0). Currently supports only the Apple Silicon Mac and Intel Based Mac.

Note

Code signing is a macOS security technology that you use to certify that an app was created by you. However, to sign and notarise a mac application we need to enrol into a $99/yr. developer program which I don't care about. Use the following command to sign the code for your mac.

First you Move the app from downloads to applications folder. Then run the command in your terminal.

xattr -cr /Applications/AmbientBuddy.app

Changes from the v2.0 release

  1. [FIXED] Dark mode bug
  2. Font bug fixed where font was not displaying properly.

Promotional Page theroyakash.com/apps/AmbientBuddy

Full Changelog (Code Commits): v2.0...v2.0.1

v2.0 Release

02 Mar 22:04
3bb8a06
Compare
Choose a tag to compare

First production Version of AmbientBuddy (v2.0) is now available for download. Currently supports only the Apple Silicon Mac and Intel Based Mac.

Note

Code signing is a macOS security technology that you use to certify that an app was created by you. However, to sign and notarise a mac application we need to enrol into a $99/yr. developer program which I don't care about. Use the following command to sign the code for your mac.

First you Move the app from downloads to applications folder. Then run the command in your terminal.

xattr -cr /Applications/AmbientBuddy.app

Changes from the second beta

  1. New design, new fonts added, new audios added
  2. Low latency audio looping created.

Promotional Page theroyakash.com/apps/AmbientBuddy

v1.1-beta

20 Jun 18:44
85a7940
Compare
Choose a tag to compare

Second Beta Version of AmbientBuddy is now available for download. Currently supports Apple Silicon Mac and Intel Based Mac.

Note

Code signing is a macOS security technology that you use to certify that an app was created by you. However to sign and notarise a mac application we need to enrol into a $99/yr developer program which I don't care about. Use the following command to sign the code for your mac.

First you Move the app from downloads to applications folder. Then run the command in your terminal

xattr -cr /Applications/AmbientBuddy.app

Changes from the first Beta

  1. [FIXED] Removed a dark-mode bug. In dark mode (OS settings) the tables would show random black bars.

Promotional Page theroyakash.com/apps/AmbientBuddy

v1.0-beta

19 Jun 04:18
9277f99
Compare
Choose a tag to compare

First Beta Version of AmbientBuddy is now available for download. Currently supports Apple Silicon Mac and Intel Based Mac.

Note

Code signing is a macOS security technology that you use to certify that an app was created by you. However to sign and notarise a mac application we need to enrol into a $99/yr developer program which I don't care about. Use the following command to sign the code for your mac.

First you Move the app from downloads to applications folder. Then run the command in your terminal

xattr -cr /Applications/AmbientBuddy.app

Promotional Page theroyakash.com/apps/AmbientBuddy

v0.01-0623-alpha

13 Jun 20:32
2635517
Compare
Choose a tag to compare
v0.01-0623-alpha Pre-release
Pre-release

Basic UI with basic JS + CSS + HTML implementation for AmbientBuddy. Works for testing purposes. Do not consider this as a usable release.