48 строки
1.7 KiB
TypeScript

export const VERSION = {
current: '0.6.2',
releaseDate: '2025-05-09',
changelog: {
'0.6.2': [
'Redesigned mission intro screen with streamlined layout and spacing',
'Softened expert memo visuals by replacing the full yellow border with an accent bar',
'Refined accept mission CTA arrangement with improved typography and language switcher placement',
'Updated briefing text styling and metadata formatting for better readability'
],
'0.6.1': [
'Added Romanian translation for real world examples content',
'Improved real world examples UI with i18n support',
'Added clickable button for strategem details',
'Enhanced layout and removed unnecessary text',
'Improved language switcher functionality'
],
'0.5.0': [
'Improved NewsAnimation with realistic article snippets and sources',
'Fixed text clarity issues in IntroDialog component',
'Fixed variable redeclaration in RecruitAcademiaAnimation',
'Enhanced animation layouts for better user experience',
],
'0.4.1': [
'Month index fixes and consolidation with stage index',
'Enhanced metrics and KPI visualization',
'Improved dossier panel',
],
'0.4.0': [
'Major layout changes and improvements',
'Improved mission briefing UI',
'Added dev panel for testing',
],
'0.3.0': [
'Added KPIs',
'Revamped strength and weakness mechanics',
'Added download report feature',
],
'0.2.0': [
'Added full start to end flow',
// other changes
],
'0.1.0': [
'Initial release with basic functionality',
// initial features
]
}
};