Skip to content

Commit

Permalink
Update metadata for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Oct 11, 2024
1 parent 94e251a commit 324fb15
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-aux/macos-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ mkdir -p "$RESOURCES_ROOT/en.lproj"
mkdir -p "$RESOURCES_ROOT/eo.lproj"
mkdir -p "$RESOURCES_ROOT/es.lproj"
mkdir -p "$RESOURCES_ROOT/ro.lproj"
mkdir -p "$RESOURCES_ROOT/ru.lproj"

# Create Info.plist
cat > "$APP_ROOT/Contents/Info.plist" << EOF
Expand Down Expand Up @@ -252,3 +253,4 @@ cp "$RESOURCES_ROOT/CarteroRequest.iconset/icon_256x256.png" "$RESOURCES_ROOT/Ca
cp "$RESOURCES_ROOT/CarteroRequest.iconset/icon_512x512.png" "$RESOURCES_ROOT/CarteroRequest.iconset/[email protected]"
iconutil -c icns "$RESOURCES_ROOT/CarteroRequest.iconset"
rm -rf "$RESOURCES_ROOT/CarteroRequest.iconset"

14 changes: 14 additions & 0 deletions data/cartero.appdata.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@
<color scheme_preference="dark" type="primary">#465563</color>
</branding>
<releases>
<release date="2024-10-11" version="0.1.2">
<p>This is a minor release that addresses some issues and fixes some things found.</p>
<p>:</p>
<ul>
<li>It is now possible to open multiple files using the dialog picker.</li>
<li>Translation updates (Russian)</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Fix translation for the about and shortcuts dialog.</li>
<li>Word wrapping of long lines without spaces did not work properly.</li>
<li>Deactivate toolbar buttons if no request are open.</li>
</ul>
</release>
<release date="2024-07-30" version="0.1.1">
<description translate="no">
<p>This is a minor release that addresses some issues and small changes found in the last couple of days. It accepts feedback from the community and even some pull requests received in the last days.</p>
Expand Down

0 comments on commit 324fb15

Please sign in to comment.