This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes for version update and minor improvements
- Loading branch information
1 parent
9447eb8
commit e4aa059
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
system-monitoring-center (1.29.0) unstable; urgency=medium | ||
|
||
* New: Support for Flatpak packaging | ||
* Changed: Single project branch for all packaging types | ||
* Minor code improvements | ||
|
||
-- Hakan Dündar <[email protected]> Sun, 23 Oct 2022 17:00:00 +0300 | ||
|
||
system-monitoring-center (1.28.0) unstable; urgency=medium | ||
|
||
* New: Option for language selection | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
Hello. It has been a long time since the last conversation. Newer versions of the application are available in a single branch. You may update your script(s) for the changes. I do not know if auto-update script for this application. Because there are not big changes for Github release download numbers of the application after new packages are published. But it looks like the download count (pi-apps repository) of the application is not small.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hakandundar34coding thanks for keeping me updated. yes we have auto-updating scripts at pi-apps for this application (run once a week on Wednesday so it hadn't caught the change yet). you can see our github actions made a commit last week https://github.com/Botspot/pi-apps/blob/master/apps/System%20Monitoring%20Center/install
I'm not sure if github tracks wget downloads from releases or not but users do get update notifications when you publish a new release.
we have analytics tracking at pi-apps for new installs and uninstalls but not updates.
we are in the process of switching from bitly to self hosted shlink instance so once that is done I may add update tracking and make these numbers public (ie: graphed) as well.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
There were big download number changes (such as 500-700 downloads per update) long time ago. The behavior may have been changed for
wget
.e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@linuxlite
Can you change version number of the forked application? It is bigger than the version of the main branch of the application. Currently there is a big difference between these numbers but this may be a problem in newer versions of the main branch.
I have seen that some users download
.deb
file of the forked version from distribution repository directly. There are some discussions about this situation on some forums. Some users may think that the forked version is newer. Some of the reasons for this:e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
For Ubuntu 18, do not update the application to versions bigger than v1.29.0. Several tabs do not work. v1.29.0 version of the application works on Ubuntu 18.
There are a lot of code changes for getting system/performance information in order to support Flatpak packaging. Because there would be a lot of new code and the code would be very complex.
I will write comment if the compability problems are fixed for Ubuntu 18.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
The bugs are fixed in v1.32.0. You can update the application in Pi-apps if it can be updated before Wednesday.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I can run the update action whenever I want, we just have the script running on Wednesday by default to limit update notifications to our users. I'll update it when I get back to a computer.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
Additionally,
You can write if you do not want to get messages/comments.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hakandundar34coding you are welcome to continue notifying me. I find it helpful since my time it split across many things.
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hakandundar34coding just to update you on this. I have added update analytics tracking to pi-apps for all apps about a week and a half ago. you can view the last two weeks of analytics for any app here: https://github.com/Botspot/pi-apps-analytics/blob/main/Update-Graphs.md and system monitoring center is specifically viewable here always:
e4aa059
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theofficialgman
It is very useful for tracking version changes in one place.
I will add total download numbers from Pi-apps to the project page.