Skip to content

Commit

Permalink
#6 changelogs were updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Oct 16, 2022
1 parent a3e7f0d commit 615fa25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
##### Новая функциональность

* [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) Реализованы методы: `RequestLimits()` для запроса сырых данных по лимитам для пользователя на вывод средств, `OverviewLimits()` для отображения табличных данных и ключ `--limits` для запроса и отображения лимитов в консоли.
* [В работе] [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) При запуске с ключом `--history` добавлена возможность указать дополнительный ключ `--render-chart` и отобразить изменение цен инструмента на интерактивном или статическом графике, при помощи библиотеки [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator).
* [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) При запуске с ключом `--history` добавлена возможность указать дополнительный ключ `--render-chart` и сгенерировать интерактивный или не интерактивный свечные графики, при помощи библиотеки [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator). Аналогично можно построить графики для ранее сохранённых csv-файлов с историей свечей. Для этого нужно указать ключ `--render-chart` вместе с новым ключом для загрузки данных из файла: `--load-history`.
* [В работе] [#10](https://github.com/Tim55667757/TKSBrokerAPI/issues/10) При запросе информации об облигациях (с ключом `--info` или `-i`), теперь рассчитывается и отображается больше данных: график выплат по облигациям, общее количество выплат и уже погашенные купоны, накопленный купонный доход, текущая доходность, доходность к погашению и размер купона.
* [В работе] [#11](https://github.com/Tim55667757/TKSBrokerAPI/issues/11) Добавлен ключ `--user-info`, который выводит данные, связанные с аккаунтом, привязанным к текущему токену: доступную информацию о пользователе, права на операции, лимиты по операциям и доступные для данного токена методы API.
* [В работе] [#45](https://github.com/Tim55667757/TKSBrokerAPI/issues/45) Для всех методов, которые возвращают табличные данные, добавлена возможность сохранения в файл формата `xlsx`, вместо `md` или `csv` по умолчанию. Для этого используется селектор `--xlsx` вместе с ключом `--output`.
Expand All @@ -28,7 +28,7 @@

##### Баг-фиксы

* ...
* Исправлена ошибка `NoneType object has no attribute ...` в случае, если ключ `--history` использовался без указания каких-либо параметров.


### [1.3.70 (2022-09-07)](https://github.com/Tim55667757/TKSBrokerAPI/releases/tag/1.3.70) — опубликована
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
##### New features

* [#15](https://github.com/Tim55667757/TKSBrokerAPI/issues/15) Implemented methods: `RequestLimits()` to request raw data on user withdrawal limits, `OverviewLimits()` to display table data, and the `--limits` key to request and print limits in the console.
* [In progress] [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) When launched with the `--history` key, the ability to specify an additional key `--render-chart` and display the change in instrument prices on an interactive or static chart using the [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator) library.
* [#6](https://github.com/Tim55667757/TKSBrokerAPI/issues/6) When launched with the `--history` key, the ability to specify an additional key `--render-chart` and rendering interactive or static charts using the [`PriceGenerator`](https://tim55667757.github.io/PriceGenerator) library. Similarly, you can build charts for previously saved csv-files with the candles history. To do this, you need to specify the `--render-chart` key with the new key for loading data from file: `--load-history`.
* [In progress] [#10](https://github.com/Tim55667757/TKSBrokerAPI/issues/10) When requesting information about bonds (with the `--info` or `-i` key), more data is now calculated and displayed: bond payment schedule, total number of payments and already redeemed coupons, accumulated coupon income, current yield, yield to maturity and coupon's size.
* [In progress] [#11](https://github.com/Tim55667757/TKSBrokerAPI/issues/11) The `--user-info` key has been added, which displays data associated with the account for the current token: available information about the user, operations rights, limits on operations, and API methods available for this token.
* [In progress] [#45](https://github.com/Tim55667757/TKSBrokerAPI/issues/45) For all methods that return data in table form was added the ability to change file type to `xlsx`, instead of `md` or `csv`, with selector `--xlsx` for `--output` key.
Expand All @@ -28,7 +28,7 @@

##### Bug fixes

* ...
* Bug fix with `NoneType object has no attribute ...` if `--history` key used without any variables.


### [1.3.70 (2022-09-07)](https://github.com/Tim55667757/TKSBrokerAPI/releases/tag/1.3.70) — released
Expand Down

0 comments on commit 615fa25

Please # to comment.