Skip to content

Commit

Permalink
feat: new frame
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jan 1, 2024
1 parent 9152f28 commit 6231321
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notables change for Cocoa Discord Utils will be noted here

## [2.1.71] - 2024-01-01

- changed orz.jpg for safety concern
- updated vladdy_daddy.jpg default multiplier for good default quality
- new frame! schizo.jpg

## [2.1.70] - 2023-12-31

- feat!: update list_frames to return dataclass to make it extensible
Expand Down
Binary file modified golden_frame/assets/orz.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 5 additions & 6 deletions golden_frame/assets/orz.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "ประชาทัณฑ์",
"pos": [
[178, 121],
[317, 112],
[332, 310],
[206, 324]
],
"defaultMultiplier": 2
[356, 242],
[634, 224],
[664, 620],
[412, 648]
]
}
Binary file added golden_frame/assets/schizo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions golden_frame/assets/schizo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "Jealous internet people who think I'm schizophrenic",
"pos": [
[41, 14],
[333, 14],
[333, 312],
[41, 312]
],
"defaultMultiplier": 2
}
3 changes: 2 additions & 1 deletion golden_frame/assets/vladdy_daddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
[363, 469],
[365, 797],
[175, 791]
]
],
"defaultMultiplier": 2
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "golden-frame"
version = "2.1.70"
version = "2.1.71"
description = "Golden Frame \"กรอบทอง\" Generator, Create Golden Frame for given images (Also supports other frame, included with selected quality frames)"
authors = [
"Nutthapat Pongtanyavichai <[email protected]>",
Expand Down

0 comments on commit 6231321

Please sign in to comment.