- Improve documentation
- Add more test function
- fix login phone and logon qrcode error
- fix get_note_by_id_from_html broken
- fix 461 and 471 should throw error
- fix image and video post error
- add get_notes_summary api
- add get_notes_statistics api
- send_code v1 to v2
- add get notification api
- trace id error when it contains spectrum
- add phone login api
- fix no watermark image url error
- add create image note api
- add create video note api
- add create note api
- fix cookie key with white space error
- add get self info v2 api
- add get home feed categories api
- fix basic usage is not work
- add a custom sign func to constructor
- fixed get_note_by_id_from_html with video note parse error
- fixed save_files_from_note_id error
- fixed get_user_all_notes abnormal notes catch error
- fixed get videos key error
- add get img and video to help
- change get_img_url to help
- client init without cookie will casue a exception
- add get note by id from html api
- add ip block error exception
- add x-s-common sign
- fix get_user_all_notes lose note time and last_update_time
- add get user like notes
- add get user collect notes
- add get note comments
- add get note sub comments
- add get note all comments
- add get user all notes
- change properties setter getter
- add search sort and note_type args
- fix save file error when invalid title
- add comment note api
- add delete note comment api
- add comment user api
- add follow user api
- add unfollow user api
- add collect note api
- add uncollect note api
- add like note api
- add like comment api
- add dislike note api
- add dislike comment api
- add get qrcode api
- add check qrcode api
- add save files from note id api
- add x-s 、search_id signature
- add get note by id api
- add get self info api
- add get user info api
- add get home feed api
- add get note by keyword api
- add get user notes api
- add pypi, doc, test ci actions
- add Sphinx Doc
- Structuring project (base on Structuring Your Project)