Skip to content

Commit

Permalink
chore(version): Updated version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Jul 11, 2024
1 parent df4fb9e commit 4e68695
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
## v1.0.0
Released on Jul 11, 2024.

* **FEAT** : Added `otpauth` protocol support on Android. ([https://github.com/Skyost/OpenAuthenticator/commit/b0de12d](#b0de12d))
* **FEAT** : Enabled `otpauth` protocol support on iOS. ([https://github.com/Skyost/OpenAuthenticator/commit/ba3aded](#ba3aded))
* **BREAKING FIX** : Fixed incorrect TOTP generation. ([https://github.com/Skyost/OpenAuthenticator/commit/42c6801](#42c6801))
* **FIX** : Fixed various Firebase related problems. ([https://github.com/Skyost/OpenAuthenticator/commit/2e06a5b](#2e06a5b))
* **FIX** : Fixed various remaining bugs. ([https://github.com/Skyost/OpenAuthenticator/commit/48e3a2b](#48e3a2b))
* **CHORE** : Removed various remaining `print` calls. ([https://github.com/Skyost/OpenAuthenticator/commit/cb3254f](#cb3254f))
* **CHORE** : Updated README. ([https://github.com/Skyost/OpenAuthenticator/commit/a34df82](#a34df82))
* **CHORE** : Updated dependencies. ([https://github.com/Skyost/OpenAuthenticator/commit/6805c3e](#6805c3e))


* **FEAT** : Added `otpauth` protocol support on Android. ([#b0de12d](https://github.com/Skyost/OpenAuthenticator/commit/b0de12d))
* **FEAT** : Enabled `otpauth` protocol support on iOS. ([#ba3aded](https://github.com/Skyost/OpenAuthenticator/commit/ba3aded))
* **BREAKING FIX** : Fixed incorrect TOTP generation. ([#42c6801](https://github.com/Skyost/OpenAuthenticator/commit/42c6801))
* **FIX** : Fixed various Firebase related problems. ([#2e06a5b](https://github.com/Skyost/OpenAuthenticator/commit/2e06a5b))
* **FIX** : Fixed various remaining bugs. ([#48e3a2b](https://github.com/Skyost/OpenAuthenticator/commit/48e3a2b))
* **CHORE** : Removed various remaining `print` calls. ([#cb3254f](https://github.com/Skyost/OpenAuthenticator/commit/cb3254f))
* **CHORE** : Updated README. ([#a34df82](https://github.com/Skyost/OpenAuthenticator/commit/a34df82))
* **CHORE** : Updated dependencies. ([#6805c3e](https://github.com/Skyost/OpenAuthenticator/commit/6805c3e))
28 changes: 6 additions & 22 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
name: open_authenticator
description: A cross-platform OTP app, free and open-source.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
# The following section is specific to Flutter packages.
publish_to: none
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+3

environment:
sdk: ">=3.3.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
version: 1.0.0+3

environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
animations: ^2.0.11
camera: ^0.11.0
Expand Down Expand Up @@ -85,7 +72,6 @@ dev_dependencies:
custom_lint: ^0.6.4
riverpod_lint: ^2.3.10

# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
Expand All @@ -108,5 +94,3 @@ msix_config:
languages: en, fr
trim_logo: false
capabilities: internetClientServer


0 comments on commit 4e68695

Please sign in to comment.