]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/assets/en/changelog.html
c29906dac8a42b33c4f6e7b345835a92b08c223c
[PrivacyCell.git] / app / src / main / assets / en / changelog.html
1 <!--
2   Copyright © 2021 Soren Stoutner <soren@stoutner.com>.
3
4   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
5
6   Privacy Cell is free software: you can redistribute it and/or modify
7   it under the terms of the GNU General Public License as published by
8   the Free Software Foundation, either version 3 of the License, or
9   (at your option) any later version.
10
11   Privacy Cell is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14   GNU General Public License for more details.
15
16   You should have received a copy of the GNU General Public License
17   along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
18
19 <html>
20     <head>
21         <meta charset="UTF-8">
22
23         <link rel="stylesheet" href="../css/theme.css">
24
25         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
26         <meta name="color-scheme" content="light dark">
27     </head>
28
29     <body>
30         <h3>1.2 (version code 3)</h3>
31         <p>15 September 2021 - minimum API 30, target API 30.</p>
32         <ul>
33             <li>Add the option to use a <a href="https://redmine.stoutner.com/issues/749">bottom app bar</a>.</li>
34             <li>First full Spanish translation contributed by Jose A. León.</li>
35             <li>Partial French translation contributed by <a href="mailto:kevinliste@framalistes.org">Kévin L</a>.</li>
36             <li>Partial Italian translation contributed by Francesco Buratti.</li>
37         </ul>
38
39         <h3><a href="https://www.stoutner.com/privacy-cell-1-1/">1.1</a> (version code 2)</h3>
40         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=62586b5aaccbfa0fa265040513f3984264bd0379">30 August 2021</a> - minimum API 30, target API 30.</p>
41         <ul>
42             <li>Add <a href="https://redmine.stoutner.com/issues/756">information dialogs</a> for the network types.</li>
43             <li>Partial Spanish translation contributed by Jose A. León.</li>
44         </ul>
45
46         <h3><a href="https://www.stoutner.com/privacy-cell-1-0/">1.0</a> (version code 1)</h3>
47         <p><a href="https://gitweb.stoutner.com/?p=PrivacyCell.git;a=commitdiff;h=13c6fd95ce6986c052fed7918576b77619dc9c2a">25 August 2021</a> - minimum API 30, target API 30.</p>
48         <ul>
49             <li>Initial release.</li>
50         </ul>
51     </body>
52 </html>