QHexEdit is a binary editor widget for Qt.
-
- Version
- Version 0.7.6
+
- Version
- Version 0.7.7
diff --git a/doc/release.txt b/doc/release.txt
index c08181f..b0bb4c9 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -1,3 +1,9 @@
+Release 0.7.7, 2016-04-14
+-------------------------
+- Take horizontal scrolling position into account, when calculation cursor
+position from graphical (mouse click) position
+- Adjust horizontal scrollbar, when the cursor leaves the viewport
+
Release 0.7.6, 2016-06-07
-------------------------
- Miscalculation of the position of cursor when scrolling horizontally corrected
diff --git a/src/qhexedit.h b/src/qhexedit.h
index edae682..32577a7 100644
--- a/src/qhexedit.h
+++ b/src/qhexedit.h
@@ -11,7 +11,7 @@
/** \mainpage
QHexEdit is a binary editor widget for Qt.
-\version Version 0.7.6
+\version Version 0.7.7
\image html qhexedit.png
*/