Skip to content

Commit

Permalink
version: update to 13.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Sep 21, 2024
1 parent d8a7126 commit ec4b907
Show file tree
Hide file tree
Showing 33 changed files with 87 additions and 67 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
updates:
- package-ecosystem: "nuget"
directory: "/core/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -19,7 +19,7 @@ updates:

- package-ecosystem: "nuget"
directory: "/site/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -31,7 +31,7 @@ updates:

- package-ecosystem: "nuget"
directory: "/api/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -43,7 +43,7 @@ updates:

- package-ecosystem: "nuget"
directory: "/robot/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -55,7 +55,7 @@ updates:

- package-ecosystem: "npm"
directory: "/site/Tests/Browser/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -67,7 +67,7 @@ updates:

- package-ecosystem: "gradle"
directory: "/android/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -79,7 +79,7 @@ updates:

- package-ecosystem: "docker"
directory: "/architecture/ci/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -91,7 +91,7 @@ updates:

- package-ecosystem: "docker"
directory: "/architecture/publish/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -103,7 +103,7 @@ updates:

- package-ecosystem: "cargo"
directory: "/version/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand All @@ -115,7 +115,7 @@ updates:

- package-ecosystem: "pip"
directory: "/midna/"
target-branch: "13.0.0.0"
target-branch: "13.1.0.0"
schedule:
interval: "weekly"
rebase-strategy: "disabled"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-commit-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, reopened, synchronize]
branches: [ "main" ]
push:
branches: [ "13.0.0.0" ]
branches: [ "13.1.0.0" ]

jobs:
check-commit-message:
Expand Down
2 changes: 1 addition & 1 deletion android/App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
// read the explanation
// at the end of the file
//noinspection HighAppVersionCode
versionCode 2011000068
versionCode 2011000069
versionName "$dfm_version"

minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion android/ErrorLogs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.darakeon.dfm.error_logs"

versionCode 22
versionCode 23
versionName "$dfm_version"

minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
ext.testrunner_version = '1.0.2'
ext.expresso_version = '3.0.2'

ext.dfm_version = "12.1.0.0"
ext.dfm_version = "13.0.0.0"

repositories {
google()
Expand Down
4 changes: 2 additions & 2 deletions api/API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
<ApplicationIcon>Assets/favicon.ico</ApplicationIcon>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions api/Tests/API/API.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Authentication/Authentication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/BusinessLogic/BusinessLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Email/Email.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Entities/Entities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Exchange/Exchange.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Generic/Generic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions core/Language/Language.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions core/Language/Language/Version/en-us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"13.0.0.0": [
"Data Export",
"Improvements at menus",
"Data Import",
"Fix email images",
"Fix sponsor link",
"Fix print Terms",
"Notice about scheduling times"
],
"12.1.0.0": [
"Put contract in a external address"
],
Expand Down
9 changes: 9 additions & 0 deletions core/Language/Language/Version/pt-br.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
{
"13.0.0.0": [
"Exportação de Movimentaçáes",
"Ajustes nos menus",
"Importação de Movimentaçáes",
"Arrumadas imagens dos e-mails",
"Arrumado botΓ£o de patrocΓ­nio",
"Arrumada impressΓ£o de Termos",
"Aviso sobre tempo de Agendamentos"
],
"12.1.0.0": [
"Colocado contrato em endereço externo"
],
Expand Down
4 changes: 2 additions & 2 deletions core/Logs/Logs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/BusinessLogic/BusinessLogic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Email/Email.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Entities/Entities.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Exchange/Exchange.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Generic/Generic.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Language/Language.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<IsPackable>false</IsPackable>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions core/Tests/Util/Tests.Util.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 9 additions & 3 deletions docs/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,22 @@

This is the list of project releases, past and current. To see tasks that are still on hold, go to [TODO](TODO.md).

- [go to published version](#12.1.0.0)
- [go to version in development](#13.0.0.0)
- [dev version state](../../13.0.0.0/docs/RELEASES.md#13.0.0.0)
- [go to published version](#13.0.0.0)
- [go to version in development](#13.1.0.0)
- [dev version state](../../13.1.0.0/docs/RELEASES.md#13.1.0.0)

## Legend
- πŸ‰: at least one huge change (increases first number)
- 🐳: at least one big change, like a new feature (increases second number)
- πŸ‘: at least one little change, as a change at an existing feature (increases third number)
- 🐜: the developer is improving stuff or fixing some sh\*t it did (increases last number)

## <a name="13.1.0.0"></a>13.1.0.0 :🐳: <sup>`4`</sup>
- [ ] Put terms of use in static site on S3
- [ ] Add create README contract in CI
- [ ] Get contract text from DB to create README in terms
- [ ] Deploy APKs using CI

## <a name="13.0.0.0"></a>13.0.0.0 πŸ‰ <sup>`7`</sup>
- [x] `240825>240921` Data export (csv) [template]
- [x] `240807>240807` Adjust menus to avoid responsiviness problem
Expand Down
6 changes: 1 addition & 5 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ This is the task list for the project.

The tasks are ordered by: Points then Importance then [Type](RELEASES.md#legend).

| Task (50) | Typ | Dif | Imp | Pts |
| Task (46) | Typ | Dif | Imp | Pts |
| ------------------------------------------------------------------------------ | --- | --- | --- | --- |
| Deploy APKs using CI | πŸ‘ | 2 | 4 | 6 |
| Get contract text from DB to create README in terms | πŸ‘ | 1 | 4 | 7 |
| Add create README contract in CI | πŸ‘ | 1 | 4 | 7 |
| Put terms of use in static site on S3 | 🐳 | 2 | 4 | 6 |
| Implement entities limits (acc opened, cat enabled, moves/month, active sched) | πŸ‰ | 2 | 4 | 6 |
| Add semgrep to dfm, dk-lib, meak and server | 🐳 | 2 | 4 | 6 |
| [clear headers on nginx](todo/clear-headers.png) | 🐳 | 2 | 4 | 6 |
Expand Down
4 changes: 2 additions & 2 deletions robot/Robot/Robot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>DFM.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>DFM.$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<AssemblyVersion>12.1.0.0</AssemblyVersion>
<FileVersion>12.1.0.0</FileVersion>
<AssemblyVersion>13.0.0.0</AssemblyVersion>
<FileVersion>13.0.0.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit ec4b907

Please sign in to comment.