Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
knarfS committed Apr 4, 2019
1 parent 6b063eb commit 860429c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS)
#-------------------------------------------------------------------------------

set(SV_TITLE SmuView)
set(SV_VERSION_STRING "0.0.2")
set(SV_VERSION_STRING "0.0.3")

set(SV_GLIBMM_VERSION ${PKGDEPS_glibmm-2.4_VERSION})

Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.0.3 (2019-04-04)
------------------

For a detailed list of changes, please see the git commit history.

* Various layout improvements
* Revert "feature" that only one signal can be added to fixed channels
* Plot view:
- Improve axis locking
- Improve axis scale updates
- Add the same signal only once
* Commit spin box values only when enter is pressed or widget is leaved
* Use a monospace font instead of the LCD font for various views
* Add ConfigKey OFFSET

0.0.2 (2019-03-21)
------------------

Expand Down

0 comments on commit 860429c

Please sign in to comment.