Skip to content

Commit

Permalink
Changes for patch version 1.0.2 to support for ES6 (ECMAScript2015) f…
Browse files Browse the repository at this point in the history
…eatures
  • Loading branch information
simsekgokhan committed Apr 27, 2017
1 parent 1895104 commit a7d3280
Show file tree
Hide file tree
Showing 4 changed files with 4,045 additions and 2,130 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Robomongo 1.x:
- Timestamp value is represented incorrectly (https://github.com/Studio3T/robomongo/issues/1159)
- Local Timezone shows wrong date (https://github.com/Studio3T/robomongo/issues/501)

* What's new in patch 1.0.2 (28 Apr , 2017)
- Support for ES6 (ECMAScript2015) added.

* What's new in Robomongo 1.0 (21 Apr , 2017)
http://blog.robomongo.org/robomongo-1-0

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
# Project version
set(PROJECT_VERSION_MAJOR "1")
set(PROJECT_VERSION_MINOR "0")
set(PROJECT_VERSION_PATCH "0")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_BUILD "")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${PROJECT_VERSION_BUILD}")

Expand Down
2 changes: 1 addition & 1 deletion src/robomongo/gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ namespace Robomongo

createTabs();
createStatusBar();
setWindowTitle("Robomongo 1.0");
setWindowTitle("Robomongo 1.0 - Beta");
setWindowIcon(GuiRegistry::instance().mainWindowIcon());

QTimer::singleShot(0, this, SLOT(manageConnections()));
Expand Down
Loading

0 comments on commit a7d3280

Please sign in to comment.