Skip to content

Releases: fadhiilrachman/line-py

v3.0.8

09 Oct 18:29
6809d33
Compare
Choose a tag to compare

2018.01.16

  • Implement singleFetchSquareChat in OEPoll
  • Add new example for Fetch square chat
  • Fix findAndAddContactsByMid (thanks to かおる)
  • Some several bug fixed

View change log from here

v3.0.7

09 Oct 18:28
6809d33
Compare
Choose a tag to compare

2018.01.15

  • Support Thrift version 0.11.0
  • Not support for Python 2.x, please upgrade your Python 2.x to Python 3.x (Recommended 3.6)
  • Rename LineClient instance as LINE instance
  • Rename LinePoll instance as OEPoll instance
  • LineTimeline, LineCall, LineAuth, LineTalk, LineChannel renamed without 'Line'
  • LineTimeline merged to LINE instance
  • Add new sendPostToTalk, getGroupIdsByName, getCompactGroup, updateGroupPreferenceAttribute (thanks to Dosugamea)
  • Some several bug fixed
  • Implement new feature in LINE Square

View change log from here

v2.0.2

09 Oct 18:28
6809d33
Compare
Choose a tag to compare

2018.01.13

  • Updated to version 2.0.0
  • Fix several bugs
  • Implement LineAuth, LineTalk and LineSquare
  • Merge LineTalk, LineCall and LineSquare into LineClient
  • Delete LineApi, rename as LineAuth

View change log from here

v1.9.5

09 Oct 18:26
6809d33
Compare
Choose a tag to compare

2018.01.07

  • Now you can update profile cover with updateProfileCover() and updateProfileCoverById() (thanks to fauzanardh)
  • Fix several bugs
  • Improve LineObject and LineServer
  • Improve SquareService

View change log from here

v1.9.4

09 Oct 18:25
6809d33
Compare
Choose a tag to compare

2018.01.02

  • Fix login
  • Implement SquareService
  • Remove PhoneName arg from LineClient

View change log from here

v1.8.5

09 Oct 18:23
6809d33
Compare
Choose a tag to compare

2018.01.02

  • Fix login
  • Implement SquareService
  • Remove PhoneName arg from LineClient

View change log from here

v1.7.4

09 Oct 18:21
6809d33
Compare
Choose a tag to compare

2017.11.24

  • Implement singleTrace() for Long polling operations
  • Add new examples: BOT for group and single trace
  • Implement LineTimeline with new several function
  • Implement LineObject with merge several function from LineModels
  • Now you can send GIF image with sendGIF() and sendGIFWithURL() (thanks to Dosugamea)
  • You can add optional AppName or PhoneName from instance LineClient

View change log from here