Skip to content

Releases: schlopp96/GSLogger

GSLogger v1.7.0b

15 Dec 02:22
9d2707d
Compare
Choose a tag to compare
GSLogger v1.7.0b Pre-release
Pre-release

GSLogger

  • Update v1.7.0b (Pre-)Release Notes

Changes to Source Code

  • Polished formatting.
  • Increased file uuid by 1 digit per filename.
  • Added Python shebang line to top of script.
  • Added a timestamp to be appended to the beginning of all returned search results.
  • Negligible changes to comments and code layout.
  • Function googleURLs refactored with the following changes:
    • Simplify comparison to boolean (simplify-boolean-comparison)
    • Remove redundant conditional (remove-redundant-if)
  • Lines 143-157 refactored with the following changes:
    • Hoist repeated code outside conditional statement (hoist-statement-from-if)
    • Replace multiple comparisons of same variable with in operator (merge-comparisons)
  • Improved in-line documentation.

Changes to Repo-Structure

  • Changed name of "./source/" directory containing source code to "./src/".
  • Fixed app-breaking bug caused by the "./logs/" folder not being included within repository unless an arbitrary file is placed inside.
    • Added arbitrary file: "./logs/Logs_Saved_Here.file".

Full Changelog: https://github.com/schlopp96/GSLogger/commits/v1.7.0b