Skip to content

Releases: a-know/Pixela

v1.30.0

18 Sep 12:55
5e3582d
Compare
Choose a tag to compare
Screenshot 2024-08-22 at 21 06 29

[English]
GET - /v1/users/<username>/graphs/<graphID> API has supported 2 new options.

  • lessThan , greaterThan
  • This option is used to draw only pixels that are less than or greater than the value specified by this parameter.
  • These two params cannot be specified at the same time.
  • In the future, we are considering making it possible to specify also GET - /v1/users/<username>/graphs/<graphID>.html API, but this is not supported at this time.

For more details. please see Pixela API docs.

[Japanese]
GET - /v1/users/<username>/graphs/<graphID> APIが、新たに2つのオプションをサポートしました。

  • lessThangreaterThan
  • このパラメータで指定した値以下、もしくは値以上の Pixel のみを描画するためのオプションです。
  • これら2つのパラメータは同時に指定することはできません。
  • 将来的には、これらのパラメータを GET - /v1/users/<username>/graphs/<graphID>.html でも利用可能にすることを検討していますが、現時点では対応していません。

詳細はAPIドキュメントを参照してください。

v1.29.0

18 Apr 11:58
5e3582d
Compare
Choose a tag to compare

[English]
New API endpoint have been added!

  • GET /v1/users/<username>/graphs/<graphID>/latest
    • This API can be used to retrieve the latest pixel from among the pixels registered in the graph specified by <graphID> .
    • Pixel with date that is later than the date of this API request will not be retrieved by this API.

[Japanese]
新しい API エンドポイントを追加しました。

  • GET /v1/users/<username>/graphs/<graphID>/latest
    • この API を使うことで、 <graphID> で指定したグラフに登録されている Pixel のうち、最新の Pixel を取得できます。
    • このAPIをリクエストした日よりも未来の日付の Pixel はこのAPIでは取得できません。

v1.28.0

24 Dec 04:42
5e3582d
Compare
Choose a tag to compare

[English]
New API endpoint have been added!

[Japanese]
新しい API エンドポイントを追加しました。

  • POST /v1/users/<username>/graphs/<graphID>/pixels

v1.27.1

18 Sep 00:49
5e3582d
Compare
Choose a tag to compare

Screenshot 2023-09-18 at 9 40 00Screenshot 2023-09-18 at 9 40 14

[English]
The /stats API released in v1.27.0 is now supported on the graph detail screen.

[Japanese]
グラフ詳細画面での情報表示にて、v1.27.0 でリリースした /stats API の変更内容に対応しました。

v1.27.0

31 Aug 06:59
5e3582d
Compare
Choose a tag to compare

🎉

[in English]
Extended the fields that can be retrieved with the /stats API.
The following three types of fields have been extended this time:

  • maxDate
    • The date when the maxQuantity returned by the /stats API was actually recorded is set to this field.
    • Its format is yyyy-MM-dd.
    • If there is more than one applicable date, it is undefined which of them will be set.
  • minDate
    • The date when the minQuantity returned by the /stats API was actually recorded is set to this field.
    • Its format is yyyy-MM-dd.
    • If there is more than one applicable date, it is undefined which of them will be set.
  • yesterdayQuantity
    • The value recorded in the graph on the day before the day of the /stats API request is set to this field.

[in Japanese]
/stats API で取得できる項目を拡張しました。
今回拡張した項目は、以下の3種類です。

  • maxDate
    • /stats API が返却する maxQuantity が実際に記録された日付がセットされます。
    • その形式は yyyy-MM-dd です。
    • 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
  • minDate
    • /stats API が返却する minQuantity が実際に記録された日付がセットされます。
    • その形式は yyyy-MM-dd です。
    • 該当する日付が複数ある場合、どの日付がセットされるかについては未定義です。
  • yesterdayQuantity
    • /stats API をリクエストしている日の前日の、そのグラフに記録されている値がセットされます。

v1.26.1

05 Apr 12:05
5e3582d
Compare
Choose a tag to compare

[in English]
New webhook type added.
For more information on the details of this release, please see here.

[in Japanese]
新たな Webhook type を追加しました。
その詳細な内容については、こちらをご確認ください

v1.26.0

20 Mar 13:34
5e3582d
Compare
Choose a tag to compare

[in English]
We've added new 2 APIs! 🎉
For more information on the details of this release, please see here.

[in Japanese]
2つの新たな API を追加しました! 🎉
その詳細な内容については、こちらをご確認ください

v1.25.1

30 Jul 23:36
5e3582d
Compare
Choose a tag to compare

[in English]
Some changes have been made to the specifications additions made in v1.25.0.
For details of the changes, please check here.

[in Japanese]
v1.25.0 で追加した仕様について、一部変更を行いました。
変更内容については、こちらをご確認ください

v1.25.0

25 Jul 12:27
5e3582d
Compare
Choose a tag to compare

[in English]
For some APIs, requests for those APIs are rejected 25% of the time.
For more information on this specification, please check here.

[in Japanese]
一部のAPIにおいて、25%の割合でそのAPIに対するリクエストがリジェクトされるようにしました。
この仕様の追加については、こちらをご確認ください

v1.24.0

18 Jul 12:47
5e3582d
Compare
Choose a tag to compare

Screen Shot 2022-07-18 at 21 30 56

Screen Shot 2022-07-18 at 21 32 40

[in English]
A new feature, “Weekly streak” has been released.
For more information on this feature, please check here.

[in Japanese]
新機能、Weekly streak をリリースしました。
この機能の詳細については、こちらをご確認ください