Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Ready for 1.7.0 #47

Merged
merged 40 commits into from
Jun 4, 2024
Merged

Get Ready for 1.7.0 #47

merged 40 commits into from
Jun 4, 2024

Conversation

FabioGaming
Copy link
Collaborator

No description provided.

[ # ] Fixed issue #30, it should no longer be trying to duplicate the JSON key
[ # ] Also updated send_message and such on Client class as it was still running on the old model
[ # ] Fixed issue #29, people should now be able to log out properly
[ # ] AdvancedCommunityInfo is now adapted to work with the default JSON serializer
[ + ] Added AdvancedCommunitySettings
[ + ] Added CommunityNewsFeed
[ + ] Added CommunityRankingTable
[ + ] Added CommunityThemePack
[ # ] AvatarFrame is now set to work with the default JSON class
[ + ] Added AdditionalItemInfo
[ + ] Added AvatarFrameConfig
[ + ] Added ItemOwnershipInfo
[ + ] Added ItemRestrictionInfo
[ + ] Added AdditionalItemBenefits
[ # ] Renamed CommunityProfile to GenericProfile as it contains lots of repetetive data not community related
[ - ] Deleted BlockedUser as it is just GenericUser
[ # ] Adapted Blog to work with the default JSON class
[ + ] Added GenericAvatarFrame
[ # ] Chat is now adapted to work with the default JSON class
[ + ] Added ChatExtensions
[ + ] Added GenericChatMember
[ + ] Added LastChatMessageSummary
[ # ] Prepared EventHandler to discontinue Newtonsoft.Json
[ + ] Added SocketBase
[ # ] Adapted ChatAnnouncement
[ # ] Client.send_file_message, SubClient.send_file_message no longer converts base64 from base64 back to base64.
[ + ] Attached readme.md to csproj
[ # ] Fixed helpers.DecodeSid
[ # ] Fixed #40
[ # ] Fixed #39
[ # ] Fixed #38 (hopefully)
[ # ] Fixed #35
made floats, ints and bools nullabe because of Team Aminos stupid decision to set them to null on some cases
Will be replaced with a Json Serializer Option later
[ # ] get_from_code & get_from_id now pass linkInfoV2 as root JSON key into the deserializer
[ # ] LastMessageSummary.MediaType is now an int? instead of string
[ # ] WalletInfo.TotalCoins is now a float? instead of int? because Amino API is weird (there literally is a totalCoinsFloat value????)
[ # ] SubClient.send_activity_time now sends optInAdsFlags instead of OptInAdsFlags
[ + ] Added Types.Join_Types
[ + ] Added SubClient.GetClient()
[ + ] Added SubClient.GetCurrentCommunityId()
[ # ] Changed version from 1.5.2 to 1.6.0
[ + ] Added ACMClient
[ + ] Added ACMClient.create_community(string, string, byte[], string, Types.Join_Types, Types.Supported_Languages)
[ + ] Added (unfinsihed) ACMClient.delete_community(string, string, string)
[ # ] Types now has a RoleType enum
[ + ] Added TopicStyle object
[ + ] Added Topic object
[ + ] Added JoinRequestUser object
[ + ] Added JoinRequestApplicant object
[ + ] Added JoinRequest object
[ + ] Added CommunityStats object
[ + ] Added BlogCategory object
[ # ] AdvancedCommunityInfo now contains MediaList and UserAddedTopicList
[ # ] Added ACMClient functions: list_communities(int,int), get_blog_categories(int,int), change_sidebar_color(string), get_community_info(), promote(string, Types.RoleTypes), get_join_requests(int,int), accept/reject_join_request(string), get_community_stats()
@FabioGaming FabioGaming merged commit e6101ee into master Jun 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant