8000 Releases · uakihir0/kbsky · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: uakihir0/kbsky

v0.3.0

27 Jan 02:03
31321d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Nov 07:58
Compare
Choose a tag to compare

What's Changed

  • fix readme for stable. by @uakihir0 in #88
  • fix version and ja readme. by @uakihir0 in #90
  • OAuth implementation. by @uakihir0 in #91
  • add oauth readme and some fix. by @uakihir0 in #92
  • add test skip for snapshot publish. by @uakihir0 in #95
  • parse OAuth error message (error_description) by @takke in #94
  • Bump cryptography-kotlin from 0.3.1 to 0.4.0 by @takke in #96
  • Bump the dependencies group across 1 directory with 6 updates by @dependabot in #97
  • Bump work.socialhub:khttpclient from 0.0.2 to 0.0.3 in the dependencies group by @dependabot in #98
  • Add searchActorsTypeahead by @takke in #100
  • Bump io.ktor:ktor-client-core from 3.0.0 to 3.0.1 in the dependencies group by @dependabot in #99

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Oct 09:35
4ce8b8d
Compare
Choose a tag to compare

What's Changed

  • Bump plugin.serialization from 1.9.21 to 1.9.22 by @dependabot in #2
  • Bump multiplatform from 1.9.21 to 1.9.22 by @dependabot in #1
  • Fix internal constructor to public constructor by @takke in #3
  • make public external by @takke in #4
  • Add FeedDefsGeneratorView to EmbedRecordViewUnion by @takke in #5
  • Fix internal constructor to public constructor (part2) by @takke in #6
  • remove internal constructor. by @uakihir0 in #7
  • Fix type of FeedDefsGeneratorView by @takke in #8
  • create libs.versions.toml by @uakihir0 in #9
  • use kotlin util expansion in test. by @uakihir0 in #10
  • Bump io.ktor:ktor-client-core from 2.3.7 to 2.3.8 by @dependabot in #11
  • Fix extractFacets to parse URL endings correctly by @takke in #12
  • fix stream package. by @uakihir0 in #16
  • Fix thumb as public by @takke in #13
  • Add local.properties to .gitignore by @takke in #14
  • Add labels to FeedDefsPostView by @takke in #15
  • fix handle parse issue. by @uakihir0 in #18
  • Support hashtag facet to FacetUtil by @takke in #19
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 by @dependabot in #22
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.6.2 to 1.6.3 by @dependabot in #21
  • Bump org.jetbrains.kotlinx:kotlinx-serialization-cbor from 1.6.2 to 1.6.3 by @dependabot in #20
  • Add langs to FeedPost by @takke in #25
  • Support list functions by @takke in #26
  • Add GraphDefsListView to EmbedRecordViewUnion by @takke in #27
  • Add filter to FeedGetAuthorFeedRequest by @takke in #29
  • Replace union cast from fun record to val asRecord by @takke in #30
  • Add labels to FeedPost by @takke in #31
  • Support list create/edit/delete function by @takke in #32
  • Add ATUri by @takke in #33
  • Bump io.ktor:ktor-client-core from 2.3.8 to 2.3.9 by @dependabot in #34
  • Bump kotest from 5.8.0 to 5.8.1 by @dependabot in #35
  • Bump multiplatform from 1.9.22 to 1.9.23 by @dependabot in #38
  • Bump plugin.serialization from 1.9.22 to 1.9.23 by @dependabot in #37
  • Bump native.cocoapods from 1.9.22 to 1.9.23 by @dependabot in #36
  • Add updateProfile by @takke in #39
  • bump up actions plugins. by @uakihir0 in #40
  • Bump io.ktor:ktor-client-core from 2.3.9 to 2.3.10 by @dependabot in #41
  • fix handle not lateinit by @takke in #42
  • Bump io.ktor:ktor-client-core from 2.3.10 to 2.3.11 by @dependabot in #43
  • Bump plugin.serialization from 1.9.23 to 1.9.24 by @dependabot in #45
  • Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.5.0 to 0.6.0 by @dependabot in #49
  • Bump the dependencies group with 6 updates by @dependabot in #53
  • Bump the dependencies group with 4 updates by @dependabot in #56
  • Add FeedPost.via by @takke in #55
  • Add Threadgate by @takke in #57
  • Add FeedDefsViewerState.replyDisabled by @takke in #58
  • Add feed.threadgate by @takke in #59
  • fix PLCDirectory by @takke in #60
  • Bump io.ktor:ktor-client-core from 2.3.11 to 2.3.12 in the dependencies group by @dependabot in #61
  • Add Chat Feature by @takke in #62
  • Change package configuration to match Chat by @uakihir0 in #63
  • Bump the dependencies group with 2 updates by @dependabot in #65
  • Add config and update pds endpoint feature. by @uakihir0 in #67
  • Bump the dependencies group with 3 updates by @dependabot in #69
  • Add viewer.knownFollowers by @takke in #70
  • Add quote count & getQuotes by @takke in #71
  • introduce libs.versions.kotlin by @takke in #73
  • Update to Kotlin 20.0.20 and ignore checking of base64 padding by @takke in #75
  • Add EmbedRecordViewDetached by @takke in #76
  • Bump the dependencies group across 1 directory with 3 updates by @dependabot in #77
  • Add feed.postgate and FeedDefsViewerState.embeddingDisabled by @takke in #78
  • Add ActorDefsSavedFeedsPrefV2 by @takke in #79
  • Add ATProtocolException.status by @takke in #80
  • Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.9.0 in the dependencies group by @dependabot in #82
  • Support Video by @takke in #81
  • Add repo.describeRepo by @takke in #83
  • add createdAt on profiles by @takke in #85
  • Support pinned post by @takke in #86
  • Bump the dependencies group with 2 updates by @dependabot in #84
  • add deploy to maven central. by @uakihir0 in #87

New Contributors

Full Changelog: https://github.com/uakihir0/kbsky/commits/v0.1.0

0