Releases: a-know/Pixela
Releases · a-know/Pixela
v1.5.1
v1.5.0
It has suddenly become cold recently... 🤧
- The details of each graph can now be displayed in html format.
- URL format is
https://pixe.la/v1/users/<username>/graphs/<graphID>.html
, you can view this page by web-browser.- By sharing from the Twitter share button on this page, you can share the thumbnail of the graph at the same time.
v1.4.0
Are you enjoy Pixe-life? 😄
- Support new graph definition option,
timezone
!- It can be specified when creating or updating a graph definition.
- This setting works for the following APIs.
- Add third party libraries
- kakkun61/pixela-client-haskell, thank you @kakkun61 !!
- ryosms/pixela-marquee, thank you @ryosms !!
v1.3.3
In this update, breaking change is carried out.
Please be careful, and I'm sorry about this change. 😢
- Extracted API document from Pixela website into another website docs.pixe.la.
- [Breaking Change] Fixed inconsistency in field names of API response.
GET /v1/users/<username>/webhooks
- Before
{"webhooks":[{"hashString":"<WebhookHashString>","graphID":"test-graph","type":"increment"}]}
- Revised
{"webhooks":[{"webhookHash":"<WebhookHashString>","graphID":"test-graph","type":"increment"}]}
v1.3.2
I feel like updating after a long time...! Please give me more feedback! 😻
- By carefully handling outliers, we made it possible to display the graph more beautifully.
- Add third party libraries
- s-ichikawa/piql, thank you @s-ichikawa !!
v1.3.1
v1.3.0
- Supported the
short
mode which can only display about 90 days of information. - Improve validation
- Add third party libraries
- jagijagijag1/pixela-dashboard, thank you @jagijagijag1 !!
- heavenshell/py-pixela, thank you @heavenshell !!
- ariarijp/phpixela, thank you @ariarijp !!
v1.2.0
Today I coding all day...!
- We have released a new API,
/webhook
! - Fix leakage corresponding to CORS
- Adjusted display position of month letters
v1.1.1
It's rainy. ☔️
- Add third party libraries
- otoyo/pixela_ex, thank you @otoyo !!
- If the graph does not contain a minus value, the lower right legend is simplified.
v1.1.0
Since the release of Pixela, we have been releasing everyday, but one day has been vacated! 😜
- Add third party libraries
- yamash723/pixelast, thank you @yamash723 !!
- It is now possible to send a request to purge the cache at the graph update, towards the image URL of the cached Pixelation graph. (ref. #1)
- This is an advanced option.
- For example, in GitHub, since all images referenced from GitHub are cached, it is necessary to purge the cache every time the Pixeleation graph is changed.
- see: https://qiita.com/mpyw/items/16b693cb62820b480ce2 (in Japanese)
- By setting a URL to purge the cache in the
purgeCacheURLs
item of each graph definition, it is now possible to send a purge request automatically each time the graph is updated. - Even with the same Pixelation graph, different cache URLs are generated when referring from multiple places, you can specify up to 5 URLs.
- For more information, please refer to API reference.