diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d54e0..0fe4104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ O formato segue [Keep a Changelog](https://keepachangelog.com/pt-BR/). Este projeto adota [Versionamento Semântico](https://semver.org/pt-BR/). +## [1.36.2] - 2025-12-15 + +### Added +- **Categorias** - Nova subcategoria em Tecnologia + - 🔄 Subscrições (ID: 180, Cor: #06B6D4, Ícone: bi-arrow-repeat) + - Ideal para Netflix, Spotify, Amazon Prime, Office 365, etc. + +### Fixed +- **i18n** - Corrigida tradução financialHealth.insights.high_concentration + - Backend gera insights com tipo `high_concentration` (snake_case) + - Adicionada chave em snake_case além da camelCase existente + - Traduções completas: pt-BR, en, es + - Insight agora exibe corretamente quando categoria representa >40% dos gastos + ## [1.36.1] - 2025-12-15 ### Fixed diff --git a/VERSION b/VERSION index f107550..c6a567b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.36.1 +1.36.2 diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 2b1bec8..3cf2b64 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -1656,6 +1656,7 @@ "stableFinancesMsg": "Your income and expenses show low volatility, indicating good stability.", "volatileFinances": "Variable Finances", "volatileFinancesMsg": "Your finances show high volatility. Consider creating a safety buffer.", + "high_concentration": "Expense Concentration", "highConcentration": "Expense Concentration", "highConcentrationMsg": "{{category}} represents {{percentage}}% of your expenses. Consider diversifying.", "spendingIncrease": "Spending Increase", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index 2a3e83d..1d5d6d5 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -1642,6 +1642,7 @@ "stableFinancesMsg": "Tus ingresos y gastos muestran baja volatilidad, indicando buena estabilidad.", "volatileFinances": "Finanzas Variables", "volatileFinancesMsg": "Tus finanzas muestran alta volatilidad. Considera crear un buffer de seguridad.", + "high_concentration": "Concentración de Gastos", "highConcentration": "Concentración de Gastos", "highConcentrationMsg": "{{category}} representa el {{percentage}}% de tus gastos. Considera diversificar.", "spendingIncrease": "Aumento de Gastos", diff --git a/frontend/src/i18n/locales/pt-BR.json b/frontend/src/i18n/locales/pt-BR.json index 1d440eb..7508c41 100644 --- a/frontend/src/i18n/locales/pt-BR.json +++ b/frontend/src/i18n/locales/pt-BR.json @@ -1658,6 +1658,7 @@ "stableFinancesMsg": "Suas receitas e despesas mostram baixa volatilidade, indicando boa estabilidade.", "volatileFinances": "Finanças Variáveis", "volatileFinancesMsg": "Suas finanças mostram alta volatilidade. Considere criar um buffer de segurança.", + "high_concentration": "Concentração de Gastos", "highConcentration": "Concentração de Gastos", "highConcentrationMsg": "{{category}} representa {{percentage}}% das suas despesas. Considere diversificar.", "spendingIncrease": "Aumento de Gastos",