Skip to content

Releases: skydoves/chatgpt-android

1.1.0

03 Apr 02:02
a428d82
Compare
Choose a tag to compare

What's New

  • Now, chatgpt-android uses OpenAI's official Chat API.
  • Updated the guidelines for building processes.

What's Changed

  • Bump com.github.skydoves:sandwich from 1.3.8 to 1.3.9 by @dependabot in #203
  • Bump landscapist from 2.2.7 to 2.2.8 by @dependabot in #204
  • Bump Compose, Landscapist, Balloon, Sandwich, and all androidx depend… by @skydoves in #210
  • Bump hilt from 2.47 to 2.48 by @dependabot in #207
  • Bump com.github.skydoves:snitcher from 1.0.1 to 1.0.3 by @dependabot in #211
  • Bump landscapist from 2.2.8 to 2.2.10 by @dependabot in #215
  • Migrate Hilt to use KSP by @skydoves in #216
  • Bump com.github.skydoves:balloon-compose from 1.6.0 to 1.6.1 by @dependabot in #218
  • Remove redundant default config line and unused imports by @nohjunh in #219
  • Bump com.squareup.okhttp3:logging-interceptor from 4.11.0 to 4.12.0 by @dependabot in #220
  • Bump com.google.devtools.ksp from 1.9.10-1.0.13 to 1.9.20-1.0.13 by @dependabot in #225
  • Bump com.github.skydoves:sandwich from 1.3.9 to 2.0.0 by @dependabot in #224
  • Bump com.github.skydoves:sandwich-retrofit from 2.0.0 to 2.0.1 by @dependabot in #232
  • Bump landscapist from 2.2.10 to 2.2.12 by @dependabot in #229
  • Bump com.github.skydoves:sandwich-retrofit from 2.0.1 to 2.0.2 by @dependabot in #233
  • Bump com.github.skydoves:balloon-compose from 1.6.1 to 1.6.3 by @dependabot in #234
  • Bump com.google.devtools.ksp from 1.9.20-1.0.13 to 1.9.20-1.0.14 by @dependabot in #227
  • Bump com.github.skydoves:sandwich-retrofit from 2.0.2 to 2.0.4 by @dependabot in #238
  • Bump com.google.devtools.ksp from 1.9.20-1.0.14 to 1.9.21-1.0.16 by @dependabot in #246
  • Bump com.github.skydoves:sandwich-retrofit from 2.0.4 to 2.0.5 by @dependabot in #245
  • Bump landscapist from 2.2.12 to 2.2.13 by @dependabot in #248
  • Bump hilt from 2.48.1 to 2.50 by @dependabot in #247
  • Bump com.github.skydoves:balloon-compose from 1.6.3 to 1.6.4 by @dependabot in #252
  • Bump com.google.devtools.ksp from 1.9.21-1.0.16 to 1.9.22-1.0.16 by @dependabot in #251
  • Migrate to Stream chat SDK 6.0.11 by @skydoves in #253
  • Bump streamChatSDK from 6.0.11 to 6.0.12 by @dependabot in #254
  • Bump androidxCompose from 1.5.2 to 1.6.0 by @dependabot in #264
  • Bump streamChatSDK from 6.0.12 to 6.0.13 by @dependabot in #262
  • Bump androidGradlePlugin from 8.1.2 to 8.2.2 by @dependabot in #261
  • Bump androidx.hilt:hilt-navigation-compose from 1.0.0 to 1.1.0 by @dependabot in #263
  • Bump androidx.navigation:navigation-compose from 2.7.3 to 2.7.7 by @dependabot in #273
  • Migrate to OpenAI APIs by @skydoves in #280

New Contributors

Full Changelog: 1.0.11...1.1.0

1.0.11

23 Aug 06:21
ab90f81
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

01 Jul 05:39
d2c7b8b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.9...1.0.10

1.0.9

17 Jun 09:28
1548b3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.0.9

1.0.8

18 Mar 08:11
5c2df91
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

06 Mar 05:43
50dfd90
Compare
Choose a tag to compare

What's Changed

  • Add a custom user agent to allow Google/Microsoft login by @skydoves in #94
  • Add workflows for baseline profiles and add test device for the benchmark by @skydoves in #67
  • correct misspelt word "bitton" to button by @Felix-Kariuki in #75
  • Fixed the first word of the step name in android.yml to be capitalized. by @takagimeow in #78
  • Correct the indentation width by @takagimeow in #79
  • Fix typo and remove redundant string template by @jja08111 in #80
  • Bump Stream SDK to 5.12.0, Compose compiler to 1.4.2, Kotlin to 1.8.10 by @skydoves in #82
  • Bump Landscapist to 2.1.5 by @skydoves in #92
  • Bump Stream SDK to 5.13.0 by @skydoves in #93
  • Update baseline profiles by @skydoves in #95

New Contributors

Full Changelog: 1.0.6...1.0.7

1.0.6

20 Jan 05:45
cbe38e2
Compare
Choose a tag to compare

What's Changed

  • Bump Kotlin to 1.8.0 and compose compiler to 1.4.0 by @skydoves in #53
  • Remove dependencies and relevant code for stream firebase push provider by @skydoves in #54
  • Improve an error message for onFailure extension by @skydoves in #55
  • Bump Stream chat SDK to 5.11.10 by @skydoves in #56
  • Clear cookies and WebView caches when faces unauthorized errors by @skydoves in #58
  • Update baseline profiles by @skydoves in #59
  • Implementing background work for sending messages with WorkManager by @skydoves in #61
  • updated readme | Typo : In readme -> How to build the project? -> 3rd step , STATRT it should be START by @RahulSoni0 in #50

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

04 Jan 00:20
03a5da5
Compare
Choose a tag to compare

What's Changed

  • Correct release version and binary
  • Implement balloon tooltips for the channel floating button by @skydoves in #46

Full Changelog: 1.0.4...1.0.5

1.0.4

16 Dec 05:51
1a4c92a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

14 Dec 03:48
0f53d5b
Compare
Choose a tag to compare

What's Changed

  • Implemented ChatGPT Login feature by @skydoves in #18
  • Removed all build config configurations by @skydoves in #15
  • Implemented message options dialog, reaction, thread, and long click actions by @skydoves in #19

Full Changelog: 1.0.2...1.0.3