Skip to content

Releases: greenart7c3/Amber

Release v3.0.7

26 Dec 00:49
09139c5
Compare
Choose a tag to compare

Amber 3.0.7

  • Fix a crash when using some web apps
  • Fix connected apps not marked as connected

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.7.txt and manifest-v3.0.7.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.7.txt.sig manifest-v3.0.7.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.7.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.6

25 Dec 23:57
b3e5adb
Compare
Choose a tag to compare

Amber 3.0.6

  • Fix a crash when using some web apps

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.6.txt and manifest-v3.0.6.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.6.txt.sig manifest-v3.0.6.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.6.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.5

20 Dec 18:19
c838047
Compare
Choose a tag to compare

Amber 3.0.5

  • Add appName parameter for web apps using nip 55
  • Try to fix bunker requests showing up again after accepting/rejecting them
  • Fix loading screen

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.5.txt and manifest-v3.0.5.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.5.txt.sig manifest-v3.0.5.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.5.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.4

18 Dec 19:08
6c1c733
Compare
Choose a tag to compare

Amber 3.0.4

  • Revert sending hex key in the get_public_key method
  • Fix connect request for bunkers
  • Add appName parameter to web apps

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.4.txt and manifest-v3.0.4.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.4.txt.sig manifest-v3.0.4.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.4.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.3

18 Dec 13:17
2875621
Compare
Choose a tag to compare

Amber 3.0.3

  • Fix racing condition when using bunkers
  • Better pin entry screen
  • Add a close application config in the ui
  • Separate the service notification in a group
  • Always return a hex key for the get_public_key method

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.3.txt and manifest-v3.0.3.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.3.txt.sig manifest-v3.0.3.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.3.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.2

11 Dec 19:13
c350d39
Compare
Choose a tag to compare

Amber 3.0.2

  • Improved onboarding
  • Don’t show floating button when using the offline version

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.2.txt and manifest-v3.0.2.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.2.txt.sig manifest-v3.0.2.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.2.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.1

04 Dec 17:20
e14f067
Compare
Choose a tag to compare

Amber 3.0.1

  • New design (still a work in progress)
  • Removed the push notification server
  • Open the permissions page with the correct account
  • Fix crash when signing in with ncryptsec
  • Fix icon size on notifications
  • Fix relay connection when changing the default relays
  • Option to setup a custom pin for the app
  • Button to copy your public key
  • Fix layout on Android < 15
  • Fix multi event screen
  • Fetch profile data
  • Show relay message when event is rejected
  • Fix profile icon size
  • Don’t close app when using nostrconnect arcade
  • Better check for valid relays
  • Fix padding and scrolling
  • Support for secret when using nostrconnect
  • Fix empty relay notice
  • Fix get_public_key not replying with hex key
  • Fix relay not connecting after adding a new bunker
  • Fix logout not working sometimes
  • Fix login screen showing when trying to login to some applications
  • Fix duplicated applications when connecting a new app

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.1.txt and manifest-v3.0.1.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.1.txt.sig manifest-v3.0.1.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.1.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.0

04 Dec 15:03
40eb430
Compare
Choose a tag to compare

Amber 3.0.0

  • New design (still a work in progress)
  • Removed the push notification server
  • Open the permissions page with the correct account
  • Fix crash when signing in with ncryptsec
  • Fix icon size on notifications
  • Fix relay connection when changing the default relays
  • Option to setup a custom pin for the app
  • Button to copy your public key
  • Fix layout on Android < 15
  • Fix multi event screen
  • Fetch profile data
  • Show relay message when event is rejected
  • Fix profile icon size
  • Don’t close app when using nostrconnect arcade
  • Better check for valid relays
  • Fix padding and scrolling
  • Support for secret when using nostrconnect
  • Fix empty relay notice
  • Fix get_public_key not replying with hex key
  • Fix relay not connecting after adding a new bunker
  • Fix logout not working sometimes
  • Fix login screen showing when trying to login to some applications

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.0.txt and manifest-v3.0.0.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.0.txt.sig manifest-v3.0.0.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.0.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.0-pre9

30 Nov 15:08
2ae2bb1
Compare
Choose a tag to compare
Release v3.0.0-pre9 Pre-release
Pre-release

Amber 3.0.0 - Beta 9

  • New design (still a work in progress)
  • Removed the push notification server
  • Open the permissions page with the correct account
  • Fix crash when signing in with ncryptsec
  • Fix icon size on notifications
  • Fix relay connection when changing the default relays
  • Option to setup a custom pin for the app
  • Button to copy your public key
  • Fix layout on Android < 15
  • Fix multi event screen
  • Fetch profile data
  • Show relay message when event is rejected
  • Fix profile icon size
  • Don’t close app when using nostrconnect arcade
  • Better check for valid relays
  • Fix padding and scrolling
  • Support for secret when using nostrconnect
  • Fix empty relay notice
  • Fix get_public_key not replying with hex key
  • Fix relay not connecting after adding a new bunker
  • Fix logout not working sometimes
  • Fix login screen showing when trying to login to some applications

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.0-pre9.txt and manifest-v3.0.0-pre9.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.0-pre9.txt.sig manifest-v3.0.0-pre9.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.0-pre9.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.

Release v3.0.0-pre8

29 Nov 17:51
ffef0f4
Compare
Choose a tag to compare
Release v3.0.0-pre8 Pre-release
Pre-release

Amber 3.0.0 - Beta 8

  • New design (still a work in progress)
  • Removed the push notification server
  • Open the permissions page with the correct account
  • Fix crash when signing in with ncryptsec
  • Fix icon size on notifications
  • Fix relay connection when changing the default relays
  • Option to setup a custom pin for the app
  • Button to copy your public key
  • Fix layout on Android < 15
  • Fix multi event screen
  • Fetch profile data
  • Show relay message when event is rejected
  • Fix profile icon size
  • Don’t close app when using nostrconnect arcade
  • Better check for valid relays
  • Fix padding and scrolling
  • Support for secret when using nostrconnect
  • Fix empty relay notice
  • Fix get_public_key not replying with hex key
  • Fix relay not connecting after adding a new bunker
  • Fix logout not working sometimes

Download it with zap.store, Obtainium, f-droid or download it directly in the releases page

If you like my work consider making a donation

Verifying the release

In order to verify the release, you'll need to have gpg or gpg2 installed on your system. Once you've obtained a copy (and hopefully verified that as well), you'll first need to import the keys that have signed this release if you haven't done so already:

gpg --keyserver hkps://keys.openpgp.org --recv-keys 44F0AAEB77F373747E3D5444885822EED3A26A6D

Once you have his PGP key you can verify the release (assuming manifest-v3.0.0-pre8.txt and manifest-v3.0.0-pre8.txt.sig are in the current directory) with:

gpg --verify manifest-v3.0.0-pre8.txt.sig manifest-v3.0.0-pre8.txt

You should see the following if the verification was successful:

gpg: Signature made Fri 13 Sep 2024 08:06:52 AM -03
gpg:                using RSA key 44F0AAEB77F373747E3D5444885822EED3A26A6D
gpg: Good signature from "greenart7c3 <[email protected]>"

That will verify the signature on the main manifest page which ensures integrity and authenticity of the binaries you've downloaded locally. Next, depending on your operating system you should then re-calculate the sha256 sum of the binary, and compare that with the following hashes:

cat manifest-v3.0.0-pre8.txt

One can use the shasum -a 256 <file name here> tool in order to re-compute the sha256 hash of the target binary for your operating system. The produced hash should be compared with the hashes listed above and they should match exactly.