-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
824 additions
and
954 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ msgstr "" | |
"Language-Team: Italian <[email protected]>\n" | ||
"Language: it\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. Translators: This is the App name, don't translate this. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ msgstr "" | |
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=CHARSET\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#. Translators: This is the App name, don't translate this. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,16 +6,22 @@ | |
<project_license>GPL-3.0</project_license> | ||
<name translatable="no">@APP_NAME@</name> | ||
<launchable type="desktop-id">@[email protected]</launchable> | ||
<summary>An easy and simple vector-based note taking app</summary> | ||
<summary>A simple drawing application to create handwritten notes</summary> | ||
|
||
<categories> | ||
<category>Gnome</category> | ||
<category>GTK</category> | ||
<category>Graphics</category> | ||
<category>Education</category> | ||
<category>Office</category> | ||
<category>VectorGraphics</category> | ||
<category>GNOME</category> | ||
<category>GTK</category> | ||
</categories> | ||
|
||
<description> | ||
<p>Rnote is a simple vector based note taking application for handwritten notes or to annotate documents and pictures.</p> | ||
<p> | ||
Rnote is a simple vector based drawing application for handwritten notes and to annotate documents and pictures. | ||
Disclaimer: The file format is still unstable. It might change between versions. | ||
</p> | ||
</description> | ||
|
||
<screenshots> | ||
|
@@ -35,10 +41,6 @@ | |
<image>https://raw.githubusercontent.com/flxzt/rnote/main/resources/screenshots/selection.png</image> | ||
<caption>A selection</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/flxzt/rnote/main/resources/screenshots/multiple_pages.png</image> | ||
<caption>Multiple pages</caption> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<recommends> | ||
|
@@ -59,6 +61,19 @@ | |
|
||
<!-- /// Translators: Don't translate the changelog --> | ||
<releases> | ||
<release version="0.3.0" date="2022-01-29"> | ||
<description> | ||
<p>this release changes:</p> | ||
<ul> | ||
<li>file format changes. Breaking to older versions!</li> | ||
<li>Stroke and image rotation</li> | ||
<li>rudimentary import and export to Xournal++ files</li> | ||
<li>more persistent UI state</li> | ||
<li>UI improvements</li> | ||
<li>bug fixes</li> | ||
</ul> | ||
</description> | ||
</release> | ||
<release version="0.2.5" date="2022-01-13"> | ||
<description> | ||
<p>this release changes:</p> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.