Change Log
==========

1.0.4 (10/04/2022)
-----------------
- added __main__.py so you can do `python3 -m fusionsid` and it will print the message
- added console script so typing `fusionsid` in console will print the info message
- i plan on adding a cli tool to get roasts or images quick idk something like that

1.0.3 (9/04/2022)
-----------------
**Added 5 new meme endpoints to the GenerateMeme class**
    - boo (`GenerateMeme.boo()`)
    - brain (`GenerateMeme.brain()`)
    - delete (`GenerateMeme.delete()`)
    - expanding wwe (`GenerateMeme.expanding_wwe()`)
    - change my mind (`GenerateMeme.change_my_mind()`)

1.0.2 (6/04/2022)
-------------------
- Added balloon generate meme function

1.0.1 (6/04/2022)
-------------------
- Added image filters
- New `Filter` class for image filters
    Current filters:
    - blur
    - grey_scale
    - color

1.0.0 (1/04/2022)
-------------------
- Added `pil` method to the Image class 
- Added `save_bytesio` to Image class
- Changed `self` param in classmethods to `cls`
- Updated examples in doc strings

0.0.11 (25/03/2022)
-------------------
- Added font converting
- There are 1969 fonts to choose from
    Haha I know im so funny
- New Things Added:

    `(class) FontImage`

    `(method) Image.font_list: (print_all: bool = False) -> list`

    `(method) Image.font_convert: (text: str, font_name: str, color: str = "black") -> FontImage`

0.0.10 (22/03/2022)
-------------------
- Changed up readme, docs and examples
- Not a big update

0.0.9 (20/03/2022)
-------------------
- Added `Image.get_colors()`
- Get colors takes in a image and finds the most dominant color and the color palette
- Fixed examples for most functions doc strings

0.0.8 (19/03/2022)
-------------------
- Made most funtions `@classmethod`'s so you don't have to init the class 
- Updated all doc strings to use `:param` so IDE's show it when typing
- Fixed `import *` to import the actual stuff

**Not code but the package now has [documentation](https://fusionsid.github.io/FusionSidAPI.py/)**

0.0.7 (10/03/2022)
-------------------
- Added 9 Text convert functions in `fusionsid.Text()` 
- Added `reddit_search`

0.0.6 (09/03/2022)
-------------------
- Wordle answers

0.0.5 (08/03/2022)
-------------------
- Fixed some bugs with the stats

0.0.4 (08/03/2022)
-------------------
- Added doc strings to every function/class

0.0.3 (08/03/2022)
-------------------
- Added Fact, `Truth`, `Dare` and `Truth+Dare` functions in the `Fun` Class

0.0.2 (06/03/2022)
-------------------
- Added `created_at` Attribute to `Meme`, `QRCode` and `RandomMeme` classes

0.0.1 (06/03/2022)
-------------------
- First Release