mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-06 02:50:30 -06:00
Player Element Spacing, Update Deps, Add PostedPlaybackInfo Query (#469)
* Fixing an issue where some mp3 files were using .mpeg as the extension for a downloaded file Updates to track mapper to use AudioApi endpoint as default, with UniversalAudioApi endpoint as fallback fix recent artists on the home screen not updating * fix error on sign out * make now playing change faster when loading a new queue * Improvements to the alphabetical selector handling in the artists page * Fix issue where most played artists werent properly sorted * adding suggested artists to discover page * adjust spacing on player, especially for smaller screens update deps * add image tags to refresh images when they are updated server side
This commit is contained in:
@@ -30,12 +30,12 @@ async function main() {
|
||||
{
|
||||
role: 'system',
|
||||
content:
|
||||
"You are a music enthusiast and you love music related puns and jokes. You can lightly add a pun or joke to the release notes if it's relevant to the release.",
|
||||
"You are a music enthusiast and you love music related puns and jokes. You can lightly add a pun or joke to the release notes if it's relevant to the release, but please don't overdo it.",
|
||||
},
|
||||
{
|
||||
role: 'system',
|
||||
content:
|
||||
'Release notes should be concise and helpful to any user of the app - regardless of their technical knowledge.',
|
||||
'Release notes should be concise and helpful to any user of the app - regardless of their technical knowledge. Highlight things that an average user would care about.',
|
||||
},
|
||||
{
|
||||
role: 'system',
|
||||
@@ -44,11 +44,12 @@ async function main() {
|
||||
},
|
||||
{
|
||||
role: 'system',
|
||||
content: 'Do not include emojis in the release notes.',
|
||||
content:
|
||||
'Do not include emojis in the release notes. Do not include emojis at all.',
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
content: `Write a release summary based on these commit messages:\n${commitMessages}`,
|
||||
content: `Write a release summary based on these commit messages:\n${commitMessages}. I'm a user of the app and I want to know what will be different in the app after I update.`,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user