Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

DW_Ernest

2
Posts
1
Topics
1
Following
A member registered Jan 27, 2021

Recent community posts

(1 edit)




I also found the butler command:
> butler.exe status user/mygame:my_branch
which is great too but only give me the latest version Infos:

(1 edit)

Hi,

When pushing builds I am using the `--userversion` specifier:
> butler push mygame user/mygame:channel_name --userversion 1.1.0

It would be really helpful to have a way to retrieve the submit date and user-version history of a specific channel. Either a Butler command or an API endpoint.

The only API endpoint I found is the `/wharf/channels` API which only gives infos about the last version:
> https://itch.io/api/1/{{API_KEY}}/wharf/channels?target=user/mygame

I saw that the Itch windows app is able to retrieve the Infos I want from the "Switch {branch} to another Version" Menu:
So I looked at his source code. It seems that it uses a `butler daemon`: "Install.VersionSwitch.Queue".
But it takes a `caveId: string` as parameter that I don't know how to retrieve.

https://github.com/itchio/itch
http://docs.itch.ovh/butlerd/master/#/?id=installversionswitchqueue-client-request

Does someone know how I could retrieve the upload version history I need?
Thank's!