Skip to content

Commit

Permalink
Release 0.9.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Oct 31, 2024
1 parent e675ec7 commit 5c4b014
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(SET CMP0091 NEW)
set( CMAKE_FIND_PACKAGE_PREFER_CONFIG ON )

project( makhber
VERSION 0.9.8.2
VERSION 0.9.8.3
DESCRIPTION "Free application for Visualization and Analysis of Scientific Data"
HOMEPAGE_URL "https://github.com/Makhber/makhber"
LANGUAGES CXX C
Expand All @@ -15,7 +15,7 @@ project( makhber
math( EXPR PROJECT_VERSION_NO "${PROJECT_VERSION_MAJOR} * 65536 + \
${PROJECT_VERSION_MINOR} * 256 + ${PROJECT_VERSION_PATCH}" )

set( PROJECT_RELEASE_DATE "June, 26 2024" )
set( PROJECT_RELEASE_DATE "Oct, 31 2024" )

set( CMAKE_CXX_STANDARD 17 )
set( CMAKE_CXX_STANDARD_REQUIRED TRUE )
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Makhber 0.9.8.3

Released: 31-10-2024

### General

- Fix duplicate tables was added when importing from ascii
- Update dependencies

## Makhber 0.9.8.2

Released: 26-06-2024
Expand Down
5 changes: 3 additions & 2 deletions packaging/freedesktop/com.github.makhber.Makhber.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<launchable type="desktop-id">com.github.makhber.Makhber.desktop</launchable>

<releases>
<release version="0.9.8.3" date="2024-10-31"/>
<release version="0.9.8.2" date="2024-06-26"/>
<release version="0.9.8.1" date="2024-03-18"/>
<release version="0.9.8" date="2023-10-28"/>
Expand Down Expand Up @@ -64,11 +65,11 @@
<screenshots>
<screenshot type="default">
<caption>3D plots</caption>
<image>https://raw.githubusercontent.com/Makhber/makhber/0.9.8.2/screenshots/Screen1.png</image>
<image>https://raw.githubusercontent.com/Makhber/makhber/0.9.8.3/screenshots/Screen1.png</image>
</screenshot>
<screenshot>
<caption>2D plots</caption>
<image>https://raw.githubusercontent.com/Makhber/makhber/0.9.8.2/screenshots/Screen2.png</image>
<image>https://raw.githubusercontent.com/Makhber/makhber/0.9.8.3/screenshots/Screen2.png</image>
</screenshot>
</screenshots>

Expand Down

0 comments on commit 5c4b014

Please sign in to comment.