This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
2+
3+ ## Version 1.0.0-alpha01 (2020-07-18)
4+ - Initial Release
Original file line number Diff line number Diff line change 44<!-- Intermediate = :material-checkbox-intermediate: -->
55<!-- Unchecked = :material-checkbox-blank-outline: -->
66
7- :material-checkbox-intermediate : Alpha release ( ` topl-core-base ` / ` topl-service ` modules only)
7+ :material-checkbox-marked : Alpha release
88 :material-checkbox-blank-outline: Pass-through commands to the TorControlConnection
99 :material-checkbox-blank-outline: Settings/Debug Activity (so devs don't have to create one if they don't wish to)
1010 :material-checkbox-blank-outline: Builder Option to disable stop service on task termination
1111 :material-checkbox-blank-outline: Transport Plugin support
1212 :material-checkbox-blank-outline: v3 Hidden Service Authentication support
1313 :material-checkbox-blank-outline: v3 Hidden Service Creation
14- :material-checkbox-blank-outline: Refactor ` topl-core ` module and add it to the release artifacts
1514
1615[ back] ( index.md )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android.enableJetifier=true
2121kotlin.code.style =official
2222
2323GROUP =io.matthewnelson.topl-android
24- VERSION_NAME =1.0.0-alpha01-SNAPSHOT
24+ VERSION_NAME =1.0.0-alpha01
2525
2626# The trailing 2 digits are for `alpha##` releases. For example:
2727# 4.4.1-alpha02 = 441102 where `102` stands for alpha02
Original file line number Diff line number Diff line change 11extra :
22 topl_android :
3- release : ' 1.0.0-alpha00 '
4- next_release : ' 1.0.0-alpha01 '
3+ release : ' 1.0.0-alpha01 '
4+ next_release : ' 1.0.0-alpha02 '
55 social :
66 - icon : material/earth
77 link : https://matthewnelson.io
You can’t perform that action at this time.
0 commit comments