tag:github.com,2008:https://github.com/Soheab/alexflipnote.py/releases Release notes from alexflipnote.py 2025-04-17T14:36:29Z tag:github.com,2008:Repository/272257299/v4.1.0 2025-04-17T14:39:59Z Add support for the new /http endpoint. <h2>What's Changed</h2> <ul> <li>Added support for the new <code>/http</code> endpoint. See <a href="https://github.com/Soheab/alexflipnote.py/blob/master/docs/models/httpresult.md#httpresult">HTTPResult</a> for more info.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Soheab/alexflipnote.py/compare/v4.0.2...v4.1.0"><tt>v4.0.2...v4.1.0</tt></a></p> Soheab tag:github.com,2008:Repository/272257299/v4.0.2 2023-12-17T17:10:26Z Added missing ``brightness`` attribute to Colour. <h2>What's Changed</h2> <ul> <li>Added missing <code>brightness</code> attribute to Colour.</li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Soheab/alexflipnote.py/compare/v4.0.1...v4.0.2"><tt>v4.0.1...v4.0.2</tt></a></p> Soheab tag:github.com,2008:Repository/272257299/v4.0.1 2023-02-12T16:29:34Z Add support for the new `/supreme` endpoint. <h2>What's Changed</h2> <ul> <li>Fix links and example in docs by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Soheab/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Soheab">@Soheab</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1489921327" data-permission-text="Title is private" data-url="https://github.com/Soheab/alexflipnote.py/issues/10" data-hovercard-type="pull_request" data-hovercard-url="/Soheab/alexflipnote.py/pull/10/hovercard" href="https://github.com/Soheab/alexflipnote.py/pull/10">#10</a></li> <li>Add support for the new <code>/supreme</code> endpoint. by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Soheab/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Soheab">@Soheab</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1581320923" data-permission-text="Title is private" data-url="https://github.com/Soheab/alexflipnote.py/issues/11" data-hovercard-type="pull_request" data-hovercard-url="/Soheab/alexflipnote.py/pull/11/hovercard" href="https://github.com/Soheab/alexflipnote.py/pull/11">#11</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/Soheab/alexflipnote.py/compare/v4.0.0...v4.0.1"><tt>v4.0.0...v4.0.1</tt></a></p> Soheab tag:github.com,2008:Repository/272257299/v4.0.0 2022-12-08T17:15:53Z Add support for new endpoints + full rewrite <hr> <h3>v4.0.0 - December 8, 2022</h3> <p>Ayo another major release! A lot of endpoints that were previously removed are now back!!</p> <ul> <li>Full rewrite of the library.</li> <li>Added support for new endpoints: <code>achievement, challenge, captcha, didyoumean, drake, facts, scroll, pornhub,</code> and probably more.</li> <li>Updated the <code>colour</code> endpoint to support the new fields, you'll need to update your code to use the new fields.</li> <li>Rewritten the docs again to be more readable and split up into multiple pages.</li> <li>Library should be fully typed now.</li> <li>Changed license from MIT to MPL-2.0.</li> </ul> Soheab tag:github.com,2008:Repository/272257299/v3.0.0 2021-12-12T22:45:09Z Probably the last update. <h3>v3.0.0 - December 12, 2021</h3> <ul> <li>Python version bumped to &gt;=3.8</li> <li>Addeed typings.</li> <li>Removed token argument.</li> <li>Removed <code>loop</code> kwarg from <code>Client()</code> constructor.</li> <li>Removed following methods: <code>achievement, amiajoke, bad, calling, captcha, challenge, colour_image, colour_image_gradient, colourify, did_you_mean, drake, facts, filter, floor, fml, joke_overhead, pornhub, salty, shame, scroll, ship, supreme, trash, what</code>.</li> <li>Removed the following classes: <code>Image, MinecraftIcons, Filters, MissingTokens</code></li> <li>Added the following classes: <code>RGB</code></li> <li><code>Colour.image_gradient</code> renamed to <code>Colour.gradient</code>.</li> <li><code>Colour.blackorwhite_text</code> renamed to <code>Colour.black_or_white_text</code>.</li> <li><code>Colour.shade</code> renamed to <code>Colour.shades</code>.</li> <li><code>Colour.tint</code> renamed to <code>Colour.tints</code>.</li> <li><code>Colour.rgb</code> now returns a <code>RGB</code> object.</li> <li><code>Colour.rgb_values</code> renamed to <code>Colour.rgb</code>.</li> <li>Added <code>Colour.rgb_string</code> this returns a string in the format <code>rgb(r, g, b)</code> which was previously returned by <code>Colour.rgb</code>.</li> <li>Rewritten <code>HTTPSession</code> to <code>HTTPClient</code>.</li> <li>Rewritten the docs.</li> </ul> Soheab tag:github.com,2008:Repository/272257299/v2.4.0 2021-05-04T21:38:52Z Some nice additions and changes. <ul> <li>Added new method: <a href="https://github.com/Soheab/alexflipnote.py/blob/2.x/docs.md#await-alex_apicoffee"><code>.coffee()</code></a> . Makes a request to <a href="https://coffee.alexflipnote.dev" rel="nofollow">https://coffee.alexflipnote.dev</a> which then returns a random coffee image URL.</li> <li>Token is no longer required due to the following method not requiring a token anymore: <code>colour, colour_image, colour_image_gradient, birb, dogs, sadcat, cats, coffee</code>.</li> <li>New Exception added: <code>MissingToken</code>, this is raised when a method that is not listed above is used without a token being present in the constructor.</li> <li>Removed <code>.github_colours()</code> since the endpoint it used is gone.</li> <li><code>.colour()</code> <code>.colour_image()</code> and <code>.colour_image_gradient()</code> now accepts a "python like hex". E.g, 0x9a6b48. Also, it can take a # now.</li> <li>Suggestions are as always welcome, you can ping me in the <a href="https://discord.gg/DpxkY3x" rel="nofollow">AlexFlipnote server</a>, #general_developers channel.</li> </ul> Soheab tag:github.com,2008:Repository/272257299/v2.3.0 2021-02-12T20:17:00Z Added support for filter: mirror and rewritten docs. <h3>v2.3.0 - February 12, 2021</h3> <ul> <li>Added support for new <a href="/Soheab/alexflipnote.py/blob/v2.3.0/docs.md#await-alex_apifiltername-image">Filter</a>: <strong>mirror</strong></li> <li>Added <a href="/Soheab/alexflipnote.py/blob/v2.3.0/docs.md#await-alex_apicolourifyimage-colour--none-background--none">colourify</a> to the docs. For some reason this wasn't there since the beginning.</li> <li>Rewritten the docs to be easier to read and understand. <a href="/Soheab/alexflipnote.py/blob/v2.3.0/docs.md">Go To Docs</a></li> </ul> Soheab tag:github.com,2008:Repository/272257299/v2.2.0 2021-02-10T22:37:41Z Added support for new filter: flip <h3>v2.2.0 - February 10, 2021</h3> <ul> <li>Added support for new <a href="#docs.md#await-alex_apifiltername-image">Filter</a>: <strong>flip</strong></li> </ul> Soheab tag:github.com,2008:Repository/272257299/v2.1.1 2021-01-09T16:21:21Z Fixed hyperlinks to docs and others for PyPi's description. <h3>v2.1.1 - January 9, 2021</h3> <ul> <li>Fixed hyperlinks to docs and others for PyPi's description.</li> </ul> Soheab tag:github.com,2008:Repository/272257299/v2.1.0 2021-01-03T21:28:42Z Add support for shame endpoint. <h3>v2.1.0 - January 3, 2021</h3> <ul> <li>Added support for a new endpoint: <code>.shame()</code> <a href="/Soheab/alexflipnote.py/blob/v2.1.0/docs.md#await-alex_apishameimage">See more in docs</a></li> </ul> Soheab