Skip to content

Commit 7fa51d6

Browse files
committed
chore(version): Updated version and changelog.
1 parent c384831 commit 7fa51d6

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 📰 Open Authenticator changelog
22

3+
## v1.4.3
4+
Released on December 23, 2025.
5+
6+
* **FEAT**: Added an experimental way to build Flatpaks. ([#38a608b](https://github.com/Skyost/OpenAuthenticator/commit/38a608b))
7+
* **CHORE**: Now using `.gradle.kts` file format instead of `.gradle`. ([#a4adcd0](https://github.com/Skyost/OpenAuthenticator/commit/a4adcd0))
8+
* **CHORE**: Updated snap links. ([#c07b6fb](https://github.com/Skyost/OpenAuthenticator/commit/c07b6fb))
9+
310
## v1.4.2
411
Released on September 24, 2025.
512

flatpak/app.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,16 @@
7373
<color type="primary" scheme_preference="dark">#212529</color>
7474
</branding>
7575
<content_rating type="oars-1.1"/>
76+
<releases>
77+
<release version="1.4.3" date="2025-12-23">
78+
<url type="details">https://github.com/Skyost/OpenAuthenticator/releases/tag/1.4.3</url>
79+
<description type="changelog">
80+
<ul>
81+
<li>Added an experimental way to build Flatpaks.</li>
82+
<li>Now using `.gradle.kts` file format instead of `.gradle`.</li>
83+
<li>Updated snap links.</li>
84+
</ul>
85+
</description>
86+
</release>
87+
</releases>
7688
</component>

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: open_authenticator
22
description: A cross-platform OTP app, free and open-source.
33
publish_to: none
4-
version: 1.4.2+23
4+
version: 1.4.3+24
55
homepage: https://openauthenticator.app
66
repository: https://github.com/Skyost/OpenAuthenticator
77
issue_tracker: https://github.com/Skyost/OpenAuthenticator/issues
@@ -87,4 +87,4 @@ msix_config:
8787
release:
8888
changelog:
8989
header: '# 📰 Open Authenticator changelog'
90-
defaultIgnoredScopes: 'docs', 'version', 'deps', 'flatpak'
90+
defaultIgnoredScopes: ['docs', 'version', 'deps', 'flatpak']

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open-authenticator
22
title: Open Authenticator
3-
version: 1.4.2
3+
version: 1.4.3
44
summary: A cross-platform OTP app, free and open-source.
55
description: Secure your online accounts with a free, open-source and lovely-crafted app.
66
license: GPL-3.0-only

0 commit comments

Comments
 (0)