-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). | ||
|
||
## [Неопубликованное] | ||
|
||
## [2.0.0] - 2017-10-10 | ||
### Добавлено | ||
- Пользовательский интерфейс. | ||
- Окно просмотра композиций. | ||
- Возможность просмотра статуса загрузки композиции. | ||
- Возможность отслеживания процесса синхронизации. | ||
- Возможность изменения директории назначения загрузок. | ||
- Запуск синхронизации по требованию. | ||
- Автоматическая синхронизация. | ||
- Запуск синхронизации проваленных загрузок. | ||
- Сохранение переменных окружения в БД. | ||
- Сохранение библиотеки композиций в БД. | ||
- Системные уведомления о статусе синхронизации. | ||
- Иконка в трее. | ||
- Лог изменений. | ||
- Информация о лицензии. | ||
|
||
### Изменено | ||
- Наименование поменялось с VKAudioSaver на VKMusic. | ||
- Переписан слой интеграции с ВК. | ||
|
||
### Исправлено | ||
- Парсировщик ВК: добавлен слой дешифрации хэша адресов композиций. | ||
|
||
### Удалено | ||
- Поддержка ВК API по работе с музыкой. | ||
|
||
|
||
[Неопубликованное]: https://github.com/ruslanys/vkmusic/compare/2.x.x.SWING...HEAD | ||
[2.0.0]: https://github.com/ruslanys/vkmusic/compare/e04e606...v.2.0.0 |