Skip to content

Releases: asvid/RemoteLogger

v1.1.1

11 Apr 16:15

Choose a tag to compare

Changelog

  • 84abe21 feat: TUI cert pin display, WSS-only example app, readme v1.1.1

v1.1.0

11 Apr 15:38

Choose a tag to compare

Changelog

  • 1a457ee chore: bump lib version to 1.1.0
  • f3294b6 feat: WSS with self-signed cert pinning
  • c9d8edf docs: fix dependency scope — implementation not debugImplementation
  • 2b2a76b docs: update README with Homebrew install and Maven Central dependency

v1.0.3

11 Apr 14:56

Choose a tag to compare

Changelog

  • 18387c0 fix: revert homebrew key back to brews (homebrew not valid in v2.15.2)
  • 28ad9ef fix: replace deprecated brews key with homebrew in goreleaser config
  • 1dbbb86 fix: use if: conditions for release tag filtering, not invalid tags: filter

1.0.1: fix: update Gradle/AGP/Kotlin for Java 21, fix cleartext WebSocket

11 Apr 12:57

Choose a tag to compare

- Gradle 7.2 → 8.13, AGP 7.1.3 → 8.13.2, Kotlin 1.6.10 → 1.9.24
- Add namespace to both modules, remove package attr from manifests
- Switch Gradle JVM to JDK 21 arm64 in .idea/gradle.xml
- Add network_security_config.xml to permit cleartext ws:// traffic
- Update Compose to use plugin + BOM 2024.05.00, compiler 1.5.14
- Remove deprecated useIR and kotlinCompilerVersion flags
- Update README with network security setup instructions

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

Proper Rewrite

11 Apr 11:54

Choose a tag to compare

  • removed NodeJS server
  • updated golang deps
  • nice TUI instead of HTML generation
  • moved to Maven Central

server-v1.0.1: fix: goreleaser before hook syntax — use shell string not map

11 Apr 14:44

Choose a tag to compare

server-1.0.0: ci: scope workflows to tag prefix — lib-v* vs server-v*

11 Apr 13:29

Choose a tag to compare

lib-v1.1.1: feat: TUI cert pin display, WSS-only example app, readme v1.1.1

11 Apr 16:15

Choose a tag to compare

- Show cert pin and IP:port in TUI info bar (always visible)
- Remove ASCII art title; replace with 2-line styled header
- Drop pre-TUI stdout log noise (cert pin, IP, separator, ws listening)
- Remove go-figure dependency
- ExampleApp: disable cleartext network security config (uses WSS now)
- README: screenshot, version badge, update cert pin section, v1.1.1

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

lib-v1.1.0: chore: bump lib version to 1.1.0

11 Apr 15:38

Choose a tag to compare

0.2.3

12 May 13:18

Choose a tag to compare

build fixes