a2fd1c6e79
chore(release): v0.19.0
2024-12-30 21:58:57 +00:00
7be97596aa
chore(release): v0.18.0
2024-12-30 21:22:28 +00:00
e08afd6caa
feat!: updated to layer 195
2024-12-30 21:49:27 +03:00
5379f023b8
fix(core): added missing re-exports
2024-12-28 11:28:33 +03:00
a9113b360a
build: bumped typedoc and moved to fuman-build typedoc
2024-12-28 11:25:22 +03:00
884a227495
chore: bumped fuman
2024-12-28 10:55:01 +03:00
da10537b9a
fix(core): improved file downloading
2024-12-26 19:59:42 +03:00
3068c07347
fix(core): networking fixes
2024-12-26 19:59:32 +03:00
7eaacc5343
fix(core): pass mtproxy info
2024-12-18 05:50:40 +03:00
36abe3defd
fix(core): reconnection fixes
2024-12-17 08:42:49 +03:00
6b430c5a2a
fix(core): proper handling of pfs with media dcs
2024-12-16 11:21:54 +03:00
1c5815ecf0
fix(core): correctly handle banning of non-members in ChatMemberUpdate
2024-12-15 15:32:49 +03:00
cc4cf35611
chore(core)!: dropped pre-v3 string sessions
2024-12-14 20:48:49 +03:00
b13d23326a
chore: bumped fuman
2024-12-14 20:48:46 +03:00
54bebb73dd
docs(core): fixed link to error reporting
2024-12-10 09:33:12 +03:00
b5bf02fc72
chore(core)!: extract user-specific fields from (Full)Chat to (Full)User
...
breaking:
- `getChat`, `getFullChat` now only work for chats (channels/supergroups/basic groups)
- for users, use `getUser` and `getFullUser`
- many fields that previously had type `Chat` now have type `User | Chat`
2024-12-09 21:19:41 +03:00
5d0cdc421a
fix(core): handle MTPROTO_CLUSTER_INVALID
2024-12-09 21:19:38 +03:00
bb5d2ef676
build: bumped fuman
2024-12-07 09:08:31 +03:00
28eb1a6bfd
docs(core): improved docs for some methods
2024-12-07 09:08:31 +03:00
a5fc092d97
feat(core): export file id utils
2024-12-07 09:08:31 +03:00
ae09b1f124
fix(core): multi-connection key change handling
2024-12-07 09:08:31 +03:00
7c6ae14710
fix(core): FullChat#bio is now non-nullable
2024-12-07 09:08:31 +03:00
af54f6e1c3
test(e2e): massive rework of e2e tests
...
now they run as-is, without any bundling. this might seem like a downgrade, but we no longer really need to verify that we publish stuff correctly as we delegate that to `@fuman/build`
meow
2024-12-07 09:08:30 +03:00
f0451d56e3
fix(core): stability improvements and leaks fixes
2024-12-06 00:08:21 +03:00
0c615869d2
fix(core): support FLOOD_PREMIUM_WAIT_
2024-12-06 00:08:03 +03:00
4a7479561b
feat(core): simplify importSession
interface
2024-12-04 18:05:09 +03:00
a07b6673dc
chore: bumped @antfu/eslint-config + reformat
2024-12-03 09:55:37 +03:00
a9ef0198e9
test: fixed deno/bun/browser tests
2024-12-03 05:46:51 +03:00
9622d2c0a2
test(core): fixed resolvePeer tests
2024-12-03 05:29:25 +03:00
eaa386c148
chore: bumped fuman to release + fixed deno
2024-12-02 08:31:24 +03:00
edf8c8939e
fix(core): getStarGifts pagination
2024-12-01 15:28:59 +03:00
a953a51ce4
build: bumped fuman
2024-11-28 17:55:57 +03:00
a711ebaa1d
fix(core): properly handle uploads
2024-11-27 22:56:10 +03:00
67758ca246
fix(core): fixed sending with self
peer
2024-11-27 20:47:02 +03:00
2cbed9b883
feat(core): openWebview/closeWebview
...
closes #74
2024-11-26 01:37:30 +03:00
efc68b895d
feat(core): try fetching with zero hash in resolvePeer
...
closes #76
2024-11-23 19:08:47 +03:00
4682359769
feat(core)!: timers!
...
breaking: setOffline renamed to sendOnline
2024-11-23 19:08:24 +03:00
73a3f64fc3
feat: bumped to layer 194
2024-11-20 21:25:32 +03:00
439f50bc50
Merge branch 'master' of github.com:mtcute/mtcute into fuman-net
2024-11-20 19:59:48 +03:00
6276d704c8
asd
2024-11-20 19:52:39 +03:00
7b1ab384a0
build: use builds from pkg.pr.new
2024-11-20 19:44:25 +03:00
7adcc2b95c
chore: use more utils from fuman
2024-11-19 18:35:02 +03:00
9e3e379c25
chore: moved build to @fuman/build
2024-11-16 16:26:23 +03:00
5964f69112
v0.17.1
2024-10-09 09:32:31 +00:00
9b32cf9c4a
fix(core): findDialogs failing with just one unknown id
2024-10-09 11:55:15 +03:00
868082260e
v0.17.0
2024-10-05 20:26:38 +00:00
f89d0bc59d
feat!: updated to layer 189
...
breaking:
- removed `reportStory` method (report flow changed, and i dont want to get into it rn)
- removed `sourceType` from SticketSet as stickersets can now be mixed
2024-10-05 23:03:02 +03:00
6361f4f64a
fix(core): auto-correct invalid filenames for uploaded photos
2024-10-02 03:30:59 +03:00
ecddcad012
fix(core): updated error reporting url
2024-10-02 02:41:34 +03:00
0cff4113f3
chore!: migrate to fuman Emitter
...
breaking: all events now use Emitter interface (`.on(event, ...) => `.onEvent.add(...)`)
2024-10-01 04:03:18 +03:00