Bug 399062 - "What's New" section always appears, showing only the current version
Summary: "What's New" section always appears, showing only the current version
Status: VERIFIED FIXED
Alias: None
Product: Discover
Classification: Applications
Component: discover (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-25 16:15 UTC by Nate Graham
Modified: 2018-10-22 03:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
What's New section always shown, duplicating current version information (223.60 KB, image/png)
2018-09-25 16:15 UTC, Nate Graham
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2018-09-25 16:15:21 UTC
Created attachment 115229 [details]
What's New section always shown, duplicating current version information

[everything from git master on KDE Neon (Ubuntu 16.04 based)]

See attached screenshot. It's this way for all apps.
Comment 1 Aleix Pol 2018-10-21 23:47:10 UTC
Git commit c85b7d676be55a969e8f999ac6f47a12721b452f by Aleix Pol.
Committed on 21/10/2018 at 23:29.
Pushed by apol into branch 'Plasma/5.14'.

pk: make it possible to request the changelog two ways

One that will be fetched by the updates page and another from the
application page. Sometimes we'll want them to differ.

M  +1    -1    discover/qml/UpdatesPage.qml
M  +2    -2    libdiscover/UpdateModel/UpdateModel.cpp
M  +1    -1    libdiscover/UpdateModel/UpdateModel.h
M  +1    -1    libdiscover/backends/DummyBackend/tests/UpdateDummyTest.cpp
M  +5    -0    libdiscover/backends/PackageKitBackend/AppPackageKitResource.cpp
M  +2    -0    libdiscover/backends/PackageKitBackend/AppPackageKitResource.h
M  +5    -1    libdiscover/backends/PackageKitBackend/PackageKitResource.cpp
M  +1    -0    libdiscover/backends/PackageKitBackend/PackageKitResource.h
M  +1    -0    libdiscover/resources/AbstractResource.h

https://commits.kde.org/discover/c85b7d676be55a969e8f999ac6f47a12721b452f
Comment 2 Nate Graham 2018-10-22 03:55:21 UTC
Awesome!