Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.18 KB

File metadata and controls

53 lines (38 loc) · 1.18 KB

Changelog

All notable changes to this project will be documented in this file.


[1.0.0] - 2026-01-25

Added

  • Initial release of CreationDate
  • Browser-based API to estimate Telegram user creation dates from UserID
  • JSON dataset of Telegram accounts (data/tg_points.json)
  • Core estimation algorithm implemented in:
    • PHP (examples/php/estimate.php)
    • Python (examples/python/estimate.py)
  • Documentation (README.md, data/README.md)
  • Schema file for dataset (data/schema.json)
  • Contribution guidelines (.github/CONTRIBUTING.md)
  • Code of Conduct (.github/CODE_OF_CONDUCT.md)
  • Security policy (.github/SECURITY.md)
  • GitHub issue templates:
    • Bug report
    • Feature request
    • Improvement / question
  • Pull Request template
  • .gitignore configured for multiple environments (Node, Python, logs, OS, IDE)

Changed

  • N/A (first release)

Fixed

  • N/A (first release)

[1.0.1] - 2026-01-26

Fixed

  • Fix accuracy timeframes

[1.0.2] - 2026-01-27

Changed

  • Update .gitattributes for language detection

[1.0.3] - 2026-01-27

Changed

  • Update estimateTelegramCreationDate and interpolate functions dir from examples to src.