Skip to content

Commit

Permalink
release 0.0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Oct 13, 2021
1 parent d7f5011 commit eac5905
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Done:
+ sendLocation
+ sendInvoice
+ answerPreCheckOutQuery
+ etc
+ Update events handling
+ All implemented
+ Full json updates logging (without handling)
Expand All @@ -32,7 +33,7 @@ Done:
+ HTTP proxy support (still only with the synapse HTTP client broker)

Todo:
+ Extensive statistics *(Quantitative data on requests and unique users)*
+ ~~Extensive statistics~~
+ Other bots API methods
+ ~~Other update events handling~~
+ Please suggest me other functionalities
Expand Down
18 changes: 10 additions & 8 deletions fp-telegram.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
"DisplayName" : "fp-telegram",
"Category" : "Networking, Other",
"CommunityDescription" : "Telegram bots API wrapper for freepascal",
"ExternalDependecies" : "",
"OrphanedPackage" : 0,
"RepositoryFileName" : "fp-telegram.zip",
"RepositoryFileSize" : 507542,
"RepositoryFileHash" : "d59752713151561eeba642ede053ca2d",
"RepositoryDate" : 4.3954947028761577E+004,
"RepositoryFileSize" : 3545382,
"RepositoryFileHash" : "1e65c21d3f8e67830bec885e03a29ac0",
"RepositoryDate" : 4.4482513830613425E+004,
"PackageBaseDir" : "fp-telegram\\/",
"HomePageURL" : "https://github.com/Al-Muhandis/fp-telegram",
"DownloadURL" : "https://raw.githubusercontent.com/Al-Muhandis/fp-telegram/master/update_fp-telegram.json",
"DownloadURL" : "https://raw.githubusercontent.com/Al-Muhandis/fp-telegram/master/update_FpTelegram.json",
"SVNURL" : ""
},
"PackageFiles0" : [
Expand All @@ -20,10 +22,10 @@
"Author" : "Al-muhandis (Renat Suleymanov)",
"License" : "MIT License",
"RelativeFilePath" : "",
"VersionAsString" : "0.0.0.21",
"LazCompatibility" : "1.6, 1.8, 2.0, Trunk",
"FPCCompatibility" : "2.6.4, 3.0.0, 3.0.2, 3.0.4, Trunk",
"SupportedWidgetSet" : "win32/64, gtk2, carbon",
"VersionAsString" : "0.0.2.5",
"LazCompatibility" : "2.0.0, 2.0.2, 2.0.4, 2.0.6, 2.0.8, 2.0.10, 2.0.12",
"FPCCompatibility" : "3.0.0, 3.0.2, 3.0.4, 3.2.0",
"SupportedWidgetSet" : "gtk2, win32/win64",
"PackageType" : 3,
"DependenciesAsString" : "FCL"
}
Expand Down
10 changes: 5 additions & 5 deletions update_FpTelegram.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"UpdateLazPackages" : [
{
"ForceNotify" : false,
"InternalVersion" : 2,
"InternalVersion" : 3,
"Name" : "fptelegram.lpk",
"Version" : "0.0.2.0"
"Version" : "0.0.2.5"
}
],
"UpdatePackageData" : {
"DisableInOPM" : false,
"DownloadZipURL" : "https://codeload.github.com/Al-Muhandis/fp-telegram/zip/v0.0.2.0",
"Name" : "fp-telegram"
"DownloadZipURL" : "",
"Name" : "FpTelegram"
}
}
}

0 comments on commit eac5905

Please sign in to comment.