Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Sep 21, 2022
1 parent bae36e0 commit 115c41f
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 6 deletions.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
★ Migration to Material You
★ Themed icons on Android 13+
★ Added Polish translation
★ Bugfixes

Thanks to @rehork for your contributions!

What do you think about Converter NOW? Rate us! ✔️
8 changes: 8 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
★ Migrazione a Material you
★ Themed icons su Android 13+
★ Aggiunta traduzione in Polacco
★ Bugfixes

Grazie a @rehork per il tuo contributo!

Cosa ne pensi di Converter NOW? Recensiscici! ✔️
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pl/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Converter NOW
Przelicznik jednostek miar
105 changes: 105 additions & 0 deletions linux/io.github.ferraridamiano.ConverterNOW.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.ferraridamiano.ConverterNOW</id>

<name>Converter NOW</name>
<summary>A simple, immediate and fast unit converter!</summary>
<url type="homepage">https://github.com/ferraridamiano/ConverterNOW</url>
<url type="bugtracker">https://github.com/ferraridamiano/ConverterNOW/issues</url>
<url type="donation">https://www.paypal.me/DemApps</url>
<url type="translate">https://github.com/ferraridamiano/ConverterNOW/wiki/Translations</url>

<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>Damiano Ferrari</developer_name>

<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>

<description>
<p>
Converter NOW is an effective unit and currencies converter
</p>
<ul>
<li>✔️ Simplify the tedious conversion process between units of measurement in a few clicks</li>
<li>🚀 It is fast and immediate: just start typing and immediately you have the real-time conversion with all the other units of measurement</li>
<li>🖌️ It is customizable: the units can be reorganized according to your priorities and your use</li>
<li>🔢 It integrates a calculator that let you do the calculations in every page</li>
<li>💰 We daily update the value of the currencies</li>
<li>⚫⚪ Choose your favourite theme: dark and white theme</li>
<li>📱 It adapts to screens of all sizes</li>
<li>💯 It is Open Source!</li>
</ul>
<p>
Check the repository on GitHub: https://github.com/ferraridamiano/ConverterNOW
</p>
<p>
We also have a Web App! 🖥️ Check it out here: https://ferraridamiano.github.io/ConverterNOW
</p>
<p>
🌍 Converter NOW is free, without ads, it does not require any permission and we don&apos;t collect your data. If you believe in this project and want to support the developer make a donation: https://www.paypal.me/DemApps 🌍 Thanks to you we can always stay on 🔝
</p>
<p>
Converter NOW can convert 200+ units of mesurement and 30+ currencies 🎉🎉
</p>
<p>
Here are some of the physical quantity that Converter NOW is able to convert:
</p>
<ul>
<li>Currencies: Dollars, Euro, Pound, Rupee, Yen, etc.</li>
<li>Length: meters, inches, miles, yards, light years, etc.</li>
<li>Area: square meters, hectares, acres, etc.</li>
<li>Volume: cubic meters, liters, gallons, pints, spoons, etc.</li>
<li>Time: seconds, hours, days, years, weeks, millennia, etc.</li>
<li>Temperature: Centigrade, Fahreneit, Kelvin, etc.</li>
<li>Speed: meters per second, kilometers per hour, knots, etc.</li>
<li>Mass: grams, pounds, tons, atomic mass units, etc.</li>
<li>Force: Newton, dyne, pound-force, poundal, etc</li>
<li>Pressure: pascal, bar, atomsfere, psi, etc.</li>
<li>Energy: Joule, calories, kilowatt hours, etc.</li>
<li>Power: Watt, kilowatt, horse power, etc.</li>
<li>Fuel consumption: Miles per Gallon, Kilometres per liter, etc.</li>
<li>Numeral systems: decimal, binary, hexadecimal etc.</li>
<li>Torque: Newton metre, pound-force foot, poundal metre, etc.</li>
<li>Digital data: Nibble, bit, byte, kibibit, kibibyte, etc.</li>
<li>Shoes size: UK, India, Europe, USA, Japan, etc.</li>
<li>Angles: degree, radians, minutes, etc.</li>
<li>SI prefix: kilo, mega, giga, tera, milli, micro, nano, etc.</li>
</ul>
</description>

<launchable type="desktop-id">io.github.ferraridamiano.ConverterNOW.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Easily convert units. It's reliable, customizable, open source.</caption>
<image>https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/master/screenshots/desktop_1.png</image>
</screenshot>
<screenshot>
<caption>With an integrated calculator</caption>
<image>https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/master/screenshots/desktop_2.png</image>
</screenshot>
<screenshot>
<caption>And a dynamic search box</caption>
<image>https://raw.githubusercontent.com/ferraridamiano/ConverterNOW/master/screenshots/desktop_3.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.0"/>
<releases>
<release version="3.2.0" date="2022-09-21">
<description>
<ul>
<li>Migration to Material You</li>
<li>Added window icon</li>
<li>Added Polish translation</li>
<li>Bugfixes</li>
</ul>
<p>Thanks to @rehork for your contributions!</p>
</description>
</release>
<release version="3.1.2" date="2022-03-28"/>
<release version="3.1.1" date="2022-01-18"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion packages/calculator_widget/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.17.12
test: ^1.21.4
flutter_lints: ^2.0.0

flutter:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: converterpro
description: Unit and currencies converter
publish_to: none

version: 3.1.3+35
version: 3.2.0+36

environment:
sdk: ">=2.15.0 <3.0.0"
Expand Down Expand Up @@ -44,10 +44,10 @@ dependencies:
sdk: flutter

dev_dependencies:
test: ^1.17.12
test: ^1.21.4
flutter_native_splash: ^1.2.3
flutter_lints: ^2.0.1
msix: ^3.4.1
msix: ^3.6.3
flutter_test:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: converternow
version: 3.1.3
version: 3.2.0
summary: Unit and currencies converter
description: A Unit and Currencies Converter. Converter NOW is immediate, fast and easy to use!

Expand Down

0 comments on commit 115c41f

Please sign in to comment.