Skip to content

Releases: UrielCh/midjourney-client

v 1.0.10

22 May 07:10
Compare
Choose a tag to compare

v 1.0.10

  • improve JSR/npm deployement script

V 1.0.8

16 May 20:32
Compare
Choose a tag to compare

V1.0.8

  • mode midjourney command data to code
  • fix dnt code convertion errors

V 1.0.7

16 May 18:00
Compare
Choose a tag to compare
  • update discord protocol

V1.0.6

21 Jul 12:06
Compare
Choose a tag to compare
  • add support for mode turbo

Full Changelog: 1.0.5...1.0.6

V1.0.5

18 Jul 07:18
Compare
Choose a tag to compare

What's Changed

  • add "--access public" to github action publish task by @UrielCh in #13
  • update doc
  • update deps
  • fix upscall progress detection

Full Changelog: 1.0.4...1.0.5

V1.0.4

27 May 13:57
01f786e
Compare
Choose a tag to compare

V 1.0.4

  • Fix the incorrect discord lib version, and reduce the npm bundle size.

V 1.0.3

27 May 09:20
8813361
Compare
Choose a tag to compare

V 1.0.3

  • patch dnt, and use it's new version.
  • no more chalk

V 1.0.2

23 May 08:33
2c41e6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

V 1.0.1

21 May 04:40
Compare
Choose a tag to compare

V1.0.1

  • fix a wrong application_id

V1.0.0

20 May 19:41
Compare
Choose a tag to compare

V1.0.0

  • add saveAll sample
  • add parseOne sample
  • add MIDJOURNEY_CHANNELS constant
  • add DiscordMessage.componentsNames
  • improve DiscordMessage.parentInteraction
  • update DiscordMessage.download() return type
  • add Midjourney.setDiscordChannelUrl("https://discord.com/channels/......./.......") to change channel
  • update SnowflakeObj.toString()
  • no more need for application_id value
  • support multiple jobs in parallel
  • 'guild_id' and 'channel_id' are now optional at startup, and can be defined using Midjourney.setDiscordChannelUrl("https://discord.com/channels/......./.......")