mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
Updated changelogs and pipelines configs
This commit is contained in:
@@ -9,3 +9,4 @@
|
|||||||
- Optimized schedule loader
|
- Optimized schedule loader
|
||||||
- Fixed issues with post-graduate students schedule export
|
- Fixed issues with post-graduate students schedule export
|
||||||
- Fixed doubled occupations merge issues
|
- Fixed doubled occupations merge issues
|
||||||
|
- Fixed some time parsing issues
|
||||||
@@ -3,11 +3,11 @@
|
|||||||
{
|
{
|
||||||
"en-US":
|
"en-US":
|
||||||
{
|
{
|
||||||
"releaseNotes": ""
|
"releaseNotes": "- Fixed some parsing issues\n- Disabled spellcheck for E-mail input field\n- Credentials are now immediately removed from credential storage after \"Remember\" checkbox uncheck"
|
||||||
},
|
},
|
||||||
"ru-RU":
|
"ru-RU":
|
||||||
{
|
{
|
||||||
"releaseNotes": ""
|
"releaseNotes": "- Исправлены некоторые проблемы с загрузкой расписания\n- Проверка орфографии отключена для поля ввода E-mail\n- Теперь учетные данные удаляются из хранилища УД сразу после снятия галочки в поле \"Запомнить\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Xamarin.Android
|
# Android pipeline config
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
# Xamarin.Android
|
# Pull request validation pipeline config
|
||||||
# Build a Xamarin.Android project.
|
|
||||||
# Add steps that test, sign, and distribute an app, save build artifacts, and more:
|
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Universal Windows Platform
|
# Universal Windows Platform pipeline config
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
@@ -61,7 +61,7 @@ steps:
|
|||||||
displayName: 'Copy changelog to output'
|
displayName: 'Copy changelog to output'
|
||||||
inputs:
|
inputs:
|
||||||
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
SourceFolder: '$(Build.SourcesDirectory)/changelogs'
|
||||||
Contents: 'windows.txt'
|
Contents: 'windows.json'
|
||||||
TargetFolder: '$(outputDirectory)'
|
TargetFolder: '$(outputDirectory)'
|
||||||
|
|
||||||
- task: PublishBuildArtifacts@1
|
- task: PublishBuildArtifacts@1
|
||||||
|
|||||||
Reference in New Issue
Block a user