Skip to content

Releases: Anorak001/PConT

PConT v2.0.0

06 Jul 09:23

Choose a tag to compare

Release Notes

New Features

  • Enhanced Proxy Filtering: Added support for filtering proxies by type (HTTP, SOCKS4, SOCKS5)
  • Country-based Filtering: Filter proxies by country code (US, DE, etc.)
  • Auto-rotation Daemon: Automatically rotate proxies at configurable intervals
  • Improved Command-line Interface: Extended CLI with more options for fine-tuned control
  • Performance Metrics: Added maximum ping time filtering for better proxy selection
  • Configuration Persistence: Better handling of user configurations across sessions

Technical Improvements

  • Improved error handling in the proxy scraper
  • Better validation of proxies before adding them to the chain
  • Enhanced configuration file management
  • Optimized proxy chain performance
  • Added more detailed status reporting

Usage Examples

Configure with auto-rotation

pcont configure --chain-type=2 --auto-rotate --rotation-interval=30 --country=US

Update proxy list

pcont update --proxy-types=http,socks4 --limit=200

Check current status

pcont status

Installation

No changes to installation process from previous versions. Users can simply pull the latest version from the repository:

git pull origin master
cd PConT/Linux
./install.sh

Upgrading from Previous Versions

Users upgrading from v1.x should reset their configuration first to ensure compatibility:

pcont reset --defaults

Bug Fixes

  • Fixed issue with proxy validation timeouts
  • Addressed error in configuration file parsing
  • Resolved permission issues with proxy rotation daemon

PConT v2.0.0 represents a significant upgrade in functionality and usability. We recommend all users upgrade to take advantage of these new features.

Full Changelog: Stable-release...v2.0.0

PConT - v1.0.0

16 Sep 20:27
f4ca942

Choose a tag to compare

Latest Stable release of the tool.

Read the Full Changelog here: https://github.com/Anorak001/PConT/commits/Stable-release

PConT - v0.4.5

16 Sep 20:03
f4ca942

Choose a tag to compare

A prerelease version of PConT

Full Changelog: https://github.com/Anorak001/PConT/commits/Beta-release