Releases: virtyaluk/InTouch
Releases · virtyaluk/InTouch
v1.0.27 (April 12, 2017)
v1.0.27 (April 12, 2017)
- Fixed a bug in the parameter name auto_complete and fixed the erroneous code audio genre. @McDanilRus in #21.
- Adds targeting to .NET Standard 1.1. @virtyaluk in #22.
- Regular project update. @virtyaluk in #23.
- New options for setting
service_token
and getting credentials flow authorization through new methodsSetServiceToken
andGetClientCredentialsFlow
. - New methods:
Utils.GetLinkStats
,Utils.GetShortLink
,Photos.GetOwnerCoverPhotoUploadServer
,Photos.SaveOwnerCoverPhoto
,Secure.SetUserLevel
,Secure.SetCounter
,Secure.SendSMSNotification
,Secure.SendNotification
,Secure.GetAppBalance
andSecure.CheckToken
. - Minor improvements and bug fixes. Fixes #20.
- New options for setting
- API version 5.63. @virtyaluk in #24.
- New Callback API event -
wall_repost
. - New methods:
Wall.PostAdsStealth
,Wall.EditAdsStealth
,Utils.GetLastShortenedLinks
andUtils.deleteFromLastShortened
. - New
Views
property of wallPost
object. - Allows to use
fields
param onWall.GetComments
andVideo.GetComments
methods. Utils.GetShortLink
now accepts additionalisPrivate
param and returns new structureShortenedLink
.
- New Callback API event -
v1.0.26 (January 15, 2017)
v1.0.26 (January 15, 2017)
- Adds .NET Standard 1.1 targeting project. @virtyaluk in #19.
v1.0.25 (January 15, 2017)
v1.0.25 (January 15, 2017)
- Recovery build. .NET Standard project was removed due to build problem.
## v1.0.24 (January 15, 2017)
v1.0.24 (January 15, 2017)
- Recovery build. .NET Standard project was removed due to build problem.
v1.0.20 (January 15, 2017)
v1.0.20 (January 15, 2017)
- Adds .NET Standard 1.1 targeting project. @virtyaluk in #18.
- API version 5.62. @virtyaluk in #17.
Messages.gGetHistoryAttachments
method returnsMessageId
field.User
object has a new value of relationship status (8 — "in a civil union").
- API version 5.61. @virtyaluk in #16.
Group
object contains newCover
field.Account.GetCounters
method takes a new valueFriendsSuggestions
in theFilter
parameter.
v1.0.19 (November 21, 2016)
v1.0.19 (November 21, 2016)
- Adds 3 new methods:
DenyMessagesFromGroup
,AllowMessagesFromGroup
,IsMessagesFromGroupAllowed
. @virtyaluk in #13. - API version 5.59. @virtyaluk in #14.
Group
object contains newIsMessagesAllowed
field.- Two new events
MessageAllow
andMessageDeny
has been added to Callback API.Groups.SetCallbackSettings
method supports two new parameters andGroups.GetCallbackSettings
returns two new fields respectively.
- API version 5.60. @virtyaluk in #15.
Account.GetInfo
method returns an additionalTwoFactorAuthorizationRequired
field for accounts with 2FA.Button
field has a new structure for attachments with Link type.
v1.0.18 (October 10, 2016)
v1.0.18 (October 10, 2016)
- Groups Callback API. @virtyaluk in #10.
- New
markAsImportantDialog
andmarkAsAnsweredDialog
methods. @virtyaluk in #11. - New
Doc.Preview
properties. @virtyaluk in #12. - Code refactoring and improvements.
- New VK API version - 5.57.
v1.0.17
v1.0.16
v1.0.15
v1.0.15 (July 28, 2016)
- API aligned with latest version of VK API (5.53).
- Fixed AudioGenres.Speech enum value. @RomanGL in #2.
- AudioSearchParams.SearchOwn MethodParamAttribute.Name fix. @RomanGL in #3.
- Implemented ToString for Audio, Video, Doc, BaseAlbum and ResponseError. @RomanGL in #4.
- Fixed method mask in InTouch.Request. @RomanGL in #5.
- Allows sessions with duration of
0
. @acedened in #6. - APIVersion: type changed to string. @RomanGL in #7.