mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Version 1.6
This commit is contained in:
parent
cf951c2016
commit
4f545f9564
@ -1,4 +1,4 @@
|
|||||||
version: '1.5-git-{build}'
|
version: '1.6-git-{build}'
|
||||||
image: 'Visual Studio 2015'
|
image: 'Visual Studio 2015'
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -9,7 +9,7 @@
|
|||||||
| OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32
|
| OS/arch/bits (mandatory) | Debian arm 64, Ubuntu x86 32
|
||||||
| File format of the file you reverse (mandatory) | PE, ELF etc.
|
| File format of the file you reverse (mandatory) | PE, ELF etc.
|
||||||
| Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc.
|
| Architecture/bits of the file (mandatory) | PPC, x86/32, x86/64 etc.
|
||||||
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.5 / Using r2 2.6.9-159d16b34550f4
|
| Cutter and r2 version, See About Cutter (mandatory) | Version 1.6 / Using r2 2.7.0
|
||||||
| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/
|
| Show version information **full output** (See About Cutter) in a pastebin document (mandatory) | https://gist.github.com/
|
||||||
|
|
||||||
### Expected behavior
|
### Expected behavior
|
||||||
|
@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
|
|||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||||
include(DisallowInSource)
|
include(DisallowInSource)
|
||||||
|
|
||||||
project(Cutter VERSION 1.5)
|
project(Cutter VERSION 1.6)
|
||||||
|
|
||||||
option(CUTTER_ENABLE_JUPYTER "Enable Jupyter integration. Requires Python >= 3.3." ON)
|
option(CUTTER_ENABLE_JUPYTER "Enable Jupyter integration. Requires Python >= 3.3." ON)
|
||||||
option(CUTTER_ENABLE_QTWEBENGINE "Use QtWebEngine for in-app Jupyter Browser. Unused if CUTTER_ENABLE_JUPYTER=OFF." ON)
|
option(CUTTER_ENABLE_QTWEBENGINE "Use QtWebEngine for in-app Jupyter Browser. Unused if CUTTER_ENABLE_JUPYTER=OFF." ON)
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<url type="homepage">http://beta.rada.re/en/latest/cutter.html</url>
|
<url type="homepage">http://beta.rada.re/en/latest/cutter.html</url>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="1.6" date="2018-07-13" />
|
||||||
<release version="1.5" date="2018-07-02" />
|
<release version="1.5" date="2018-07-02" />
|
||||||
<release version="1.4" date="2018-04-24" />
|
<release version="1.4" date="2018-04-24" />
|
||||||
<release version="1.3" date="2018-03-09" />
|
<release version="1.3" date="2018-03-09" />
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define __question(x) (QMessageBox::Yes==QMessageBox::question (this, "Alert", QString(x), QMessageBox::Yes| QMessageBox::No))
|
#define __question(x) (QMessageBox::Yes==QMessageBox::question (this, "Alert", QString(x), QMessageBox::Yes| QMessageBox::No))
|
||||||
|
|
||||||
#define APPNAME "Cutter"
|
#define APPNAME "Cutter"
|
||||||
#define CUTTER_VERSION "1.5"
|
#define CUTTER_VERSION "1.6"
|
||||||
|
|
||||||
#define Core() (CutterCore::getInstance())
|
#define Core() (CutterCore::getInstance())
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ TEMPLATE = app
|
|||||||
TARGET = Cutter
|
TARGET = Cutter
|
||||||
|
|
||||||
# The application version
|
# The application version
|
||||||
VERSION = 1.5
|
VERSION = 1.6
|
||||||
|
|
||||||
ICON = img/cutter.icns
|
ICON = img/cutter.icns
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user