Skip to content

Commit

Permalink
feat: release 2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
corenting committed Jan 16, 2025
1 parent 9b75360 commit 5d99e59
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

This inflation calculator allows you to calculate the buying power in a specified year of any amount of money to an equivalent amount in another year by taking into account the inflation rate between these two years.
It supports the following countries:
- USA (from 1913 to 2023)
- UK (from 1800 to 2023)
- France (from 1901 to 2023)
- South Korea (from 1965 to 2023)
- USA (from 1913 to 2024)
- UK (from 1800 to 2024)
- France (from 1901 to 2024)
- South Korea (from 1965 to 2024)

## Data sources

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/fr_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024;119.82
2023;117.47
2022;112.01
2021;106.45
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/kr_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024;114.2
2023;111.6
2022;107.7
2021;102.5
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/uk_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024;1525.5
2023;1472.7
2022;1342.6
2021;1203.2
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/raw/us_values.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2024;313.689
2023;304.702
2022;292.655
2021;270.970
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add data for 2024
- Drop support for Android 4.4
8 changes: 4 additions & 4 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
This inflation calculator allows you to calculate the buying power in a specified year of any amount of money to an equivalent amount in another year by taking into account the inflation rate between these two years.

It supports the following countries:
- USA (from 1913 to 2023)
- UK (from 1800 to 2023)
- France (from 1901 to 2023)
- South Korea (from 1965 to 2023)
- USA (from 1913 to 2024)
- UK (from 1800 to 2024)
- France (from 1901 to 2024)
- South Korea (from 1965 to 2024)

To achieve this, this application uses data from various sources:
- USA: Bureau of Labor Statistics (Historical CPI-U), https://www.bls.gov/cpi/
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ajout des données pour 2024
- Arrêt du support d'Android 4.4
8 changes: 4 additions & 4 deletions fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Ce calculateur d'inflation permet de calculer le pouvoir d'achat d'une somme d’une année donnée en une somme équivalente d’une autre année, en prenant en compte l'inflation entre ces deux années.

Les pays suivants sont supportés :
- USA (de 1913 à 2023)
- UK (de 1800 à 2023)
- France (de 1901 à 2023)
- South Korea (de 1965 à 2023)
- USA (de 1913 à 2024)
- UK (de 1800 à 2024)
- France (de 1901 à 2024)
- South Korea (de 1965 à 2024)

Pour cela, l'application utilise les données de plusieurs sources :
- USA: Bureau of Labor Statistics (Historical CPI-U), https://www.bls.gov/cpi/
Expand Down

0 comments on commit 5d99e59

Please sign in to comment.