All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.
- Add
CHANGELOG.md
file to the project.
- Now windows is linked correctly with
tdjson.lib
andtdjson.dll
. But need to be fixed because the solution is not the best; we need to find the same solution for all platforms.
- Now the documentation is generated correctly. All functions in
src/build.rs
are documented.
- Feature
local-tdlib
for local usage of TDLib. - New build functions for enhanced customization and control.
- Upgraded TDLib to version
1.8.29
.
- CI/CD pipeline for the project.
- Feature
download-tdlib
to download TDLib directly. - Ability to link TDLib without using
pkgconfig
.