VC
|
c0ae9dc52f
|
Merge branch '10-implement-smart-quoting' into 'master'
feat: when quoting another Scootaloo instance user, try to find the...
Closes #10
See merge request veretcle/scootaloo!45
|
2022-11-25 19:50:41 +00:00 |
|
VC
|
2ae87b2767
|
feat: when quoting another Scootaloo instance user, try to find the corresponding toot to replace it inside the url entities
|
2022-11-25 19:57:04 +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
|
63830be0d5
|
Merge branch '9-refactor-text-status-building' into 'master'
Refactor text status building
Closes #9
See merge request veretcle/scootaloo!44
v0.11.1
|
2022-11-24 22:14:55 +00:00 |
|
VC
|
5633bf9187
|
refactor: twitter threading no longer on top
|
2022-11-24 23:10:30 +01:00 |
|
VC
|
f42aa8cbb6
|
refactor: build status text more progressively
|
2022-11-24 15:41:50 +01:00 |
|
VC
|
1132f41b9e
|
chore: bump version
|
2022-11-24 15:25:17 +01:00 |
|
VC
|
70f8c14e99
|
doc: regexp + alt services
|
2022-11-24 08:00:46 +01:00 |
|
VC
|
faab50d1ea
|
feat: main logic for regex + url filtering
|
2022-11-24 08:00:45 +01:00 |
|
VC
|
9cafa2bf07
|
test: add tests for scootaloo alt services + regexp
|
2022-11-24 08:00:43 +01:00 |
|
VC
|
9227850c99
|
feat: add necessary changes to decode_urls fn
|
2022-11-23 13:09:00 +01:00 |
|
VC
|
64d72ea69d
|
chore: bump version + add regex
|
2022-11-23 09:00:44 +01:00 |
|
VC
|
9dd6ab8370
|
Merge branch 'fix_smart_mentions' into 'master'
Fix smart mentions
See merge request veretcle/scootaloo!37
v0.10.1
|
2022-11-21 20:33:32 +00:00 |
|
VC
|
4679578101
|
chore: bump version
|
2022-11-21 21:28:09 +01:00 |
|
VC
|
2501d5990f
|
fix: typo in the scootaloo_mentions var
|
2022-11-21 21:27:40 +01:00 |
|
VC
|
cb36730151
|
Merge branch 'fix_docs' into 'master'
docs: add mastodon_screen_name
See merge request veretcle/scootaloo!36
v0.10.0
|
2022-11-21 09:31:56 +00:00 |
|
VC
|
a9942fad5c
|
docs: add mastodon_screen_name
|
2022-11-21 10:31:38 +01:00 |
|
VC
|
522d4e3ea5
|
Merge branch '7-implement-smart-mentions' into 'master'
Implement smart mentions
Closes #7
See merge request veretcle/scootaloo!35
|
2022-11-21 09:29:05 +00:00 |
|
VC
|
91e3cd04a0
|
chore: bump version
|
2022-11-21 10:18:32 +01:00 |
|
VC
|
87a7574d42
|
feat: add mastodon_screen_name automatically/revise necessary permissions
|
2022-11-21 10:03:03 +01:00 |
|
VC
|
18e8b9d306
|
feat: add scootaloo_mentions hash from config file to be inserted into mentions
|
2022-11-21 08:40:52 +01:00 |
|
VC
|
1e9c768a74
|
test: add tests for mastodon_screen_name in config struct
|
2022-11-21 08:40:52 +01:00 |
|
VC
|
83a133bb86
|
feat: add mastodon_screen_name to config struct
|
2022-11-21 08:40:52 +01:00 |
|
VC
|
92d5fdffad
|
Merge branch 'fix_lang' into 'master'
fix: visibility
See merge request veretcle/scootaloo!33
v0.9.4
|
2022-11-19 16:46:06 +00:00 |
|
VC
|
331adec60f
|
fix: visibility
|
2022-11-19 17:45:52 +01:00 |
|
VC
|
9a341310da
|
Merge branch 'fix_lang' into 'master'
Fix lang
See merge request veretcle/scootaloo!32
|
2022-11-19 16:39:05 +00:00 |
|
VC
|
2c77a0e5fc
|
chore: bump version
|
2022-11-19 17:34:09 +01:00 |
|
VC
|
032e3cf8dd
|
fix: lang is not the default one anymore
|
2022-11-19 17:33:50 +01:00 |
|
VC
|
a854243cf6
|
Merge branch 'command_help' into 'master'
fix: remove unnecessary information in help commands
See merge request veretcle/scootaloo!31
v0.9.3
|
2022-11-18 12:31:17 +00:00 |
|
VC
|
b33ffa4401
|
fix: remove unnecessary information in help commands
|
2022-11-18 13:27:18 +01:00 |
|
VC
|
77941e0b9a
|
Merge branch 'filter_tweet' into 'master'
refactor: eliminate response tweet earlier
See merge request veretcle/scootaloo!30
v0.9.2
|
2022-11-18 12:17:54 +00:00 |
|
VC
|
1489f89bdb
|
chore: bump version
|
2022-11-18 13:12:24 +01:00 |
|
VC
|
93a27deae8
|
refactor: eliminate response tweet earlier
|
2022-11-18 12:48:40 +01:00 |
|
VC
|
fe3745d91f
|
Merge branch '6-make-last-tweet-retrieved-configurable' into 'master'
test: add rate_limit
Closes #6
See merge request veretcle/scootaloo!29
v0.9.1
|
2022-11-15 20:37:37 +00:00 |
|
VC
|
9a1e4c8e6c
|
doc: add section about page_size
|
2022-11-15 21:24:34 +01:00 |
|
VC
|
8b12f83c5d
|
chore: bump version
|
2022-11-15 21:14:21 +01:00 |
|
VC
|
f93bb5158b
|
test: add page_size tests
|
2022-11-15 21:14:12 +01:00 |
|
VC
|
d5db8b0d85
|
feat: add customizable page_size to twitter timeline
|
2022-11-15 21:14:01 +01:00 |
|
VC
|
fe8e81b54d
|
feat: add page_size both in twitter and mastodon config
|
2022-11-15 21:13:23 +01:00 |
|
VC
|
636ea8c85e
|
test: add rate_limit
|
2022-11-15 19:36:48 +01:00 |
|
VC
|
b3e7ee9d84
|
Merge branch '5-migrate-from-tokio-loop-to-futures-stream' into 'master'
refactor: use futures instead of tokio for media upload
Closes #5
See merge request veretcle/scootaloo!28
v0.9.0
|
2022-11-15 09:11:28 +00:00 |
|
VC
|
7f7219ea78
|
feat: turn tokio-based async logic into futures
|
2022-11-15 10:06:00 +01:00 |
|
VC
|
f371b8a297
|
feat: add default rate_limiting option
|
2022-11-15 10:06:00 +01:00 |
|
VC
|
ec3956eabb
|
doc: add rate_limiting option
|
2022-11-15 10:06:00 +01:00 |
|
VC
|
ce84c05581
|
refactor: use futures instead of tokio for media upload
|
2022-11-15 10:05:57 +01:00 |
|
VC
|
b64621368b
|
Merge branch '4-migrate-to-clap-v4' into 'master'
refactor: migrate from clap v2 to clap v4
Closes #4
See merge request veretcle/scootaloo!27
v0.8.3
|
2022-11-14 19:57:32 +00:00 |
|
VC
|
89de1cf7a3
|
refactor: migrate from clap v2 to clap v4
|
2022-11-14 20:36:15 +01:00 |
|
VC
|
ffbe98f838
|
Merge branch 'generate_media_flow' into 'master'
Better media flow
See merge request veretcle/scootaloo!26
v0.8.2
|
2022-11-14 13:41:07 +00:00 |
|
VC
|
822f4044c6
|
chore: bump version
|
2022-11-14 14:33:42 +01:00 |
|