Skip to content

Commit

Permalink
Update READMEs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivknv committed Mar 26, 2019
1 parent f6013fb commit ee7646a
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 96 deletions.
23 changes: 15 additions & 8 deletions README.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,26 @@ Examples
# Create a new directory at "/test-dir"
print(y.mkdir("/test-dir"))
Dontations
**********

.. _donating: https://paypal.me/encryptandsync

If you find this library helpful, please consider `donating`_.
Your donation will help the development of this library.

Changelog
*********

.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7

* **Release 1.2.14 (2019-03-26)**

* Fixed a :code:`TypeError` in :code:`get_public_*` functions when passing :code:`path` parameter
(see `issue #7`_)
* Added :code:`unlimited_autoupload_enabled` attribute for :code:`DiskInfoObject`

* **Release 1.2.13 (2019-02-23)**

* Added :code:`md5` parameter for :code:`remove()`
* Added :code:`UserPublicInfoObject`
* Added :code:`country` attribute for :code:`UserObject`
* Added :code:`photoslice_time` attribute for :code:`ResourceObject`, :code:`PublicResourceObject`
and :code:`TrashResourceObject`

* **Release 1.2.13 (2019-02-23)**

Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
# Создаёт новую папку "/test-dir"
print(y.mkdir("/test-dir"))
Пожертвования
*************

.. _пожертвованием: https://paypal.me/encryptandsync

Если вам пригодилась эта библиотека, вы можете поддержать её разработку `пожертвованием`_.

История изменений
*****************

.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7

* **Release 1.2.14 (2019-03-26)**

* Исправлена ошибка :code:`TypeError` в функциях :code:`get_public_*` при
использовании с параметром :code:`path` (`issue #7`_)
* Добавлен аттрибут :code:`unlimited_autoupload_enabled` для :code:`DiskInfoObject`

* **Release 1.2.13 (2019-02-23)**

Expand Down
14 changes: 7 additions & 7 deletions README.ru.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@ YaDisk - это библиотека-клиент REST API Яндекс.Диск
# Создаёт новую папку "/test-dir"
print(y.mkdir("/test-dir"))
Пожертвования
*************

.. _пожертвованием: https://paypal.me/encryptandsync

Если вам пригодилась эта библиотека, вы можете поддержать её разработку `пожертвованием`_.

История изменений
*****************

.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7

* **Release 1.2.14 (2019-03-26)**

* Исправлена ошибка :code:`TypeError` в функциях :code:`get_public_*` при
использовании с параметром :code:`path` (`issue #7`_)
* Добавлен аттрибут :code:`unlimited_autoupload_enabled` для :code:`DiskInfoObject`

* **Release 1.2.13 (2019-02-23)**

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

.. _issue #2: https://github.com/ivknv/yadisk/issues/2
.. _issue #4: https://github.com/ivknv/yadisk/issues/4
.. _issue #7: https://github.com/ivknv/yadisk/issues/7

* **Release 1.2.14 (2019-03-26)**

* Fixed a `TypeError` in `get_public_*` functions when passing `path` parameter
(see `issue #7`_)
* Added `unlimited_autoupload_enabled` attribute for `DiskInfoObject`

* **Release 1.2.13 (2019-02-23)**

Expand Down
Binary file modified docs/locales/ru/LC_MESSAGES/changelog.mo
Binary file not shown.

0 comments on commit ee7646a

Please sign in to comment.