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

Releases: mtcute/mtcute

v0.2.3

04 Dec 14:13
Compare
Choose a tag to compare

core

  • e42a73f: fix(core): session exporting while on default dc

v0.2.2

04 Dec 13:02
Compare
Choose a tag to compare

client

  • 2eb4d30: fix(client): fixed typings

core

  • 7a89e50: fix(client): save storage after each api call
  • d4555f1: fix(core): explicitly re-export from tl

v0.2.1

02 Dec 18:45
Compare
Choose a tag to compare

dispatcher

  • e335a6c: fix: accept sync function in editMessageWith

client

  • 389b3cf: fix(client): updateShortSentMessage handling

v0.2.0

02 Dec 17:44
Compare
Choose a tag to compare

client

  • 6a47889: fix(client): rollback: dont use access_hash=0 for bots
  • 8249bd2: ❗ BREAKING feat(client)!: batched queries
    breaking: getUsers may now return null
  • 1dcbf27: feat(client): Message#textWithEntities
  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • 945872e: fix(client): do not quote simple replies
  • 51e67a5: fix(dispatcher): proper lifetime management for state storage
  • b43070e: fix(client): wrong missing peer handling
  • c42c629: feat(client): allow implicit storage usage
  • 4d27ca5: ❗ BREAKING feat!: updated to layer 167
    breaking:
    • User#color: type changed number -> ChatColors
    • User#replyBackgroundEmojiId removed (moved to color.backgroundEmojiId)
    • same for Chat
  • 392ff5a: feat(client): getSimilarChannels method
  • 0b2ae3a: fix: import compatibility with ts-node/esm
  • e9d6cfc: feat(client): getMessageByLink method
  • af34f1e: ❗ BREAKING chore(client)!: some MessageMedia fixes
    breaking: WebPage#type: web_page -> webpage for consistency
  • 9db9411: ❗ BREAKING chore(client)!: improved replied-to message handling
    breaking:
    • MessageReplyInfo renamed to RepliedMessageInfo
    • some types were changed
  • 893a15d: ❗ BREAKING chore(client)!: better parsed peer handling
    breaking: anonymous sender is now represented with AnonymousSender interface and not string
  • 8b2debb: feat(client): support Story message media
  • 895163c: ❗ BREAKING chore(client)!: renamed some peer utils
    breaking: normalizeToInput* -> toInput*

dispatcher

  • bb31dc8: feat(dispatcher): CallbackQueryContext#editMessageWith
  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • 51e67a5: fix(dispatcher): proper lifetime management for state storage
  • 9db9411: ❗ BREAKING chore(client)!: improved replied-to message handling
    breaking:
    • MessageReplyInfo renamed to RepliedMessageInfo
    • some types were changed
  • 893a15d: ❗ BREAKING chore(client)!: better parsed peer handling
    breaking: anonymous sender is now represented with AnonymousSender interface and not string

core

  • 4841132: fix(core): fixes for highload bots
  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • 1f53923: feat(core): indexeddb storage
  • 93ddc6a: ❗ BREAKING chore!: do not default to MemoryStorage
  • c42c629: feat(client): allow implicit storage usage
  • 0b2ae3a: fix: import compatibility with ts-node/esm

sqlite

  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • ec0865c: fix(sqlite): reset before destroying
  • 8e548d2: fix(sqlite): do not reset on destroy

test

  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • 1f53923: feat(core): indexeddb storage
  • c42c629: feat(client): allow implicit storage usage

tl

  • b25f9dd: ❗ BREAKING feat!: support min updates
    breaking: changed ITelegramStorage interface, changed tl schema a bit
  • ba3d02a: fix(tl): do not codegen for mtcute.*
  • 4d27ca5: ❗ BREAKING feat!: updated to layer 167
    breaking:
    • User#color: type changed number -> ChatColors
    • User#replyBackgroundEmojiId removed (moved to color.backgroundEmojiId)
    • same for Chat

i18n

  • 0b2ae3a: fix: import compatibility with ts-node/esm

v0.1.3

17 Nov 16:28
Compare
Choose a tag to compare

client

  • 6a47889: fix(client): rollback: dont use access_hash=0 for bots

v0.1.2

17 Nov 15:31
Compare
Choose a tag to compare

core

  • 13be848: refactor: moved test utils to @mtcute/test
  • 0d3c18b: fix(core): some dumb null checks

crypto-node

  • 13be848: refactor: moved test utils to @mtcute/test

sqlite

  • 13be848: refactor: moved test utils to @mtcute/test

test

  • 13be848: refactor: moved test utils to @mtcute/test

client

  • 207dc5f: fix(client): false negatives in automatic forward detection
  • 007c982: fix(client): _parsedStatus is no longer inspectable

create-bot

  • 71a3a05: fix(create-bot): fixed no-linters template and dockerfile

dispatcher

  • dbe5ff1: fix(dispatcher): allow empty filter in callback data builder

tl

  • a0a2255: feat(tl): updated layer 166

v0.1.1

12 Nov 16:40
Compare
Choose a tag to compare

crypto-node

  • 5e79dc3: feat: build crypto-node against node crypto
  • 4c42304: build: extracted custom build config to packages themselves
  • eec142f: feat: wasm! πŸš€
  • 38de001: fix(docs): exclude test files from docs, also fixed build for crypto-node
  • f525c12: fix: auth storage fixes

client

  • e0f4b0d: build(deps): removed @types/node and file-type
  • 4c42304: build: extracted custom build config to packages themselves
  • f525c12: fix: auth storage fixes

core

  • e0f4b0d: build(deps): removed @types/node and file-type
  • 4c42304: build: extracted custom build config to packages themselves
  • eec142f: feat: wasm! πŸš€
  • 18178b4: feat(wasm): added sha1/256 to wasm, removed most of async in crypto
  • 1abf35e: feat: basic test utils
  • f525c12: fix: auth storage fixes

create-bot

  • 4c42304: build: extracted custom build config to packages themselves

node

  • 4c42304: build: extracted custom build config to packages themselves

tl

  • 4c42304: build: extracted custom build config to packages themselves
  • eec142f: feat: wasm! πŸš€
  • 18178b4: feat(wasm): added sha1/256 to wasm, removed most of async in crypto
  • ec1154f: build: fixed tl versioning + changelog generation

tl-runtime

wasm

  • eec142f: feat: wasm! πŸš€
  • 0a7979a: fix(wasm): added option for custom compiler in makefile
  • 1c60082: fix(wasm): fixed CC in makefile
  • 18178b4: feat(wasm): added sha1/256 to wasm, removed most of async in crypto

test

sqlite

v0.1.0

01 Nov 20:01
Compare
Choose a tag to compare
v0.1.0
0