Skip to content

Commit

Permalink
Updating appdata.xml and translation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Feb 13, 2024
1 parent 29ae9c6 commit bc685c1
Show file tree
Hide file tree
Showing 11 changed files with 769 additions and 520 deletions.
14 changes: 12 additions & 2 deletions data/com.github.phase1geo.textshine.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,18 @@
<value key="x-appcenter-stripe">pk_live_51Ccoj4BJm4hDdHaF1YKGdyGLCLtShzElKsr4GM9hJDJAoZArcWrNHsjL9b8SBs01GQBYpakj0l1tYenVJOqke93300TULHWdph</value>
</custom>
<releases>
<release version="2.0.0" date="2023-11-27">
<release version="2.0.0" date="2024-02-13">
<p>New</p>
<ul>
<li>Added highlight-line option to Find and Regular Expression.</li>
<li>Added German translation (thanks to Benjamin Weis).</li>
<li>Added convert function between CSV and Markdown Table formats.</li>
<li>Added convert function for decoding URLs.</li>
<li>Added support for setting sidebar width via gsettings.</li>
<li>Added support for inserting the contents from a URL.</li>
<li>Added support for adding user notes to custom functions.</li>
<li>Added new randomize function to operate on text.</li>
<li>Added new insert URL content function.</li>
</ul>
<p>Changes</p>
<ul>
Expand All @@ -196,15 +201,20 @@
<li>Added home directory permissions by default to Flatpak.</li>
<li>Improved header bar icons to work in non-elementary environments.</li>
<li>Widening sidebar to accommodate different displays (this can also be changed with gsettings).</li>
<li>Rewrote URL Encode convert function to remove libcamel dependency.</li>
<li>Enhanced Indent XML functionality to properly indent XML code that is in minimized format.</li>
<li>Improved Convert Markdown Table settings UI.</li>
<li>Text function options are now displayed inline in the sidebar rather than via a popup.</li>
<li>Added tooltips to entry fields in functions.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed regexp searching issue that could cause application to hang.</li>
<li>Fixed app script warnings.</li>
<li>Fixed issue with translations not working in Flatpak.</li>
<li>Fixed issue using Indent XML that could cause the application to crash.</li>
<li>Fixed handling of XML comments in Indent XML conversion function.</li>
<li>Fixed issue with spell-checker when no matches are available.</li>
<li>Fixed issue with remembering size of window when it was last closed.</li>
</ul>
</release>
<release version="1.2.0" date="2022-01-17">
Expand Down
14 changes: 12 additions & 2 deletions data/com.github.phase1geo.textshine.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,18 @@
<value key="x-appcenter-stripe">pk_live_51Ccoj4BJm4hDdHaF1YKGdyGLCLtShzElKsr4GM9hJDJAoZArcWrNHsjL9b8SBs01GQBYpakj0l1tYenVJOqke93300TULHWdph</value>
</custom>
<releases>
<release version="2.0.0" date="2023-11-27">
<release version="2.0.0" date="2024-02-13">
<p>New</p>
<ul>
<li>Added highlight-line option to Find and Regular Expression.</li>
<li>Added German translation (thanks to Benjamin Weis).</li>
<li>Added convert function between CSV and Markdown Table formats.</li>
<li>Added convert function for decoding URLs.</li>
<li>Added support for setting sidebar width via gsettings.</li>
<li>Added support for inserting the contents from a URL.</li>
<li>Added support for adding user notes to custom functions.</li>
<li>Added new randomize function to operate on text.</li>
<li>Added new insert URL content function.</li>
</ul>
<p>Changes</p>
<ul>
Expand All @@ -115,15 +120,20 @@
<li>Added home directory permissions by default to Flatpak.</li>
<li>Improved header bar icons to work in non-elementary environments.</li>
<li>Widening sidebar to accommodate different displays (this can also be changed with gsettings).</li>
<li>Rewrote URL Encode convert function to remove libcamel dependency.</li>
<li>Enhanced Indent XML functionality to properly indent XML code that is in minimized format.</li>
<li>Improved Convert Markdown Table settings UI.</li>
<li>Text function options are now displayed inline in the sidebar rather than via a popup.</li>
<li>Added tooltips to entry fields in functions.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed regexp searching issue that could cause application to hang.</li>
<li>Fixed app script warnings.</li>
<li>Fixed issue with translations not working in Flatpak.</li>
<li>Fixed issue using Indent XML that could cause the application to crash.</li>
<li>Fixed handling of XML comments in Indent XML conversion function.</li>
<li>Fixed issue with spell-checker when no matches are available.</li>
<li>Fixed issue with remembering size of window when it was last closed.</li>
</ul>
</release>
<release version="1.2.0" date="2022-01-17">
Expand Down
2 changes: 2 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ src/functions/insert/InsertFile.vala
src/functions/insert/InsertLineNumbers.vala
src/functions/insert/InsertLoremIpsum.vala
src/functions/insert/InsertText.vala
src/functions/insert/InsertURL.vala
src/functions/markdown/ConvertMarkdownHTML.vala
src/functions/markdown/MarkdownReferences.vala
src/functions/markdown/MarkdownTableBeauty.vala
Expand Down Expand Up @@ -50,6 +51,7 @@ src/functions/replace/ReplacePeriodsEllipsis.vala
src/functions/replace/ReplaceReturnSpace.vala
src/functions/replace/ReplaceReturns.vala
src/functions/replace/ReplaceTabsSpaces.vala
src/functions/sort/Randomize.vala
src/functions/sort/SortLines.vala
src/functions/sort/SortMoveLines.vala
src/functions/sort/SortReverseChars.vala
Expand Down
Loading

0 comments on commit bc685c1

Please sign in to comment.