Skip to content

Commit e1149a5

Browse files
committed
Ready to go with 6.3.0 on beta channel
1 parent 5a0bb9f commit e1149a5

File tree

3 files changed

+11
-26
lines changed

3 files changed

+11
-26
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Omni-Notes is a note taking <b>open-source</b> application aimed to have both a
1616

1717
The project was inspired by the absence of such applications compatible with old phones and old versions of Android. It aims to provide an attractive look and follow the most recent design guidelines of the Google operating system that is not currently avaialbe for older devices.
1818

19-
**Follow the developments and post your comments and advice on Telegram Community at https://t.me/+VwL2-SGNdTs4ZWY0**
19+
**Follow the developments and post your comments and advice on Telegram Community at https://t.me/omninotes**
2020

2121
Help to keep translations updated is always welcome, if you want give a hand checkout the translation project on *https://translate.omninotes.app.*
2222

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# You should have received a copy of the GNU General Public License
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
17-
VERSION_NAME=6.3.0 Alpha 4
18-
VERSION_CODE=328
17+
VERSION_NAME=6.3.0
18+
VERSION_CODE=330
1919
PACKAGE=it.feio.android.omninotes
2020
MIN_SDK=21
2121
TARGET_SDK=33

omniNotes/src/main/res/raw/changelog.xml

+8-23
Original file line numberDiff line numberDiff line change
@@ -17,33 +17,18 @@
1717
<changelog bulletedList="true">
1818

1919
<changelogversion
20-
changeDate="Nov 12, 2023"
21-
versionName="6.3.0 Alpha 4">
22-
<changelogtext>[u]Fix[/u] Security improvements</changelogtext>
23-
<changelogtext>[u]Fix[/u] More bugs fixed (thanks to [a href='https://github.com/federicoiosue/Omni-Notes/issues?q=is%3Aissue+author%3AXYIheng+is%3Aclosed']Yiheng Xiong[/a])</changelogtext>
24-
</changelogversion>
25-
26-
<changelogversion
27-
changeDate="Nov 3, 2023"
28-
versionName="6.3.0 Alpha 3">
29-
<changelogtext>[u]Fix[/u] Backups removal</changelogtext>
30-
<changelogtext>[u]Fix[/u] Committed trash/archive movements on search action to keep data consistency (thanks to [a href='https://github.com/XYIheng']Yiheng Xiong[/a])</changelogtext>
31-
</changelogversion>
32-
33-
<changelogversion
34-
changeDate="Oct 30, 2023"
35-
versionName="6.3.0 Alpha 2">
36-
<changelogtext>[i]Improved![/i] Managed runtime notifications permission on Tiramisu and above</changelogtext>
37-
<changelogtext>[u]Fix[/u] Tags and categories related issues (thanks to [a href='https://github.com/XYIheng']Yiheng Xiong[/a])</changelogtext>
38-
</changelogversion>
39-
40-
<changelogversion
41-
changeDate="Sep 12, 2023"
42-
versionName="6.3.0 Alpha 1">
20+
changeDate="Dec 3, 2023"
21+
versionName="6.3.0">
4322
<changelogtext>[b]New![/b] Targeting Android 13 API with improved performances and security updates</changelogtext>
4423
<changelogtext>[b]New![/b] Telegram channel (removed Facebook, never used...)</changelogtext>
4524
<changelogtext>[b]New![/b] Adaptive and monochrome icons (thanks to [a href='https://github.com/rec0de']Rec0de[/a])</changelogtext>
4625
<changelogtext>[b]New![/b] Context menu option when some text is selected in other apps (thanks to [a href='https://github.com/rahulpower2012']Rahul[/a])</changelogtext>
26+
<changelogtext>[u]Fix[/u] Backups removal</changelogtext>
27+
<changelogtext>[u]Fix[/u] Security improvements</changelogtext>
28+
<changelogtext>[u]Fix[/u] Committed trash/archive movements on search action to keep data consistency (thanks to [a href='https://github.com/XYIheng']Yiheng Xiong[/a])</changelogtext>
29+
<changelogtext>[i]Improved![/i] Managed runtime notifications permission on Tiramisu and above</changelogtext>
30+
<changelogtext>[u]Fix[/u] Tags and categories related issues (thanks to [a href='https://github.com/XYIheng']Yiheng Xiong[/a])</changelogtext>
31+
<changelogtext>[u]Fix[/u] More bugs fixed (thanks to [a href='https://github.com/federicoiosue/Omni-Notes/issues?q=is%3Aissue+author%3AXYIheng+is%3Aclosed']Yiheng Xiong[/a])</changelogtext>
4732
</changelogversion>
4833

4934
<changelogversion

0 commit comments

Comments
 (0)