Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmaxik committed Apr 22, 2023
1 parent e379e27 commit 2f29125
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .terserrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"mangle": true,
"compress": {
"pure_funcs": [
"console.log",
"console.info",
"console.debug",
"console.warn"
]
}
}
}
20 changes: 11 additions & 9 deletions source/assets/changelog.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,35 @@
{
"latest": {
"ru": [
"Исправлена ошибка скачивания на странице поста"
"Полностью переписаны функции для плеера ВК, в том числе скачивание видео.",
"Добавлена функция скачивания аудио.",
"ИЗВЕСТНАЯ ПРОБЛЕМА: видео в очень старых личных сообщениях (больше 300) могут не скачиваться. Исправление ожидается в будущих обновлениях."
],
"en": [
"Fixed the video download issue on post pages"
"Fully rewritten VK player functions, including the video download.",
"Added the audio download function.",
"KNOWN ISSUE: the video from very old messages (more than 300) may not download. Fix is coming in the next updates."
]
},
"previous": {
"ru": [
"Функция скачивания видео добавлена в личные сообщения. Спасибо Lo Lo за спонсирование данной функции!",
"ИЗВЕСТНАЯ ПРОБЛЕМА: видео в очень старых личных сообщениях (больше 300) могут не скачиваться. Исправление ожидается в будущих обновлениях."
"Функция скачивания видео добавлена в личные сообщения. Спасибо Lo Lo за спонсирование данной функции!"
],
"en": [
"The video download feature now works in messages. Thank you, Lo Lo, for the funding!",
"KNOWN ISSUE: the video from very old messages (more than 300) may not download. Fix is coming in the next updates."
"The video download feature now works in messages. Thank you, Lo Lo, for the funding!"
]
},
"track": {
"producer": "Matt Merty",
"name": "Happy (Original Mix)",
"name": "Wanderlust",
"links": [
{
"name": "YouTube",
"link": "https://youtu.be/LzlsUuxD5Ig?ref=more_boosty"
"link": "https://youtu.be/L9ebQYLIERo?ref=more_boosty"
},
{
"name": "Spotify",
"link": "https://open.spotify.com/track/5Xle3CK23ip8UQHHU7EpJ1?si=e024d8ec37dc45af&ref=more_boosty"
"link": "https://open.spotify.com/track/0ec8Ov01c2hoYtKO3I8Gzm?si=d3936adc0c0946d1&ref=more_boosty"
}
]
}
Expand Down

0 comments on commit 2f29125

Please sign in to comment.