Skip to content

Releases: nxtrace/NextTraceroute

v0.1.6

23 Jan 05:06

Choose a tag to compare

Update Notes:

  1. Update targetSDK to 36(Android 16)
  2. minSDK increased to 23(Android 6) from 21 (Android 5)
  3. Update dependencies

更新说明:

  1. targetSDK升级到36(安卓16)
  2. 最低SDK要求从21(安卓5)升级到23(安卓6)
  3. 更新依赖项

v0.1.5

24 Jan 08:22

Choose a tag to compare

Update Notes:

  1. Add theme support using the "Compose Color Picker" library.
  2. Update gradle and kotlin
  3. Update dependencies
  4. Optimize code to match the new kotlin version
  5. Add DNSPod's DoH to the settings

更新说明:

  1. 用"Compose Color Picker"库增加主题支持。
  2. 更新gradle和kotlin。
  3. 更新依赖项。
  4. 优化代码适应新kotlin版本
  5. 在设置增加了DNSPod的DoH

(Deprecated)v0.1.5

28 Jul 17:46

Choose a tag to compare

(Deprecated)v0.1.5 Pre-release
Pre-release

Update Notes:

  1. Add theme support using the "Compose Color Picker" library.
  2. Update gradle and kotlin
  3. Update dependencies
  4. Optimize code to match the new kotlin version
  5. Add DNSPod's DoH to the settings

更新说明:

  1. 用"Compose Color Picker"库增加主题支持。
  2. 更新gradle和kotlin。
  3. 更新依赖项。
  4. 优化代码适应新kotlin版本
  5. 在设置增加了DNSPod的DoH

v0.1.4

19 May 13:24

Choose a tag to compare

Update Notes:

  1. Update android:configChanges to prevent recomposition on screen rotation

更新说明:

  1. 更新android:configChanges避免屏幕旋转带来的重新组合

v0.1.3

17 May 14:16

Choose a tag to compare

Update Notes:

  1. Update gradle toolchain to 8.14
  2. Fix random blank screen in history page
  3. Fix a crash caused by invalid URL in MapTrace
  4. Optimize the display of reserved IP CIDR

更新说明:

  1. 升级gradle工具链到8.14
  2. 修复历史页面的随机空屏
  3. 修复在MapTrace因无效URL导致的崩溃
  4. 优化保留IP CIDR的显示

v0.1.2

15 May 03:34

Choose a tag to compare

Update Notes:

  1. Unable to strip libandroidx.graphics.path.so, packaging them as they are.
  2. Update Gradle from 8.11.1 to 8.14.
  3. add distributionSha256Sum to Gradle in order to prevent insecure gradlew.
  4. Enable exportSchema in Room Database.

更新说明:

  1. 无法剥离libandroidx.graphics.path.so的符号,将按原样打包。
  2. 将 Gradle 从 8.11.1 升级到 8.14。
  3. 向 Gradle 添加 distributionSha256Sum,以防止使用不安全的 gradlew。
  4. 在 Room 数据库中启用 exportSchema。

v0.1.1

12 May 18:37

Choose a tag to compare

Update Notes:

  1. Add history and search suggestions
  2. Update major version of kotlin to 2.1
  3. Initiate dnsjava context in MainActivity to prevent warnings
  4. Optimize UI colors
  5. Add the target IP and domain to result string

更新说明:

  1. 加入历史记录和搜索建议功能
  2. 更新kotlin大版本到2.1
  3. 在MainActivity初始化dnsjava上下文以避免警告
  4. 优化UI颜色
  5. 把目的IP和域名加入结果字符串

v0.1.0

30 Apr 09:16

Choose a tag to compare

Update Notes:

  1. Remove includeInBundle line in dependenciesInfo
  2. Replace deprecated API
  3. Update JDK version to 21
  4. Fix white status bar
  5. Upgrade Android SDK version from 34 to 35
  6. Upgrade dependencies

更新说明:

  1. 在AAB构建中加回dependenciesInfo
  2. 替换过时的API
  3. 更新到JDK21
  4. 修复白色状态栏
  5. 把安卓SDK版本从34升级到35
  6. 更新依赖

v0.0.8

19 Aug 17:11
2d010ad

Choose a tag to compare

Update Notes:

  1. Updated dependencies to the latest version.
  2. Switched to using GitHub Actions for automatic builds.

更新说明:

  1. 更新依赖包到最新版本。
  2. 转而使用Github Actions自动构建。

v0.0.7

26 May 09:43

Choose a tag to compare

Ready for Google Play