Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Changes for version update (v1.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Mar 28, 2023
1 parent 35bd050 commit 44c40fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Mini System Monitor

### v1.7.0 (29.03.2023)
* Changes for smaller window
* Build file simplifications

### v1.6.0 (23.02.2023)
* Updated dependency versions
* Minor improvements
Expand Down
6 changes: 6 additions & 0 deletions io.github.hakandundar34coding.mini-system-monitor.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
</screenshot>
</screenshots>
<releases>
<release version="1.7.0" date="2023-03-29">
<description>
<p>Changes for smaller window</p>
<p>Build file simplifications</p>
</description>
</release>
<release version="1.6.0" date="2023-02-23">
<description>
<p>Updated dependency versions</p>
Expand Down
2 changes: 1 addition & 1 deletion io.github.hakandundar34coding.mini-system-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ modules:
sources:
- type: git
url: https://github.com/hakandundar34coding/mini-system-monitor.git
commit: f0fa6ed5316578aa52a49c959d2c6a03dac61dab
commit: 15bfd29924c236bf2d52be5beef160792fedcba4

2 changes: 1 addition & 1 deletion mini-system-monitor
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import os
import time


SOFTWARE_VERSION = "1.6.0"
SOFTWARE_VERSION = "1.7.0"


class Application:
Expand Down

0 comments on commit 44c40fe

Please sign in to comment.