forked from UrielCh/midjourney-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
59 lines (46 loc) · 1.63 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Changelog
## V1.0.1
- fix a wrong application_id
## 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/......./.......")`
## V0.2.1
- improve dnt script
- use Github action
## V0.2.0
- complet blend call
- fix bug in token extraction
- add WS messages model
- add progress callback
- add `client.connectWs()` to speedup all calls
## V0.1.2
- the client can now get configuration values from SALAI_TOKEN, CHANNEL_ID, SERVER_ID env variables
- the client can Now extract values SALAI_TOKEN, CHANNEL_ID, SERVER_ID from configuration file
- map discord-api-types directly from npm in dnt
- rewrite message type identitication.
## V0.1.1
- fix broken `Upscale` completion detector.
- add the download method in `DiscordMessage`.
- improve samples in the doc
- add sample directory
- add support for `Variant`
## V0.1.0
- Big refactor
## V0.0.2
- add `fast` and `relax` command
- partial implementation of `blend`
- remove `waitMessageOrThrow`
- `waitMessage` now throws a meaningful error in case of failure
- add `MAX_TIME_OFFSET` set to 10 sec by default (was 5 before)
- remove all console.log
## V0.0.1
- initial version