v1.10.0
This commit is contained in:
@@ -745,8 +745,8 @@ android {
|
|||||||
applicationId = "com.vitorpamplona.amethyst"
|
applicationId = "com.vitorpamplona.amethyst"
|
||||||
minSdk = 26 // Android 8.0 (Oreo)
|
minSdk = 26 // Android 8.0 (Oreo)
|
||||||
targetSdk = 36 // Android 15
|
targetSdk = 36 // Android 15
|
||||||
versionCode = 444
|
versionCode = 446
|
||||||
versionName = "1.09.2"
|
versionName = "1.10.0"
|
||||||
|
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ description: Integration guide for using the Quartz Nostr KMP library in externa
|
|||||||
|
|
||||||
Reference for integrating `com.vitorpamplona.quartz:quartz` into external Nostr KMP projects.
|
Reference for integrating `com.vitorpamplona.quartz:quartz` into external Nostr KMP projects.
|
||||||
|
|
||||||
**Published artifact**: `com.vitorpamplona.quartz:quartz:1.09.2` (Maven Central)
|
**Published artifact**: `com.vitorpamplona.quartz:quartz:1.10.0` (Maven Central)
|
||||||
**Targets**: JVM 21+, Android (minSdk 21+), iOS (XCFramework `quartz-kmpKit`)
|
**Targets**: JVM 21+, Android (minSdk 21+), iOS (XCFramework `quartz-kmpKit`)
|
||||||
**License**: MIT
|
**License**: MIT
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ Reference for integrating `com.vitorpamplona.quartz:quartz` into external Nostr
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[versions]
|
[versions]
|
||||||
quartz = "1.09.2"
|
quartz = "1.10.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
|
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
|
||||||
@@ -41,7 +41,7 @@ kotlin {
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.vitorpamplona.quartz:quartz:1.09.2")
|
implementation("com.vitorpamplona.quartz:quartz:1.10.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
## Current version
|
## Current version
|
||||||
|
|
||||||
```
|
```
|
||||||
com.vitorpamplona.quartz:quartz:1.09.2
|
com.vitorpamplona.quartz:quartz:1.10.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Check latest: https://central.sonatype.com/artifact/com.vitorpamplona.quartz/quartz
|
Check latest: https://central.sonatype.com/artifact/com.vitorpamplona.quartz/quartz
|
||||||
@@ -16,7 +16,7 @@ Check latest: https://central.sonatype.com/artifact/com.vitorpamplona.quartz/qua
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[versions]
|
[versions]
|
||||||
quartz = "1.09.2"
|
quartz = "1.10.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
|
quartz = { module = "com.vitorpamplona.quartz:quartz", version.ref = "quartz" }
|
||||||
@@ -55,7 +55,7 @@ kotlin {
|
|||||||
```kotlin
|
```kotlin
|
||||||
// build.gradle.kts (app module)
|
// build.gradle.kts (app module)
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.vitorpamplona.quartz:quartz:1.09.2")
|
implementation("com.vitorpamplona.quartz:quartz:1.10.0")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.vitorpamplona.quartz:quartz:1.09.2")
|
implementation("com.vitorpamplona.quartz:quartz:1.10.0")
|
||||||
// JNA needed for libsodium (NIP-44) on JVM
|
// JNA needed for libsodium (NIP-44) on JVM
|
||||||
implementation("net.java.dev.jna:jna:5.18.1")
|
implementation("net.java.dev.jna:jna:5.18.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ The Quartz library was successfully converted from Android-only to full KMP supp
|
|||||||
## Current artifact
|
## Current artifact
|
||||||
|
|
||||||
```
|
```
|
||||||
com.vitorpamplona.quartz:quartz:1.09.2
|
com.vitorpamplona.quartz:quartz:1.10.0
|
||||||
```
|
```
|
||||||
|
|
||||||
See `.claude/skills/quartz-integration/SKILL.md` for full integration guide.
|
See `.claude/skills/quartz-integration/SKILL.md` for full integration guide.
|
||||||
+8
-8
@@ -113,7 +113,7 @@ Where:
|
|||||||
|
|
||||||
| Field | Values |
|
| Field | Values |
|
||||||
|---|---------------------------------------------------------|
|
|---|---------------------------------------------------------|
|
||||||
| `<version>` | Tag stripped of leading `v` (e.g. `1.09.2`) |
|
| `<version>` | Tag stripped of leading `v` (e.g. `1.10.0`) |
|
||||||
| `<family>` | `macos`, `windows`, `linux` |
|
| `<family>` | `macos`, `windows`, `linux` |
|
||||||
| `<arch>` | `x64`, `arm64` |
|
| `<arch>` | `x64`, `arm64` |
|
||||||
| `<ext>` | `dmg`, `msi`, `zip`, `deb`, `rpm`, `AppImage`, `tar.gz` |
|
| `<ext>` | `dmg`, `msi`, `zip`, `deb`, `rpm`, `AppImage`, `tar.gz` |
|
||||||
@@ -124,10 +124,10 @@ any change is a breaking contract.
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
- `amethyst-desktop-1.09.2-macos-x64.dmg`
|
- `amethyst-desktop-1.10.0-macos-x64.dmg`
|
||||||
- `amethyst-desktop-1.09.2-macos-arm64.dmg`
|
- `amethyst-desktop-1.10.0-macos-arm64.dmg`
|
||||||
- `amethyst-desktop-1.09.2-windows-x64.msi`
|
- `amethyst-desktop-1.10.0-windows-x64.msi`
|
||||||
- `amethyst-desktop-1.09.2-linux-x64.AppImage`
|
- `amethyst-desktop-1.10.0-linux-x64.AppImage`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -223,8 +223,8 @@ or equivalent issue tracker. On rotation, paste new token and run
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew bump-cask-pr amethyst-nostr \
|
brew bump-cask-pr amethyst-nostr \
|
||||||
--version 1.09.2 \
|
--version 1.10.0 \
|
||||||
--url "https://github.com/vitorpamplona/amethyst/releases/download/v1.09.2/amethyst-desktop-1.09.2-macos-arm64.dmg"
|
--url "https://github.com/vitorpamplona/amethyst/releases/download/v1.10.0/amethyst-desktop-1.10.0-macos-arm64.dmg"
|
||||||
```
|
```
|
||||||
|
|
||||||
The cask filename is `amethyst-nostr` (not `amethyst` — that's taken by a
|
The cask filename is `amethyst-nostr` (not `amethyst` — that's taken by a
|
||||||
@@ -235,7 +235,7 @@ auto-submits new version bumps on each stable release.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
wingetcreate new \
|
wingetcreate new \
|
||||||
https://github.com/vitorpamplona/amethyst/releases/download/v1.09.2/amethyst-desktop-1.09.2-windows-x64.msi
|
https://github.com/vitorpamplona/amethyst/releases/download/v1.10.0/amethyst-desktop-1.10.0-windows-x64.msi
|
||||||
```
|
```
|
||||||
|
|
||||||
Set `PackageIdentifier = VitorPamplona.Amethyst`. After the first manifest is
|
Set `PackageIdentifier = VitorPamplona.Amethyst`. After the first manifest is
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ android {
|
|||||||
applicationId = "com.vitorpamplona.amethyst"
|
applicationId = "com.vitorpamplona.amethyst"
|
||||||
minSdk = libs.versions.android.minSdk.get().toInteger()
|
minSdk = libs.versions.android.minSdk.get().toInteger()
|
||||||
targetSdk = libs.versions.android.targetSdk.get().toInteger()
|
targetSdk = libs.versions.android.targetSdk.get().toInteger()
|
||||||
versionCode = 445
|
versionCode = 446
|
||||||
versionName = generateVersionName(libs.versions.app.get())
|
versionName = generateVersionName(libs.versions.app.get())
|
||||||
buildConfigField "String", "RELEASE_NOTES_ID", "\"b1b91d7ee0c5da9d081d1a53470248ee4585b058b11aa34fe28c0e3e07ac1e0a\""
|
buildConfigField "String", "RELEASE_NOTES_ID", "\"b1b91d7ee0c5da9d081d1a53470248ee4585b058b11aa34fe28c0e3e07ac1e0a\""
|
||||||
|
|
||||||
|
|||||||
@@ -103,4 +103,4 @@
|
|||||||
## Test Environment
|
## Test Environment
|
||||||
- OS:
|
- OS:
|
||||||
- JDK version:
|
- JDK version:
|
||||||
- Amethyst version: 1.09.2 (feat/desktop-multi-account)
|
- Amethyst version: 1.10.0 (feat/desktop-multi-account)
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ data class RelayInfo(
|
|||||||
const val NAME = "geode"
|
const val NAME = "geode"
|
||||||
const val DESCRIPTION = "Embedded Nostr relay from the Amethyst quartz library."
|
const val DESCRIPTION = "Embedded Nostr relay from the Amethyst quartz library."
|
||||||
const val SOFTWARE = "https://github.com/vitorpamplona/amethyst/tree/main/geode"
|
const val SOFTWARE = "https://github.com/vitorpamplona/amethyst/tree/main/geode"
|
||||||
const val VERSION = "1.09.2"
|
const val VERSION = "1.10.0"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* NIPs this relay implements out of the box. Single source of
|
* NIPs this relay implements out of the box. Single source of
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Amethyst app version — single source of truth consumed by both Android (amethyst/)
|
# Amethyst app version — single source of truth consumed by both Android (amethyst/)
|
||||||
# and Desktop (desktopApp/). Android versionCode is bumped independently in
|
# and Desktop (desktopApp/). Android versionCode is bumped independently in
|
||||||
# amethyst/build.gradle because it must be a monotonic integer.
|
# amethyst/build.gradle because it must be a monotonic integer.
|
||||||
app = "1.09.2"
|
app = "1.10.0"
|
||||||
accompanistAdaptive = "0.37.3"
|
accompanistAdaptive = "0.37.3"
|
||||||
cachemapVersion = "0.2.4"
|
cachemapVersion = "0.2.4"
|
||||||
composeMultiplatform = "1.11.0"
|
composeMultiplatform = "1.11.0"
|
||||||
|
|||||||
@@ -370,7 +370,7 @@ mavenPublishing {
|
|||||||
coordinates(
|
coordinates(
|
||||||
groupId = "com.vitorpamplona.quartz",
|
groupId = "com.vitorpamplona.quartz",
|
||||||
artifactId = "quartz",
|
artifactId = "quartz",
|
||||||
version = "1.09.2",
|
version = "1.10.0",
|
||||||
)
|
)
|
||||||
|
|
||||||
// Configure publishing to Maven Central
|
// Configure publishing to Maven Central
|
||||||
|
|||||||
Reference in New Issue
Block a user