mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Updated version number to 0.7.1.
Added release date of 22 June 2015, and updated changelogs.
This commit is contained in:
@@ -533,12 +533,13 @@ A copy of the license is included in the file named "GNU FDL v1.3.txt".</blockqu
|
||||
<h2 id="history">Version History</h2>
|
||||
<p>Only program history is recorded here. A full history of masterlist changes may be viewed by browsing the GitHub repositories.
|
||||
|
||||
<h3>0.7.1 - <i>X Y 2015</i></h3>
|
||||
<h3>0.7.1 - <i>22 June 2015</i></h3>
|
||||
<ul>
|
||||
<li>Fixed LOOT UI opening in default browser on launch.</li>
|
||||
<li>Fixed <q>No existing load order position</q> errors when sorting.</li>
|
||||
<li>Fixed message filters being ignored by plugin cards after navigating the list.</li>
|
||||
<li>Fixed output of Bash Tag removal suggestions in userlists and the API's `loot_write_minimal_list()`.
|
||||
<li>Fixed display of masterlist revisions where they were wrongly interpreted as numbers.</li>
|
||||
<li>Moved content filter into Filters sidebar tab. The <kbd>Ctrl-F</kbd> keyboard shortcut no longer focusses the content filter.</li>
|
||||
<li>Checkbox-toggled filters now have their last state restored on launch.</li>
|
||||
<li>Darkened background behind cards to increase contrast.</li>
|
||||
|
||||
+6
-1
@@ -25,7 +25,7 @@
|
||||
/**
|
||||
* @mainpage
|
||||
* @author WrinklyNinja
|
||||
* @version 0.7.0
|
||||
* @version 0.7.1
|
||||
* @copyright
|
||||
* The LOOT API is distributed under the GNU General Public License v3.0.
|
||||
* For the full text of the license, see the "GNU GPL v3.txt" file
|
||||
@@ -61,6 +61,11 @@
|
||||
* "docs/licenses/Licenses.txt" file.
|
||||
*
|
||||
* @section history_sec Version History
|
||||
* ## 0.7.1 - *22 June 2015*
|
||||
*
|
||||
* * Fixed "No existing load order position" errors when sorting.
|
||||
* * Fixed output of Bash Tag removal suggestions in `loot_write_minimal_list()`.
|
||||
*
|
||||
* ## 0.7.0 - *20 May 2015*
|
||||
*
|
||||
* * Initial API release.
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace loot {
|
||||
//Version numbers.
|
||||
const unsigned int g_version_major = 0;
|
||||
const unsigned int g_version_minor = 7;
|
||||
const unsigned int g_version_patch = 0;
|
||||
const unsigned int g_version_patch = 1;
|
||||
|
||||
// Build revision
|
||||
const char * g_build_revision = "@GIT_COMMIT_STRING@";
|
||||
|
||||
+23
-23
@@ -15,9 +15,9 @@
|
||||
Unicode true
|
||||
|
||||
;Name, file and version info for installer.
|
||||
Name "LOOT v0.7.0"
|
||||
Name "LOOT v0.7.1"
|
||||
OutFile "..\build\LOOT Installer.exe"
|
||||
VIProductVersion 0.7.0.0
|
||||
VIProductVersion 0.7.1.0
|
||||
|
||||
;Request application privileges for Windows Vista/7
|
||||
RequestExecutionLevel admin
|
||||
@@ -143,8 +143,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Installer for LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_ENGLISH} "LOOT is already installed, and must be uninstalled before continuing. $\n$\nClick `OK` to remove the previous version or `Cancel` to cancel this upgrade."
|
||||
LangString TEXT_RUN ${LANG_ENGLISH} "Run LOOT"
|
||||
@@ -158,8 +158,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileDescription" "Установщик для LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileDescription" "Установщик для LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_RUSSIAN} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_RUSSIAN} "LOOT уже установлен и должен быть удален перед продолжением. $\n$\nНажмите `OK` для удаления предыдущей версии или `Отмена` для отмены обновления."
|
||||
LangString TEXT_RUN ${LANG_RUSSIAN} "Запустить LOOT"
|
||||
@@ -173,8 +173,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "FileDescription" "Programme d'installation pour LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "FileDescription" "Programme d'installation pour LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_FRENCH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_FRENCH} "LOOT est déjà installé, et doit être désinstallé avant de continuer. $\n$\nCliquer sur `OK` pour désinstaller la version précédente ou 'Annuler' pour annuler la mise à jour."
|
||||
LangString TEXT_RUN ${LANG_FRENCH} "Lancer LOOT"
|
||||
@@ -188,8 +188,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "FileDescription" "El instalador para LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "FileDescription" "El instalador para LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_SPANISH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_SPANISH} "LOOT está instalado, y debe ser desinstalado antes de continuar. $\n$\nPresione `OK` para eliminar la versión anterior o `Cancel` para cancelar la actualización."
|
||||
LangString TEXT_RUN ${LANG_SPANISH} "Ejecutar LOOT"
|
||||
@@ -203,8 +203,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "LOOT 0.7.0安装包"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileDescription" "LOOT 0.7.1安装包"
|
||||
VIAddVersionKey /LANG=${LANG_SIMPCHINESE} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_SIMPCHINESE} "检测到旧版LOOT,您需要先卸载旧版才能安装新版。$\n$\n点击“确定”卸载旧版本或者“取消”取消更新。"
|
||||
LangString TEXT_RUN ${LANG_SIMPCHINESE} "运行LOOT"
|
||||
@@ -218,8 +218,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "FileDescription" "Instalator dla LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "FileDescription" "Instalator dla LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_POLISH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_POLISH} "LOOT jest już zainstalowany i musi zostać odinstalowany przed instalowaniem tej wersji. $\n$\nClick `OK` aby odinstalować lub `Cancel` aby anulować aktualizację."
|
||||
LangString TEXT_RUN ${LANG_POLISH} " Uruchom LOOT"
|
||||
@@ -233,8 +233,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "FileDescription" "LOOT 0.7.0 Asennusohjelma"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "FileDescription" "LOOT 0.7.1 Asennusohjelma"
|
||||
VIAddVersionKey /LANG=${LANG_FINNISH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_FINNISH} "LOOT on jo asennettu ja vanha asennus on poistettava ennen jatkamista. $\n$\nKlikkaa 'OK' poistaaksesi vanhan version tai 'Peruuta' peruuttaaksesi päivityksen."
|
||||
LangString TEXT_RUN ${LANG_FINNISH} "Käynnistä LOOT"
|
||||
@@ -248,8 +248,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "FileDescription" "Installationsprogramm LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "FileDescription" "Installationsprogramm LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_GERMAN} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_GERMAN} "LOOT ist bereits installiert und muss zunächst deinstalliert werden. $\n$\nKlicken Sie auf 'OK', um die frühere Version zu deinstallieren oder auf 'Abbrechen', um diese Installation abzubrechen."
|
||||
LangString TEXT_RUN ${LANG_GERMAN} "LOOT starten"
|
||||
@@ -263,8 +263,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "FileDescription" "Installationsprogram for LOOT 0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "FileDescription" "Installationsprogram for LOOT 0.7.1"
|
||||
VIAddVersionKey /LANG=${LANG_DANISH} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_DANISH} "LOOT er allerede installeret og skal afinstalleres før du fortsætter. $\n$\nTryk på »OK« for at fjerne den forrige version eller »Annuller« for at annullere opdateringen."
|
||||
LangString TEXT_RUN ${LANG_DANISH} "Kør LOOT"
|
||||
@@ -278,8 +278,8 @@ FunctionEnd
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "ProductName" "LOOT"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "CompanyName" "LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "LegalCopyright" "© 2009-2015 LOOT Team"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "FileDescription" "LOOT 0.7.0 인스톨러"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "FileVersion" "0.7.0"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "FileDescription" "LOOT 0.7.1 인스톨러"
|
||||
VIAddVersionKey /LANG=${LANG_KOREAN} "FileVersion" "0.7.1"
|
||||
|
||||
LangString TEXT_MESSAGEBOX ${LANG_KOREAN} "Loot가 이미 설치되있으며, 진행하기 전에 제거해야합니다. $\n$\n'확인'을 클릭하면 이전 버전을 제거하며, '취소'를 클릭하면 업그레이드를 취소합니다."
|
||||
LangString TEXT_RUN ${LANG_KOREAN} "LOOT 실행"
|
||||
@@ -467,7 +467,7 @@ FunctionEnd
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "URLInfoAbout" 'http://loot.github.io/'
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "HelpLink" 'http://loot.github.io/'
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "Publisher" 'LOOT Development Team'
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "DisplayVersion" '0.7.0'
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "DisplayVersion" '0.7.1'
|
||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "NoModify" 1
|
||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\LOOT" "NoRepair" 1
|
||||
|
||||
|
||||
+4
-4
@@ -1,7 +1,7 @@
|
||||
#include "gui/resource.h"
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0, 7, 0, 0
|
||||
PRODUCTVERSION 0, 7, 0, 0
|
||||
FILEVERSION 0, 7, 1, 0
|
||||
PRODUCTVERSION 0, 7, 1, 0
|
||||
FILEOS VOS__WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
BEGIN
|
||||
@@ -9,9 +9,9 @@ BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileVersion", "0.7.0"
|
||||
VALUE "FileVersion", "0.7.1"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2013-2015 WrinklyNinja"
|
||||
VALUE "ProductVersion", "0.7.0"
|
||||
VALUE "ProductVersion", "0.7.1"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
Reference in New Issue
Block a user