Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Releases: Itsmmdoha/clickstat

Implement Google Safe Browsing API check before shortening

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 12 Oct 14:28

This release includes:

  • Google Safe Browsing Integration: Implemented a check against the Google Safe Browsing API to verify URLs for malicious content before shortening, enhancing security for users.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 23 Aug 16:54
update_sitemap.xml

Dockerized Dev Environment and Deployment for Clickstat

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 04 Aug 06:09

Release Description

We are excited to announce the latest update to Clickstat, which now supports Dockerized deployment! This update includes the following enhancements:

  • Production and Development Environment Setup: Introduced docker-compose.yaml for production and dev-compose.yaml for development. These files streamline the setup process, ensuring a smooth experience whether you're deploying Clickstat in a production environment or working on development.

  • Simplified Deployment: With Docker, you can now easily spin up the Flask app and PostgreSQL server containers. This allows for quicker and more efficient deployment, reducing the setup time and potential for configuration errors.

  • Improved Documentation: Comprehensive instructions have been added to the README, detailing how to set up the environment, configure necessary credentials, and run the application using Docker Compose.

We hope these enhancements will improve your experience with Clickstat, making it easier to deploy and manage the application.

v1.2.1

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 04 Jan 17:06

Full Changelog: v1.2.0...v1.2.1

v1.2.0

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 14 Sep 15:19

Full Changelog: v1.1.0...v1.2.0

v1.1.0 Now clickstat uses PostgreSQL

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 12 Sep 15:16
adding sitemap.xml

v1.0.0

Choose a tag to compare

@Itsmmdoha Itsmmdoha released this 11 Sep 12:08

This version uses SQLite. To run it locally, just install flask flask with pip and run the main.py file.
Full Changelog: https://github.com/Itsmmdoha/clickstat/commits/v1.0.0