File indexing completed on 2024-05-12 16:27:40

0001 /*
0002    SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 #pragma once
0007 
0008 #include <KLazyLocalizedString>
0009 
0010 // Version 2.0
0011 
0012 // enter items for the "Important changes" list here:
0013 static const KLazyLocalizedString ruqolaChangesV2_0[] = {
0014     kli18n("Store Message in Local Database (experimental)"),
0015 };
0016 static const int numRuqolaChanges2_0 = sizeof ruqolaChangesV2_0 / sizeof *ruqolaChangesV2_0;
0017 
0018 // enter items for the "new features" list here, so the main body of
0019 // the welcome page can be left untouched (probably much easier for
0020 // the translators). Note that the <li>...</li> tags are added
0021 // automatically below:
0022 static const KLazyLocalizedString ruqolaNewFeatures2_0[] = {
0023     kli18n("Download Server Icon from Server"),
0024     kli18n("Show Server Error Info in Specific DialogBox"),
0025     kli18n("Allow to Copy Image in Clipboard"),
0026     kli18n("Improve debug support (Allow to show current account permissions)"),
0027     kli18n("Add support for quoted text (text which starts by \'>\')"),
0028     kli18n("Show leader/moderator/owner in channel info."),
0029     kli18n("Video/Sound Message support (kf6 only)."),
0030     kli18n("Import/Export Accounts."),
0031 };
0032 static const int numRuqolaNewFeatures2_0 = sizeof ruqolaNewFeatures2_0 / sizeof *ruqolaNewFeatures2_0;
0033 
0034 // enter items for the "Important changes" list here:
0035 static const KLazyLocalizedString ruqolaBugfixing2_0[] = {
0036     kli18n("Fix avatar support"),
0037     kli18n("Fix emoji support (use new ktextaddons/textemoticons)"),
0038     kli18n("Fix animated gif in reactions"),
0039     kli18n("Fix kf6 support"),
0040 };
0041 static const int numRuqolaBugfixing2_0 = sizeof ruqolaBugfixing2_0 / sizeof *ruqolaBugfixing2_0;
0042 
0043 // Version 2.1
0044 
0045 static const KLazyLocalizedString ruqolaNewFeatures2_1[] = {
0046     kli18n("Add Moderation Console (Administration, RC server 6.2)"),
0047     kli18n("Implement message style"),
0048     kli18n("Implement Url Preview"),
0049 };
0050 static const int numRuqolaNewFeatures2_1 = sizeof ruqolaNewFeatures2_1 / sizeof *ruqolaNewFeatures2_1;
0051 
0052 // enter items for the "Important changes" list here:
0053 static const KLazyLocalizedString ruqolaBugfixing2_1[] = {
0054     kli18n("Fix markdown support (header + check mark)"),
0055     kli18n("Fix mem leak"),
0056     kli18n("Cache message size (optimization)"),
0057     kli18n("Improve select room or user in message line edit (show icon, inform if user is in channel)"),
0058     kli18n("Fix show commands in message line edit (Hide action when room doesn't support it)."),
0059     kli18n("Fix download sound/video file when it's not in cache."),
0060     kli18n("Fix list of authentication method."),
0061     kli18n("Fix show avatar url."),
0062 };
0063 static const int numRuqolaBugfixing2_1 = sizeof ruqolaBugfixing2_1 / sizeof *ruqolaBugfixing2_1;