Skip to content

Commit

Permalink
Release v16
Browse files Browse the repository at this point in the history
  • Loading branch information
ljuzig committed Mar 26, 2024
1 parent 603a7f1 commit 0923696
Show file tree
Hide file tree
Showing 9 changed files with 2,400 additions and 1,366 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ As Astra Monitor is in the early stages of development, we have an ambitious roa
<table style="text-align:center" align="center">
<tr>
<th style="text-align:center" colspan="3">Alpha<br>7/7</th>
<th style="text-align:center" colspan="3">Beta<br>0/6</th>
<th style="text-align:center" colspan="3">Beta<br>1/7</th>
<th style="text-align:center">Release</th>
</tr>
<tr>
Expand All @@ -80,7 +80,7 @@ As Astra Monitor is in the early stages of development, we have an ambitious roa
<td>✅<br>Graph Customization</td>
<td>✅<br>Import / Export / Reset Settings</td>
<td>✅<br>Improve performance</td>
<td>🔲<br>Advanced Network Monitoring</td>
<td><br>Advanced Network Monitoring</td>
<td>🔲<br>Advanced GPU Monitoring</td>
<td>🔲<br>User Custom Commands</td>
<td></td>
Expand Down
5 changes: 3 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Astra Monitor 16 - TO BE RELEASED
# Astra Monitor 16 - March 26 2024

### Advanced Network Monitoring
As per our [Roadmap](https://github.com/AstraExt/astra-monitor?tab=readme-ov-file#roadmap), in this release we are focusing on improving the Network monitoring capabilities of Astra Monitor. Here's a list of the new features and improvements:
Expand All @@ -22,6 +22,7 @@ As per our [Roadmap](https://github.com/AstraExt/astra-monitor?tab=readme-ov-fil
- **VPN Network Interfaces**: VPN network interfaces are now marked with a specific icon in the Network Menu.

### Bug fixes
- Overall performance improvements: Astra Monitor is now faster and more efficient than all system monitor extension I could test it against.<br>_(benchmarks and comparative tests with other popular monitoring extensions can be found [here](https://github.com/AstraExt/astra-monitor/blob/main/COMPARISON.md)!)_
- Fixed CPU Cores Usage Info user bar invisible when Cores Bar Breakdown is enabled [[#86](https://github.com/AstraExt/astra-monitor/issues/86)]
- Improved Memory Secondary Color for better readability and value understanding

Expand All @@ -31,7 +32,7 @@ As per our [Roadmap](https://github.com/AstraExt/astra-monitor?tab=readme-ov-fil
This marks the first beta release of Astra Monitor. After extensive testing, the extension is nearing stability, but we are open to feedback from the community to address any unresolved issues. Explore our [Roadmap](https://github.com/AstraExt/astra-monitor?tab=readme-ov-file#roadmap) to see what's coming next.

### Bug fixes
- Overall performance improvements<br>_(benchmarks and comparative tests with other popular monitoring extensions will be published at a later date)_
- Overall performance improvements<br>_(benchmarks and comparative tests with other popular monitoring extensions can be found [here](https://github.com/AstraExt/astra-monitor/blob/main/COMPARISON.md)!)_
- Resolved an issue where updates to hwmon incorrectly triggered lm-sensors queries
- Addressed a bug causing sensor updates to fail intermittently when lm-sensors was not installed [[#81](https://github.com/AstraExt/astra-monitor/issues/81)]
- Adjusted the width of the Select Box in Preferences for improved usability [[#80](https://github.com/AstraExt/astra-monitor/issues/80)]
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@

<table style="text-align:center" align="center">
<tr>
<th style="text-align:center" colspan="3">Beta<br>0/6</th>
<th style="text-align:center" colspan="3">Beta<br>1/7</th>
</tr>
<tr>
<th style="text-align:center">Late March 2024</th>
<th style="text-align:center">Early April 2024</th>
<th style="text-align:center">Late April 2024</th>
</tr>
<tr>
<td>🔲<br>Advanced Network Monitoring</td>
<td><br>Advanced Network Monitoring</td>
<td>🔲<br>Advanced GPU Monitoring</td>
<td>🔲<br>User Custom Commands</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"settings-schema": "org.gnome.shell.extensions.astra-monitor",
"gettext-domain": "[email protected]",
"license": "GPL-3.0-or-later",
"version": 24,
"version-name": "15",
"version": 25,
"version-name": "16",
"donations": {
"buymeacoffee": "astra.ext",
"patreon": "AstraExt"
Expand Down
Loading

0 comments on commit 0923696

Please sign in to comment.