Releases: Itsmmdoha/clickstat
Implement Google Safe Browsing API check before shortening
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
Dockerized Dev Environment and Deployment for Clickstat
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.yamlfor production anddev-compose.yamlfor 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
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.0...v1.2.0
v1.1.0 Now clickstat uses PostgreSQL
adding sitemap.xml
v1.0.0
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