Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailnov committed Aug 28, 2018
2 parents 8c763ad + 9dcfa8a commit df4ef95
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [4.3.1]
### Fixed
- One of the help images was not being installed

## [4.3.0]
### Added
- The about dialog window "hide" method is explicitly called now. This may fix
Expand Down
1 change: 1 addition & 0 deletions data/com.github.wwmm.pulseeffects.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</screenshot>
</screenshots>
<releases>
<release version="4.3.1" date="2018-08-28"/>
<release version="4.3.0" date="2018-08-28"/>
<release version="4.2.9" date="2018-08-26"/>
<release version="4.2.8" date="2018-08-14">
Expand Down
3 changes: 2 additions & 1 deletion help/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ help_media = [
'figures/settingsmenu.png',
'figures/userpresets.png',
'figures/advancedinfo.png',
'figures/saturated.png'
'figures/saturated.png',
'figures/blacklist.png'
]

gnome_mod.yelp(meson.project_name(),
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(
'c',
'cpp',
default_options : ['cpp_std=c++17','buildtype=debugoptimized'],
version: '4.3.0',
version: '4.3.1',
meson_version: '>= 0.40.0'
)

Expand Down

0 comments on commit df4ef95

Please sign in to comment.