Skip to content

Commit 6362c7b

Browse files
committed
v1.3.3.1
- [Add] ShareMediaAsStoryAsync to StoryProcessor - [Add] HasViewerSaved property to InstaMedia - [Add] converters for all live broadcast classes - [Add] pagination to GetDiscoverTopLiveAsync - [Add] LoginWithFacebookAsync to IInstaApi
1 parent f36c24d commit 6362c7b

File tree

2 files changed

+20
-61
lines changed

2 files changed

+20
-61
lines changed

README.md

Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Supports almost every features that Instagram app has!
55

66
| Target | Branch | Version | Download link |
77
| ------ | ------ | ------ | ------ |
8-
| Nuget | master | v1.3.3.0 | [![NuGet](https://img.shields.io/nuget/v/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) |
8+
| Nuget | master | v1.3.3.1 | [![NuGet](https://img.shields.io/nuget/v/InstagramApiSharp.svg)](https://www.nuget.org/packages/InstagramApiSharp) |
99

1010
## IMPORTANT NOTE:
1111
`PaginationParameters` updated, you must use `NextMaxId` instead of using old `NextId`!!!!!
@@ -89,6 +89,13 @@ Task<IResult<object>>
8989
Check [Wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) for documentation.
9090

9191
## Version changes
92+
v1.3.3.1
93+
- [Add] ShareMediaAsStoryAsync to StoryProcessor
94+
- [Add] HasViewerSaved property to InstaMedia
95+
- [Add] converters for all live broadcast classes
96+
- [Add] pagination to GetDiscoverTopLiveAsync
97+
- [Add] LoginWithFacebookAsync to IInstaApi
98+
9299
v1.3.3.0
93100
- [Bugfix] for followers and followings get functions
94101
- [Bugfix] for SendGetRequestAsync
@@ -135,31 +142,6 @@ v1.3.2.2
135142
- [Add] Fail<T>(Exception, T, ResponseType) to Result
136143
- [Add] NetworkProblem to ResponseType
137144

138-
v1.3.2.1
139-
- [Add] support story poll to InstaStoryItem
140-
- [Add] ViewerVote property to InstaStoryPollStickerItem
141-
- [Add] story voters support in InstaStoryItem
142-
- [Add] Viewers property to InstaStoryItem
143-
- [Add] viewers and voters in GetStoryMediaViewersAsync function
144-
- [Add] pagination to GetStoryMediaViewersAsync
145-
- [Add] GetStoryPollVotersAsync to StoryProcessor
146-
- [Add] VoteStoryPollAsync to StoryProcessor
147-
- [Add] SetTimeout to IInstaApi
148-
- [Add] story options (add locations, hashtags or poll questions) to UploadStoryPhotoAsync and UploadStoryVideoAsync
149-
150-
v1.3.2.0
151-
- [Add] Api Version 76
152-
- [Set] api version v76 as default (for new logins)
153-
- [Update] GetStatisticsAsync
154-
- [Update] highlight values
155-
- [Add] SendDirectHashtagAsync to MessagingProcessor
156-
- [Add] SendDirectHashtagToRecipientsAsync to MessagingProcessor
157-
- [Add] support Hashtag message in direct threads
158-
- [Add] support LiveViewerInvite in direct message
159-
- [Add] ShareLiveToDirectThreadAsync to LiveProcessor
160-
- [Add] ShareLiveToDirectRecipientAsync to LiveProcessor
161-
- [Update] GetUserTimelineFeedAsync
162-
163145
[Version changes](https://github.com/ramtinak/InstagramApiSharp/wiki/Version-changes) page
164146

165147
## Known Issues

src/InstagramApiSharp/InstagramApiSharp.csproj

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
14-
<Version>1.3.3.0</Version>
15-
<AssemblyVersion>1.3.3.0</AssemblyVersion>
16-
<FileVersion>1.3.3.0</FileVersion>
14+
<Version>1.3.3.1</Version>
15+
<AssemblyVersion>1.3.3.1</AssemblyVersion>
16+
<FileVersion>1.3.3.1</FileVersion>
1717
<Description>An complete Private Instagram Api for .NET.
1818

1919

@@ -38,7 +38,14 @@ See example projects and wiki pages to find out how this library works.</Descrip
3838
<RepositoryType></RepositoryType>
3939
<RepositoryUrl>https://github.com/ramtinak/InstagramApiSharp/</RepositoryUrl>
4040
<PackageProjectUrl>https://github.com/ramtinak/InstagramApiSharp/</PackageProjectUrl>
41-
<PackageReleaseNotes>v1.3.3.0
41+
<PackageReleaseNotes>v1.3.3.1
42+
- [Add] ShareMediaAsStoryAsync to StoryProcessor
43+
- [Add] HasViewerSaved property to InstaMedia
44+
- [Add] converters for all live broadcast classes
45+
- [Add] pagination to GetDiscoverTopLiveAsync
46+
- [Add] LoginWithFacebookAsync to IInstaApi
47+
48+
v1.3.3.0
4249
- [Bugfix] for followers and followings get functions
4350
- [Bugfix] for SendGetRequestAsync
4451
- [Bugfix] for GetTopHashtagMediaListAsync (thx to @huseyinkarael for report)
@@ -148,37 +155,7 @@ v1.3.0.0
148155
- [Add] BlockUserCommentingAsync to CommentProcessor
149156
- [Add] UnblockUserCommentingAsync to CommentProcessor
150157
- [Add] GetBlockedCommentersAsync to CommentProcessor
151-
- [Update] FriendshipStatus property in GetUserAsync
152-
153-
v1.2.0.1
154-
- [Bugfix] for recent activities return following activities
155-
156-
v1.2.0
157-
- [Add] ISessionHandler for save/load session to IInstaApiBuilder (thx to @estgold for PR)
158-
- [Bugfix] for GetSecuritySettingsInfoAsync
159-
- [Add] GetBlockedUsersAsync to UserProcessor
160-
- [Add] SwitchToPersonalAccountAsync to AccountProcessor
161-
- [Add] SetHttpRequestProccesor in IInstaApiBuilder (thx to @estgold for PR)
162-
- [Add] GetRecoveryOptionsAsync to IInstaApi
163-
- [Bugfix] for VerifyCodeForChallengeRequireAsync
164-
- [Rename] GetBlockedStorySharingUsersStory to GetBlockedUsersFromStoriesAsync
165-
- [Add] voice message support to direct thread item (Api version v74 or newer is required)
166-
- [Add] animated image (gif) message support to direct thread item (Api version v74 or newer is required)
167-
168-
v1.1.6.2
169-
- [Update] A change in builder to made it IoC/DI compatible
170-
171-
v1.1.6.1
172-
- [Bugfix] for GetFollowingRecentActivityFeedAsync pagination [now works correctly]
173-
- [Add] new UploadAlbumAsync (check #95 issue)
174-
- [Add] GetBlockedMediasAsync to MediaProcessor
175-
- [Add] GetMediaByIdsAsync to MediaProcessor for getting multiple medias
176-
177-
v1.1.6.0
178-
- [Bugfix] for GetFollowingRecentActivityFeedAsync pagination
179-
- [Add] InstaImageUpload class (use this for uploading photo/album from now)
180-
- [Add] User tags support to UploadAlbumAsync (see album wiki page)
181-
- [Update] UploadPhotoAsync (you should use InstaImageUpload instead)</PackageReleaseNotes>
158+
- [Update] FriendshipStatus property in GetUserAsync</PackageReleaseNotes>
182159
<Copyright>Ramtin Jokar</Copyright>
183160
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
184161
<PackageTags>C#, Instagram, Insta, Client, Sharp, InstagramApiSharp, Client, Api, media, video, album, photo, igtv</PackageTags>

0 commit comments

Comments
 (0)