Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
DOOMer committed Nov 14, 2014
1 parent 8acb8b6 commit 07ef446
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -10,8 +10,8 @@ find_package( Qt4 4.8.0 REQUIRED COMPONENTS QtCore QtGui QtNetwork)
include( "${QT_USE_FILE}" )

# add version define
set(SCREENGRAB_VERSION "1.1")
#set(SCREENGRAB_VERSION_DEV "1.1-rc")
set(SCREENGRAB_VERSION "1.1.1")
#set(SCREENGRAB_VERSION_DEV "1.1.1")
# set(DEV_BUILD True)

if(SCREENGRAB_VERSION_DEV)
Expand Down
4 changes: 4 additions & 0 deletions docs/ChangeLog.txt
@@ -1,3 +1,7 @@
1.1.1
* Fixed wrong 'imgur' uploading result string for bb-code with preview
* Fixed segfault when exist configuration file contains "showTrayIcon=false"

1.1
* added ability to upload to MediaCreush (http://mediacru.sh)
* Option "Always save the window size" replaced by "autosave window size on exit ScreenGrab"
Expand Down
9 changes: 8 additions & 1 deletion docs/html/en/index.html
Expand Up @@ -10,7 +10,7 @@
<body>
<a name='main'></a>
<div id="header">
<h1>ScreenGrab</h1> <div id="version">version 1.1</div>
<h1>ScreenGrab</h1> <div id="version">version 1.1.1</div>
<!--<h2>By DOOMer</h2>-->
</div>
<div id="menu">
Expand Down Expand Up @@ -247,6 +247,13 @@ <h2>License <a href='#main'>To start page</a></h2>
</p>
<a name='versions'></a>
<h2>Version history <a href='#main'>To start page</a></h2>
<p>
<strong>Version 1.1.1:</strong>
</p>
<ul>
<li>Fixed wrong 'imgur' uploading result string for bb-code with preview.</li>
<li>Fixed segfault when exist configuration file contains "showTrayIcon=false".</li>
</ul>
<p>
<strong>Version 1.1:</strong>
</p>
Expand Down
9 changes: 8 additions & 1 deletion docs/html/pt_BR/index.html
Expand Up @@ -10,7 +10,7 @@
<body>
<a name='main'></a>
<div id="header">
<h1>ScreenGrab</h1> <div id="version">versão 1.1</div>
<h1>ScreenGrab</h1> <div id="version">versão 1.1.1</div>
<!--<h2>By DOOMer</h2>-->
</div>
<div id="menu">
Expand Down Expand Up @@ -240,6 +240,13 @@ <h2>Licença <a href='#main'>Para o início da página</a></h2>
</p>
<a name='versions'></a>
<h2>Histórico das versões <a href='#main'>Para o início da página</a></h2>
<p>
<strong>Version 1.1.1:</strong>
</p>
<ul>
<li>Fixed wrong 'imgur' uploading result string for bb-code with preview.</li>
<li>Fixed segfault when exist configuration file contains "showTrayIcon=false".</li>
</ul>
<p>
<strong>Version 1.1:</strong>
</p>
Expand Down
7 changes: 7 additions & 0 deletions docs/html/ru/index.html
Expand Up @@ -275,6 +275,13 @@ <h2>Лицензия <a href='#main'>В начало</a></h2>
</p>
<a name='versions'></a>
<h2>История версий <a href='#main'>В начало</a></h2>
<p>
<strong>Версия 1.1.1:</strong>
</p>
<ul>
<li>Исправлена неправильная строка bb-ода с превью скриншота, загружаемого на 'imgur'.</li>
<li>справлено аварийное завершение приложения при наличии в конфигурационном файле параметра "showTrayIcon=false".</li>
</ul>
<p>
<strong>Версия 1.1:</strong>
</p>
Expand Down

0 comments on commit 07ef446

Please sign in to comment.