Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChildishGiant committed Dec 24, 2021
1 parent 389a16b commit 1917193
Show file tree
Hide file tree
Showing 14 changed files with 172 additions and 75 deletions.
25 changes: 15 additions & 10 deletions data/com.github.childishgiant.mixer.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,20 @@
<url type="help">https://github.com/childishgiant/mixer/issues</url>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/childishgiant/mixer/main/docs/light.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/childishgiant/mixer/main/docs/dark.png</image>
<image>https://raw.githubusercontent.com/childishgiant/mixer/main/docs/light-and-dark.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1">
</content_rating>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.0" date="2021-12-11">
<description>
<p>Nothing new!</p>
<ul>
<li>Mixer has had a complete rewrite, allowing for wider compatability and better stability (Fingers crossed!)</li>
<li>There's now a suggested price of $3. As with all apps on AppCenter this is split between elementary and me 30/70</li>
</ul>
</description>
</release>
<release version="0.1.4" date="2021-08-30">
<description>
<p>Features:</p>
Expand Down Expand Up @@ -76,8 +81,8 @@
</description>
</release>
</releases>
<!-- <custom>
<value key="x-appcenter-suggested-price">1.00</value>
<value key="x-appcenter-stripe"></value>
</custom> -->
<custom>
<value key="x-appcenter-suggested-price">3.00</value>
<value key="x-appcenter-stripe">pk_live_51JBNqJEPbjGW3MVaBNfjsaQ28kI8YVrKWncQNvml0XlVqPJEKU26PEAGXFqsYlPS8U03fbwMlJt1nPr4UqDmLv5d00KM5ZKCDS</value>
</custom>
</component>
2 changes: 1 addition & 1 deletion docs/coverage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Press coverage

I've been lucky enough to get some coverage in several different outlets:
I've been lucky enough to get some coverage in a few different outlets:

The Linux Experiment:

Expand Down
Binary file modified docs/dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/light-and-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/merge_images.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

# Taken from https://github.com/small-tech/watson/blob/main/template/task/take-screenshots
# Copyright ⓒ 2021-present Aral Balkan, Small Technology Foundation.
# Released under GNU GPL version 3.0.

screenshot_dimensions="$(magick light.png -ping -format "%wx%h" info:)"

magick \
\( "light.png" +write mpr:light \) \
\( "dark.png" mpr:light \( -size "${screenshot_dimensions}" xc:white -draw "stroke None fill Black path 'M %[fx:w/1.618],0 L %[fx:w-w/1.618],%[fx:h] L %[fx:w],%[fx:h] L %[fx:w],0 Z'" \) -alpha Off -composite +write mpr:montage \) \
\( mpr:montage \( mpr:light -alpha extract \) -compose CopyOpacity -composite +write "light-and-dark.png" \) \
null:
1 change: 1 addition & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src/MainWindow.vala
src/AlertView.vala
src/Application.vala
28 changes: 17 additions & 11 deletions po/com.github.childishgiant.mixer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.childishgiant.mixer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-16 19:23+0100\n"
"POT-Creation-Date: 2021-12-24 21:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand All @@ -17,47 +17,53 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/MainWindow.vala:12 src/MainWindow.vala:25
#: src/MainWindow.vala:26 src/MainWindow.vala:39
msgid "Mixer"
msgstr ""

#: src/MainWindow.vala:100
#: src/MainWindow.vala:210
msgid "Volume:"
msgstr ""

#: src/MainWindow.vala:103
#: src/MainWindow.vala:213
msgid "Balance:"
msgstr ""

#: src/MainWindow.vala:111
#: src/MainWindow.vala:223
msgid "Left"
msgstr ""

#: src/MainWindow.vala:112
#: src/MainWindow.vala:224
msgid "Centre"
msgstr ""

#: src/MainWindow.vala:113
#: src/MainWindow.vala:225
msgid "Right"
msgstr ""

#. Make the switch disable the sliders
#. If the app's in mono
#. Disable inputs on balance slider
#. Also grey out the label
#. Give it a tooltip explaining this
#: src/MainWindow.vala:147
#: src/MainWindow.vala:255
msgid "This app is using mono audio"
msgstr ""

#. Output label
#: src/MainWindow.vala:159
#: src/MainWindow.vala:267
msgid "Output:"
msgstr ""

#: src/AlertView.vala:31
#: src/AlertView.vala:16
msgid "No Apps"
msgstr ""

#: src/AlertView.vala:37
#: src/AlertView.vala:22
msgid "There are no apps making any noise."
msgstr ""

#: src/Application.vala:37
#, c-format
msgid "Mixer version: %s"
msgstr ""
28 changes: 17 additions & 11 deletions po/en-us.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.childishgiant.mixer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-16 19:23+0100\n"
"POT-Creation-Date: 2021-12-24 21:21+0000\n"
"PO-Revision-Date: 2021-07-19 22:05+0100\n"
"Last-Translator: Allie Law <[email protected]>\n"
"Language-Team: none\n"
Expand All @@ -16,47 +16,53 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: src/MainWindow.vala:12 src/MainWindow.vala:25
#: src/MainWindow.vala:26 src/MainWindow.vala:39
msgid "Mixer"
msgstr "Mixer"

#: src/MainWindow.vala:100
#: src/MainWindow.vala:210
msgid "Volume:"
msgstr "Volume:"

#: src/MainWindow.vala:103
#: src/MainWindow.vala:213
msgid "Balance:"
msgstr "Balance:"

#: src/MainWindow.vala:111
#: src/MainWindow.vala:223
msgid "Left"
msgstr "Left"

#: src/MainWindow.vala:112
#: src/MainWindow.vala:224
msgid "Centre"
msgstr "Center"

#: src/MainWindow.vala:113
#: src/MainWindow.vala:225
msgid "Right"
msgstr "Right"

#. Make the switch disable the sliders
#. If the app's in mono
#. Disable inputs on balance slider
#. Also grey out the label
#. Give it a tooltip explaining this
#: src/MainWindow.vala:147
#: src/MainWindow.vala:255
msgid "This app is using mono audio"
msgstr "This app is using mono audio"

#. Output label
#: src/MainWindow.vala:159
#: src/MainWindow.vala:267
msgid "Output:"
msgstr "Output:"

#: src/AlertView.vala:31
#: src/AlertView.vala:16
msgid "No Apps"
msgstr "No Apps"

#: src/AlertView.vala:37
#: src/AlertView.vala:22
msgid "There are no apps making any noise."
msgstr "There are no apps making any noise."

#: src/Application.vala:37
#, c-format
msgid "Mixer version: %s"
msgstr ""
28 changes: 17 additions & 11 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: com.github.childishgiant.mixer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-16 19:23+0100\n"
"POT-Creation-Date: 2021-12-24 21:21+0000\n"
"PO-Revision-Date: 2021-07-19 22:05+0100\n"
"Last-Translator: Jeyson Antonio Flores Deras <[email protected]>\n"
"Language-Team: none\n"
Expand All @@ -17,47 +17,53 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: src/MainWindow.vala:12 src/MainWindow.vala:25
#: src/MainWindow.vala:26 src/MainWindow.vala:39
msgid "Mixer"
msgstr ""

#: src/MainWindow.vala:100
#: src/MainWindow.vala:210
msgid "Volume:"
msgstr "Volumen:"

#: src/MainWindow.vala:103
#: src/MainWindow.vala:213
msgid "Balance:"
msgstr "Balance:"

#: src/MainWindow.vala:111
#: src/MainWindow.vala:223
msgid "Left"
msgstr "Izquierda"

#: src/MainWindow.vala:112
#: src/MainWindow.vala:224
msgid "Centre"
msgstr "Centro"

#: src/MainWindow.vala:113
#: src/MainWindow.vala:225
msgid "Right"
msgstr "Derecha"

#. Make the switch disable the sliders
#. If the app's in mono
#. Disable inputs on balance slider
#. Also grey out the label
#. Give it a tooltip explaining this
#: src/MainWindow.vala:147
#: src/MainWindow.vala:255
msgid "This app is using mono audio"
msgstr "Esta aplicación está usando audio mono"

#. Output label
#: src/MainWindow.vala:159
#: src/MainWindow.vala:267
msgid "Output:"
msgstr "Salida:"

#: src/AlertView.vala:31
#: src/AlertView.vala:16
msgid "No Apps"
msgstr "Sin Aplicaciones"

#: src/AlertView.vala:37
#: src/AlertView.vala:22
msgid "There are no apps making any noise."
msgstr "No hay aplicaciones haciendo sonido."

#: src/Application.vala:37
#, c-format
msgid "Mixer version: %s"
msgstr ""
72 changes: 62 additions & 10 deletions po/extra/extra.pot
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the extra package.
# Allie Law <[email protected]>, 2021.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-08-16 19:11+0100\n"
"POT-Creation-Date: 2021-12-24 21:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: en-gb\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -55,27 +55,79 @@ msgstr ""
msgid "Allie Law"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:60
#: data/com.github.childishgiant.mixer.appdata.xml.in:32
msgid "Nothing new!"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:34
msgid ""
"Mixer has had a complete rewrite, allowing for wider compatability and "
"better stability (Fingers crossed!)"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:35
msgid ""
"There's now a suggested price of $3. As with all apps on AppCenter this is "
"split between elementary and me 30/70"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:41
msgid "Features:"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:43
msgid "Spanish translation"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:44
msgid "Ruissian translation"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:45
msgid "Also grey out the slider label if not in use"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:46
msgid "Handle long apps more gracefully"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:47
msgid "Scroll window if not all apps fit"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:49
msgid "Bug fixes:"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:51
msgid "Fix for running on German systems"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:52
msgid "Fix for app names with non-alpha characters not capturing"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:58
msgid "Updated AppCenter metadata"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:65
#: data/com.github.childishgiant.mixer.appdata.xml.in:74
#: data/com.github.childishgiant.mixer.appdata.xml.in:63
#: data/com.github.childishgiant.mixer.appdata.xml.in:72
msgid "Added features:"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:67
#: data/com.github.childishgiant.mixer.appdata.xml.in:65
msgid "Added support for Odin's dark style"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:68
#: data/com.github.childishgiant.mixer.appdata.xml.in:66
msgid "Changed some backend things to be more in-line with stock apps"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:76
#: data/com.github.childishgiant.mixer.appdata.xml.in:74
msgid "Added a dropdown for changing which output an app uses"
msgstr ""

#: data/com.github.childishgiant.mixer.appdata.xml.in:82
#: data/com.github.childishgiant.mixer.appdata.xml.in:80
msgid "Initial Release"
msgstr ""
Loading

0 comments on commit 1917193

Please sign in to comment.