Releases: trailofbits/qt-multiplier
Releases · trailofbits/qt-multiplier
qt-multiplier 3908062
Immutable
release. Only release title and notes can be modified.
Built against multiplier 3d07cd5
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.3.0_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-3d07cd5-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"qt-multiplier a6369d5
Immutable
release. Only release title and notes can be modified.
Built against multiplier 3d07cd5
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.3.0_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-3d07cd5-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"qt-multiplier 4217390
Immutable
release. Only release title and notes can be modified.
Built against multiplier 9970c91
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.3.0_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-9970c91-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"qt-multiplier 3c8e2e1
Immutable
release. Only release title and notes can be modified.
Built against multiplier 6ed2e1e
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.2.0_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-6ed2e1e-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"qt-multiplier b57bd7d
Immutable
release. Only release title and notes can be modified.
Built against multiplier c620dcc
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.1.2_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-c620dcc-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"qt-multiplier 27265a2
Built against multiplier d5fd686
Install
Ubuntu 24.04 (DEB):
sudo apt install ./multiplier-1.1.2_1.linux_x86_64.deb
sudo ldconfigPortable (any Linux):
tar -xf qt-multiplier-d5fd686-ubuntu-24.04.tar.xz
export PATH="$(pwd)/multiplier/bin:$PATH"
export LD_LIBRARY_PATH="$(pwd)/multiplier/lib:$LD_LIBRARY_PATH"v1.1.0
What's Changed
- IReferenceExplorer: Remove drag and drop support by @alessandrogario in #200
- Update APIs by @pgoodman in #203
- ICodeView: Add support for global highlights by @alessandrogario in #204
- Various small bugfixes by @alessandrogario in #205
- Global highlighting enhancements by @alessandrogario in #206
- packaging: Add missing dependencies to the .deb package by @alessandrogario in #208
- ReferenceExplorer: Add support for global highlights by @alessandrogario in #207
- Refactor by @alessandrogario in #209
- ICodeView: Fix code model update issue by @alessandrogario in #210
- MainWindow: Do not use PhantomStyle on Linux by @alessandrogario in #213
- IDatabase: Migrate the component to the new token tree API by @pgoodman in #211
- More entity information by @pgoodman in #214
- Recovers previously lost fixes for proper scroll-to-line. by @pgoodman in #216
- ThemeManager: Refactor theme management by @alessandrogario in #217
- Fix some categorizations of stuff in the info browser. Update to late… by @pgoodman in #218
- EntityExplorer: Fix theme manager support by @alessandrogario in #221
- IDatabase: Improve cancellation for info explorer requests by @alessandrogario in #222
- Fix more categorization stuff in info browser. Update multiplier and … by @pgoodman in #220
- IGlobalHighlighter: Implement color editor by @alessandrogario in #227
- Fixes a bug with the history browser. by @pgoodman in #228
- Update build.yml by @pgoodman in #219
- MainWindow: Convert QTabBar touchpad input to mouse scrolling by @alessandrogario in #229
- ReferenceExplorer: Increase splitter handle sizes, add size grip by @alessandrogario in #237
- EntityExplorer: Improve the query parameters by @alessandrogario in #238
- MainWindow: Configurable default ref explorer preview visibility by @alessandrogario in #239
- ProjectExplorer: Do not auto-expand entries, display full path as tooltip by @alessandrogario in #240
- Don't change make alterations to the info browser when a main view hi… by @pgoodman in #242
- MainWindow: Show the full file path when hovering code view tabs by @alessandrogario in #253
- CodeView: Add zoom in/out/reset shortcuts by @alessandrogario in #255
- cmake: Update the version to v1.1.0 by @alessandrogario in #256
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- ReferenceExplorer: Fix manual sorting through the tree view header bar by @alessandrogario in #172
- IndexView: Default ascending sorting, add sort options to the context menu by @alessandrogario in #171
- Interactive code preview by @alessandrogario in #174
- MainWindow: Add a shortcut to close the active code tab by @alessandrogario in #176
- ReferenceExplorer: Enable auto scrolling to support keyboard navigation by @alessandrogario in #175
- QuickCodeView: The widget should forward all events except Hover by @alessandrogario in #177
- MainWindow: Add CMD+W support to the reference explorer tab widget by @alessandrogario in #179
- More classifications and data recorded in the info browser. Update PA… by @pgoodman in #181
- Fix incorrect grouping of address-of into dereference section in information browser by @pgoodman in #183
- Initial attempt at a light theme. Pass in '--theme light' or '--theme… by @pgoodman in #184
- Reference Explorer improvements by @alessandrogario in #185
- Fix reference explorer crash by @alessandrogario in #186
- QuickReferenceExplorer: Forward events if the code preview is hidden by @alessandrogario in #187
- docs: Add some initial UI documentation by @alessandrogario in #188
- ReferenceExplorer: Always update the hidden code preview by @alessandrogario in #189
- Fix event loop issue in the Reference Explorer by @alessandrogario in #190
- Fix light theme style issues by @alessandrogario in #191
- Main window tweaks by @alessandrogario in #192
- libs: Update multiplier, pasta by @alessandrogario in #193
- Update to latest pasta and multiplier. by @pgoodman in #196
- ICodeView: Convert the model to QAbstractItemModel by @alessandrogario in #195
- Backup macro find by @pgoodman in #199
- misc: Add initial Linux support by @alessandrogario in #198
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- ReferenceExplorer: Add initial support for breadcrumbs by @alessandrogario in #165
- Update PASTA and Multiplier by @pgoodman in #167
- Update dependencies, including cxx-common by @pgoodman in #169
- cmake: Update the version to v1.0.8 by @alessandrogario in #170
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
- SearchWidget: Add initial history support by @alessandrogario in #152
- InformationExplorer: Use the entity id if the location is not unique by @alessandrogario in #154
- SearchWidget: Pressing return now triggers the next search result by @alessandrogario in #155
- MainWindow: Add support for hover-activated code previews by @alessandrogario in #156
- InformationExplorer: Integrate the HistoryWidget component by @alessandrogario in #153
- InformationExplorer: Set displayed entity name to the callee by @pgoodman in #158
- MainWindow: Use the function name for code preview titlebars by @pgoodman in #159
- libs: Update vendored pasta by @pgoodman in #160
- CodeView: Fix line numbers bug affecting word wrapping by @alessandrogario in #163
- Update vendored Multiplier, Pasta by @pgoodman in #162
- cmake: Update the version to v1.0.7 by @alessandrogario in #164
Full Changelog: v1.0.6...v1.0.7