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

12 Oct 14:28

Choose a tag to compare

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

23 Aug 16:54

Choose a tag to compare

update_sitemap.xml

Dockerized Dev Environment and Deployment for Clickstat

04 Aug 06:09

Choose a tag to compare

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

04 Jan 17:06

Choose a tag to compare

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

v1.2.0

14 Sep 15:19

Choose a tag to compare

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

v1.1.0 Now clickstat uses PostgreSQL

12 Sep 15:16

Choose a tag to compare

v1.0.0

11 Sep 12:08

Choose a tag to compare

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