Skip to content

Releases: Jaime-alv/web_check

v1.2.0

Choose a tag to compare

@Jaime-alv Jaime-alv released this 09 Nov 12:02
dac6281

What's Changed

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

v1.1

Choose a tag to compare

@Jaime-alv Jaime-alv released this 13 Oct 11:56
  • 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

Choose a tag to compare

@Jaime-alv Jaime-alv released this 06 Oct 14:15
1398f68

It's ready!

v0.5.1 Almost there

v0.5.1 Almost there Pre-release
Pre-release

Choose a tag to compare

@Jaime-alv Jaime-alv released this 05 Oct 14:16
  • Several fixes
  • Better GUI
  • Add logo
  • Add info about the script
  • New menu in cascade

v0.5.0 Going graphical

Pre-release

Choose a tag to compare

@Jaime-alv Jaime-alv released this 02 Oct 11:29
c68f876
  • Add GUI
  • Reformat files for different needs
  • New classes in add_url.py

It's fully functional

It's fully functional Pre-release
Pre-release

Choose a tag to compare

@Jaime-alv Jaime-alv released this 28 Sep 17:20
07b52b6

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

v0.3.1 Pre-release
Pre-release

Choose a tag to compare

@Jaime-alv Jaime-alv released this 27 Sep 17:04

Now it's possible to delete url!

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@Jaime-alv Jaime-alv released this 21 Sep 08:40
d3d9e53

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.