Skip to content

Releases: Jaime-alv/web_check

v1.2.0

09 Nov 12:02
dac6281
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v.1.2.0

v1.1

13 Oct 11:56
Compare
Choose a tag to compare
  • New whats_new.txt file.
    • File clean each time
    • File starts with today's date for easier use.
    • Only write down differences.
  • temp.txt move to url_data.
  • Update README.

v1.0.0

06 Oct 14:15
1398f68
Compare
Choose a tag to compare

It's ready!

v0.5.1 Almost there

05 Oct 14:16
Compare
Choose a tag to compare
v0.5.1 Almost there Pre-release
Pre-release
  • Several fixes
  • Better GUI
  • Add logo
  • Add info about the script
  • New menu in cascade

v0.5.0 Going graphical

02 Oct 11:29
c68f876
Compare
Choose a tag to compare
Pre-release
  • Add GUI
  • Reformat files for different needs
  • New classes in add_url.py

It's fully functional

28 Sep 17:20
07b52b6
Compare
Choose a tag to compare
It's fully functional Pre-release
Pre-release

The script works, it's only command line and you have to run it manually, but it works as intended.
setup.py will create necessary folders and files required.
add_url.py is the module in charge of adding, deleting and modifying the files and fields needed for the script.
main.py is the one that compares websites with the ones already stored, if there is any difference it will open the website in your default browser.
After adding a website, you only need to run main.py

v0.3.1

27 Sep 17:04
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Now it's possible to delete url!

v0.3.0

21 Sep 08:40
d3d9e53
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Scripts works on a basic level.
You can add a new url through add_url.py followed by a css selector and the script will store it.
When run from main.py, script will compare to the stored version an open it if necessary.