Skip to content

Releases: ThatSINEWAVE/LinkWarden-Bot

Release 1.4.5

01 Mar 18:55
bb1dd70
Compare
Choose a tag to compare

Moved the checkhistory function to the correct file ( from main.py to commands.py )
Functionality remains the same as previous version ( 1.4.4 )

Release 1.4.4

28 Feb 07:44
2fc89d0
Compare
Choose a tag to compare

Added custom console prints
Added custom status messages
Adjusted the logic for adding links to queue
Fixed an issue that was rendering the auto scan function inoperable

Release 1.3.9

27 Feb 02:44
631d8ee
Compare
Choose a tag to compare

Added /checkhistory command
Moved the seen links from memory to a separate file called seen_links.json

Release 1.3.6

27 Feb 00:03
910cd67
Compare
Choose a tag to compare

Updated requirements.txt
Functionality remains the same as version 1.3.5

Release 1.4.2

27 Feb 20:21
4b04eab
Compare
Choose a tag to compare

Added custom status messages
Renamed the bot / repo to LinkWarden

Release 1.4.0

27 Feb 04:06
32693e9
Compare
Choose a tag to compare

Updated the output of the auto scans
Made the queue be sorted from high to low

Release 1.3.5

26 Feb 18:04
900ac97
Compare
Choose a tag to compare

Added source of the scanned link in the output message for easy moderation.
Added role specific commands so you can filter who can run the /checklink command.
Updated the trusted_domains.json file

Release 1.3.1

26 Feb 04:21
f73692c
Compare
Choose a tag to compare

Thanks Cazaira for helping with the improvement of the trusted_domains.json file

Release 1.3.0

26 Feb 03:06
8203fb3
Compare
Choose a tag to compare

Added automatic link checking.
Added Queue system.
Added logic to stop duplicate links to be added in the queue.
Improved the aspect of the scans sent in the output channel

Release 1.2.0

25 Feb 21:47
2bc1982
Compare
Choose a tag to compare

Code was split into multiple files for easier management / understanding
Functionality remains the same as version 1.1.1