Gateoverflow

Latest version: v0.5.2

Safety actively analyzes 629678 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.4.2

1. Minor bugfixes cause I've not tested it enough, I'm fixing the bugs as I encounter them, through minor releases.
2. Most of the things done here are self explanatory. I could mention them through verbose commiting but vscode doesn't support it yet and I'm too lazy to use terminal for it.
3. Introduced emotes in readme I don't even know if it will be a good idea. :(

0.4.0

1. Added support for user defined configuration file, using `config.toml` for it. The program now has it's own directory where the `.db` file resides, and the `database_name` field of the `config` can be used to specify which `db` should be used.
2. Added a `user` table, which stores information about the database itself, currently this only includes `username` and `name` but later it will be helpful while merging various databases.
3. The output of the `` commands is now tabulated.
4. Logger now has `t` parameter to quickly debug whether if a point is reachable during execution.
5. Introduced colors for the text with ANSI escape characters, for debug as well as normal output. It is still WIP, but hey.
6. A lot of bugfixes and code refactoring.

0.3.1

1. listing recents shows title and description of the question now. Added a `column_width` field to state in order to ellipsis the longer rows.
2. added a field `crawl_attempts` in order to detect if the `question_id` is invalid. The `question_id`s are invalid if we fail to scrape their details for a certain number of times defined by `state.crawl_attempts_limit`.

0.3.0

1. Experimenting with `pip` to make a runnable CLI tool. Prior to this, it would require to be run via `pip -m gateoverflow`.
2. Orgainzed README.
3. Parser barely works, as specified in [Parser Commands](./README.mdusage)
4. Major refactor, queries and debug-outputs.
5. debug mode improved.

0.2.0

1. updated makefile to have a `build` target
2. changed behaviour of `ls` command. Now it only lists recents
3. refactor, and removing unnecessary code

0.0.3

1. testing and figuring out pypi dependencies, works from scratch on `termux` so far.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.