Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Davide Ferracin
Black Box
Commits
1785a954
Commit
1785a954
authored
Jul 07, 2022
by
Paulo Queiroz
📦
Browse files
0.10.1 - Better window state management & translations
parent
56c5909d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
1785a954
# Changelog
## 0.10.1 - 2022.07.08
Features:
-
Improved German translation - thanks @konstantin.tch
-
Added Czech translation - thanks @panmourovaty
-
Added Russian translation - thanks @acephale
-
Added Swedish translation - thanks @droidbittin
Bug fixes:
-
Black Box now sets the TERM_PROGRAM env variable. This makes apps like
neofetch report a correct terminal app in Flatpak - #53
-
"Remember window size" will now remember fullscreen and maximized state too - #55
## 0.10.0 - 2022.07.04
Features:
...
...
data/com.raggesilver.BlackBox.appdata.xml.in
View file @
1785a954
...
...
@@ -84,6 +84,22 @@
</kudos>
<releases>
<release
date=
"2022-07-08"
version=
"0.10.1"
>
<description>
<p>
Features:
</p>
<ul>
<li>
Improved German translation
</li>
<li>
Added Czech translation
</li>
<li>
Added Russian translation
</li>
<li>
Added Swedish translation
</li>
</ul>
<p>
Bug fixes:
</p>
<ul>
<li>
Black Box now sets the TERM_PROGRAM env variable. This makes apps like neofetch report a correct terminal app in Flatpak
</li>
<li>
"Remember window size" will now remember fullscreen and maximized state
</li>
</ul>
</description>
</release>
<release
date=
"2022-07-04"
version=
"0.10.0"
>
<description>
<p>
Features:
</p>
...
...
meson.build
View file @
1785a954
project
(
'blackbox'
,
[
'c'
,
'vala'
],
version
:
'0.10.
0
'
,
version
:
'0.10.
1
'
,
meson_version
:
'>= 0.50.0'
,
default_options
:
[
'warning_level=2'
,
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment