Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.1.1 #4

Merged
merged 7 commits into from
Mar 7, 2022
Merged

Version 0.1.1 #4

merged 7 commits into from
Mar 7, 2022

Conversation

Speyedr
Copy link
Owner

@Speyedr Speyedr commented Mar 7, 2022

Major Changes

  • None.

Minor / Cosmetic Changes

  • Two debug print statements that existed in the previous version which both should not have existed have been removed.
    • Although one of them was mostly harmless (as it was contained in the unfinished DROP_LENGTHS filter), the other was being used to debug the Logger class at the time, and so if a user enabled LOG BLOCKED ACTIVITY, this debug statement would fill the console instead of only writing to the debug.log file as intended. (See here)
      • Thanks to MrAlvie for noticing this issue.
  • The repo has had some minor tweaks such as making the download link bigger and renaming SCBlocker.ico to icon.ico as multiple users have reported confusion on how to acquire the compiled release, accidentally cloning the repo instead of downloading the release.
  • Fixed a typo in requirements.txt.
  • Fixed a typo in the Build Instructions in README.md.

Speyedr added 7 commits March 7, 2022 21:23
…sult, some messages are being printed to the console that shouldn't be and will eventually flood the window (and you can no longer see the menu as a result).

Although you can still use the menu, these statements should be kept out of the production version anyways. The only reason they existed in the first place is because I wrote the Logger class later in the project, and was initially just printing to help debug the filters. I removed most statements but clearly missed a few.
…Hub have been cloning the source on accident instead of downloading the compiled release and are getting confused by the name of the icon file.
Made front-page download link bigger, updated version info w/ predicted link for v0.1.1 release.
Build dependency cx-Freeze used '=' operator which is not valid. Fixed to '=='.
@Speyedr Speyedr merged commit 01494b8 into main Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant