VC
|
6ffcbfc89a
|
feat: add links in fields attribute
|
2022-12-27 15:31:12 +01:00 |
|
VC
|
88b73f4bc5
|
chore: bump version
|
2022-12-12 15:25:12 +01:00 |
|
VC
|
69648728d7
|
chore: bump version
|
2022-12-03 17:27:51 +01:00 |
|
VC
|
0f5ab4158c
|
feat: add copyprofile subcommand
|
2022-12-02 09:14:26 +01:00 |
|
VC
|
19f75a9e76
|
chore: bump version
|
2022-11-29 18:19:47 +01:00 |
|
VC
|
c3862fea55
|
chore: bump version
|
2022-11-25 21:00:35 +01:00 |
|
VC
|
0399623cfa
|
chore: bump version
|
2022-11-25 19:57:02 +01:00 |
|
VC
|
895c41c75f
|
chore: update crate + bump version
|
2022-11-25 09:53:01 +01:00 |
|
VC
|
1132f41b9e
|
chore: bump version
|
2022-11-24 15:25:17 +01:00 |
|
VC
|
64d72ea69d
|
chore: bump version + add regex
|
2022-11-23 09:00:44 +01:00 |
|
VC
|
4679578101
|
chore: bump version
|
2022-11-21 21:28:09 +01:00 |
|
VC
|
91e3cd04a0
|
chore: bump version
|
2022-11-21 10:18:32 +01:00 |
|
VC
|
2c77a0e5fc
|
chore: bump version
|
2022-11-19 17:34:09 +01:00 |
|
VC
|
b33ffa4401
|
fix: remove unnecessary information in help commands
|
2022-11-18 13:27:18 +01:00 |
|
VC
|
1489f89bdb
|
chore: bump version
|
2022-11-18 13:12:24 +01:00 |
|
VC
|
8b12f83c5d
|
chore: bump version
|
2022-11-15 21:14:21 +01:00 |
|
VC
|
ce84c05581
|
refactor: use futures instead of tokio for media upload
|
2022-11-15 10:05:57 +01:00 |
|
VC
|
89de1cf7a3
|
refactor: migrate from clap v2 to clap v4
|
2022-11-14 20:36:15 +01:00 |
|
VC
|
822f4044c6
|
chore: bump version
|
2022-11-14 14:33:42 +01:00 |
|
VC
|
9a9c4b4809
|
chore: cargo update
|
2022-11-09 18:33:04 +01:00 |
|
VC
|
9970968b47
|
refactor: avoid panicking into thread, bubble up errors to main thread to be handled
|
2022-11-09 18:23:06 +01:00 |
|
VC
|
89f1372f9f
|
bump: version v0.8.0
|
2022-11-08 08:54:36 +01:00 |
|
VC
|
de758c7bda
|
refactor: separate function for media ids
|
2022-11-05 10:23:21 +01:00 |
|
VC
|
df75520175
|
feat: async treatment of all accounts
|
2022-11-04 15:26:27 +01:00 |
|
VC
|
dad49da090
|
feat: add multi-account ability
|
2022-11-03 23:30:50 +01:00 |
|
VC
|
8673dd7866
|
feat: adapt to rust 1.63
|
2022-08-17 18:02:12 +02:00 |
|
VC
|
97ab6f4925
|
feat: bump version
|
2022-08-11 15:26:36 +02:00 |
|
VC
|
08368b2a73
|
refactor(error): remove deprecated description()
|
2022-05-03 12:14:23 +02:00 |
|
VC
|
99a6adc1f4
|
refactor: remove useless crate:: ref
|
2022-04-25 11:27:11 +02:00 |
|
VC
|
734f03f5a9
|
feature: add test for build_basic_status() fn
|
2022-04-24 14:06:46 +02:00 |
|
VC
|
080218f385
|
refactor: make everything a little more modular
|
2022-04-24 09:39:29 +02:00 |
|
VC
|
d228ceaaf6
|
refactor(dependencies): bump version of all dependencies
|
2022-04-22 09:41:48 +02:00 |
|
VC
|
ff03b32f9d
|
fix: remove unused struct
|
2022-04-12 12:55:40 +02:00 |
|
VC
|
c301649d49
|
last correction
|
2022-04-12 12:03:49 +02:00 |
|
VC
|
4ef58bda0a
|
Deleted Cargo.lock
|
2021-04-24 07:58:52 +00:00 |
|
VC
|
912ee25c50
|
Merge branch 'noasync' of framagit.org:veretcle/scootaloo into noasync
|
2021-04-24 09:45:50 +02:00 |
|
VC
|
4f03a1a6f3
|
Adding Cargo.lock
|
2021-04-24 09:43:51 +02:00 |
|
VC
|
ac80b67c9f
|
Merge branch 'master' into 'noasync'
# Conflicts:
# .gitlab-ci.yml
# Cargo.lock
# Cargo.toml
# src/lib.rs
|
2021-04-24 07:40:04 +00:00 |
|
VC
|
020af69fe0
|
Adding the necessary bits and pieces to make things work better
|
2021-04-24 09:04:50 +02:00 |
|
VC
|
2e052ebf6a
|
Still a WIP: need to use async reqwest to respect the global context of usage (reqwest::blocking is using async inside so it does not really sync whatever)
|
2021-04-18 17:00:44 +00:00 |
|
VC
|
367377c090
|
Update various shits and give tokio compat 0.2
|
2021-03-10 20:59:42 +01:00 |
|
VC
|
1f98954d2e
|
Revert "Use futures instead of tokio (for just one call, sounds more appropriate)"
This reverts commit 9809327784
|
2020-07-27 21:02:10 +02:00 |
|
VC
|
9809327784
|
Use futures instead of tokio (for just one call, sounds more appropriate)
|
2020-05-19 22:33:19 +02:00 |
|
VC
|
50e27034d8
|
Adaptation to elefren instead of Mammut
|
2020-05-19 15:21:23 +02:00 |
|
VC
|
1bf38f986c
|
Trim some more fat from the executable by aligning the reqwest version of the main thread to the version of mammut
|
2020-05-18 14:15:50 +02:00 |
|
VC
|
99c5d38f12
|
Add a more modern reqwest version, eliminate the old tokio version
|
2020-05-18 13:56:02 +02:00 |
|
VERET Clément
|
6d46258d2d
|
Does proper mentions through the MentionEntity struct
|
2020-03-05 15:02:43 +01:00 |
|
VC
|
caf38559f1
|
Need replies to have threads so…
|
2020-03-05 07:56:10 +01:00 |
|
VC
|
da67fee0fc
|
Deletes replies from the user_timeline
|
2020-03-05 07:12:16 +01:00 |
|
VC
|
342b1c1700
|
Add htmlescape
|
2020-03-03 18:38:36 +01:00 |
|