Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jul 16, 2024
1 parent 62b6538 commit e14802a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,40 @@
Do you have other ideas? I'd love to hear about them. Please post them in the <a target="_blank" href="https://github.com/pavel-zhur/HarmonyDB/discussions">GitHub discussions</a> or contact me using one of the methods below.
</p>

<h1 class="display-4 mt-5">Releases Notes</h1>

<h3 class="mt-3">Release 2, 2024-07-17</h3>
<p>
<ul>
<li>Important implementation of song structures index has started.</li>
<li>Loops detection optimized for the future task: loops are now minimal, without repetitive chords inside.</li>
<li>Tonalities detection. It is not as precise as I'd like it to be yet, but there's a @Html.ActionLink("convenient front-end to tune it", "Index", "Tonalities").</li>
</ul>
</p>

<h3 class="mt-3">Release 1, 2024-06-26</h3>
<p>
<ul>
<li>The first release.</li>
<li>Searching songs by chords.</li>
<li>Searching songs by title or artists.</li>
<li>Viewing the popular chords progressions.</li>
<li>
Viewing songs with options:
<ul>
<li>Highlighting the found progressions,</li>
<li>Transpositions,</li>
<li>Flats or sharps preference,</li>
<li>Simplifying chords by removing 7, 9, basses, suses, 6, 11, 13,</li>
<li>Detected loops displayed.</li>
</ul>
</li>
<li>English and Russian languages available.</li>
<li>Permalinks available.</li>
<li>Api traces for developers wishing to integrate with the API (please e-mail me if you'd like to).</li>
</ul>
</p>

<h1 class="display-4 mt-5">Contacts</h1>
<p>
Author: Pavel Zhur
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,40 @@
У вас есть другие идеи? Я буду рад услышать о них. Пожалуйста, оставляйте их в <a target="_blank" href="https://github.com/pavel-zhur/HarmonyDB/discussions">обсуждениях на GitHub</a> или свяжитесь со мной одним из способов ниже.
</p>

<h1 class="display-4 mt-5">Заметки о выпусках</h1>

<h3 class="mt-3">Релиз 2, 17.07.2024</h3>
<p>
<ul>
<li>Начата важная реализация индекса структур песен.</li>
<li>Оптимизировано обнаружение циклов для будущих задач: теперь циклы минимальны, без повторяющихся аккордов внутри.</li>
<li>Обнаружение тональностей. Пока это не так точно, как мне бы хотелось, но есть @Html.ActionLink("удобный фронтенд для отладки модели", "Index", "Tonalities").</li>
</ul>
</p>

<h3 class="mt-3">Релиз 1, 26.06.2024</h3>
<p>
<ul>
<li>Первый релиз.</li>
<li>Поиск песен по аккордам.</li>
<li>Поиск песен по названию или исполнителям.</li>
<li>Просмотр популярных аккордовых прогрессий.</li>
<li>
Просмотр песен с опциями:
<ul>
<li>Выделение найденных прогрессий,</li>
<li>Транспозиции,</li>
<li>Предпочтение бемолей или диезов,</li>
<li>Упрощение аккордов путем удаления 7, 9, басов, сусов, 6, 11, 13,</li>
<li>Отображение обнаруженных циклов.</li>
</ul>
</li>
<li>Доступны английский и русский языки.</li>
<li>Доступны постоянные ссылки.</li>
<li>Трассировки API для разработчиков, желающих интегрироваться с API (пожалуйста, напишите мне, если хотите).</li>
</ul>
</p>

<h1 class="display-4 mt-5">Контакты</h1>
<p>
Автор: Павел Жур
Expand Down

0 comments on commit e14802a

Please sign in to comment.