New features - Now you can create your custom UA(useragent) and LA(LineApplication) as well as you wish python cl = Client(UA='your user agent', LA='your line application')
> Note: this effective if `client_name` parameter is not given
- Add more function method for talk see look at [this](https://github.com/dyseo/AsyncLine/blob/master/AsyncLine/talk.py) for detail
Fixing - Removed unused code - Make code more efficient - Removed login using command line prompt
1.5.9.1
- Add Plugins handler for more detail read this [example](https://github.com/dyseo/AsyncLine/tree/master/examples/plugins_example) - Add `lambda` for filters, this effective if you're using Operation type (i.e type [11, 13, 32.. ]) of course you can use this for Message instance type (i.e type [25, 26])
1.5.9
What's new on Asyncline - Add [Conversation](https://github.com/dyseo/AsyncLine/blob/master/examples/conversation.py) Method - Fix bug at downloadObjMsgId - Using LA for LOGIN_DEVICE - Use `asyncio.event` for fetching make sure event fetched - Renaming `LineNext` -> `Client`
1.5.8.8
- Including Database storage using [mongodb](https://www.mongodb.com) - add more example - Support uvloop for increase speed for Asynchronous, not necessary How to? 1. pip3 install uvloop -U 2. python import uvloop, asyncio asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
1.5.8.5
What's new on AsyncLine?
- Add [Timeline](https://github.com/dyseo/AsyncLine/blob/master/AsyncLine/timeline.py) instance - Add qr login with' custom session name - Add change cover - Add change Video and Picture profile at same time - Add custom chunked for downloading stream url - Fix more bug
1.5.8.3
What's new on AsyncLine?
New Features - Add Shop instance - Add more options for login 1. login with token 2. login with email, or using cert 3. login with session > note: all options for login can using custom session file or not