diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-04-28 00:15:07 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-04-28 00:15:07 +0200 |
commit | df6757478ea2ef3dbcebdb385fd5eca65cc2e8ce (patch) | |
tree | 46395203d2efdae8441c46989156580b5e19cb0c | |
parent | Imported Opera feature to load favorite page with number 1..9 by pressing CTR... (diff) | |
download | rekonq-df6757478ea2ef3dbcebdb385fd5eca65cc2e8ce.tar.xz |
rekonq 0.7.51
- improved drag & drop features (urls, texts, bookmarks, etc..)
- new quit/close window actions (and new logic for the close dialog)
- ESC button to renew url in urlbar
- History ordering fix (backported)
- AdBlock: Third Party rules support
- rekonq "desktop aware" on opening (new) windows
- new look for the autoscroll
- improvements in the notify popup & in the bk bar
- CTRL + number shortcuts for favorites
And some more...
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 89df7b26..b0fc1f52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ PROJECT( rekonq ) # Informations to update before to release this package. # rekonq info -SET(REKONQ_VERSION "0.7.50" ) +SET(REKONQ_VERSION "0.7.51" ) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h ) |