File size: 1,252 Bytes
6242a59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Change Logs

## 2023/06/21

- Add enqueue keyboard shortcut
- Bugs fixing

## 2023/06/20

- Add api to download task's generated images
- Add setting to render extension UI below the main UI
- Display task datetime in local timezone
- Persist the grid state (columns order, sorting) for next session
- Bugs fixing

## 2023/06/07

- Re-organize folder structure for better loading time
- Prevent duplicate ui initialization
- Prevent unnecessary data refresh

## 2023/06/06

- Force image saving when run task
- Auto pause queue when OOM error detected

## 2023/06/05

- Able to view queue history
- Bookmark task
- Rename task
- Requeue a task
- View generated images of a task
- Send generation params directly to txt2img, img2img
- Add apis to queue task
- Bugs fixing

## 2023/06/02

- Remove the queue placement option `Above Generate Button`
- Make the grid height scale with window resize
- Keep the previous generation result when click enqueue
- Fix: unable to run a specific task when queue is paused

## 2023/06/01

- Add a flag to enable/disable queue auto processing
- Add queue button placement setting
- Add a flag to hide the custom checkpoint select
- Rewrite frontend code in typescript
- Bugs fixing

## 2023/05/29

- First release