Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 9237fd8

Browse files
chore(main): release 0.2.0 (#36)
Co-authored-by: Maurice Van Wassenhove <[email protected]>
1 parent dd89560 commit 9237fd8

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.1.1...v0.2.0) (2023-07-27)
4+
5+
6+
### Features
7+
8+
* auto focus ([#46](https://github.com/Mouwrice/proguard-core-visualizer/issues/46)) ([2f27b32](https://github.com/Mouwrice/proguard-core-visualizer/commit/2f27b3208a51fdf4ca606fa9e00fa68c8c0863a5))
9+
* display catch blocks when evaluated ([#37](https://github.com/Mouwrice/proguard-core-visualizer/issues/37)) ([2b9d770](https://github.com/Mouwrice/proguard-core-visualizer/commit/2b9d770d51eaa699eda8cb588f9e70c55ffb5251))
10+
* implement tree view ([#51](https://github.com/Mouwrice/proguard-core-visualizer/issues/51)) ([3cf30ac](https://github.com/Mouwrice/proguard-core-visualizer/commit/3cf30ac0fccf95a4f596b78e70d81f1d0f731dfa))
11+
* jump to result ([#58](https://github.com/Mouwrice/proguard-core-visualizer/issues/58)) ([dd89560](https://github.com/Mouwrice/proguard-core-visualizer/commit/dd89560f2c8a321273c49c75a9c0a88e5238c7bf))
12+
* method picker ([#43](https://github.com/Mouwrice/proguard-core-visualizer/issues/43)) ([9ed5ebe](https://github.com/Mouwrice/proguard-core-visualizer/commit/9ed5ebe19154cf0f0f81627181e296a71092366a))
13+
* scrollbars ([#41](https://github.com/Mouwrice/proguard-core-visualizer/issues/41)) ([1e541d6](https://github.com/Mouwrice/proguard-core-visualizer/commit/1e541d6e5628d9b2c2ed9df2884c37061da7a456))
14+
* show whitespace to align the offset numbers ([#38](https://github.com/Mouwrice/proguard-core-visualizer/issues/38)) ([293870e](https://github.com/Mouwrice/proguard-core-visualizer/commit/293870eebc336eb73ab50f827daf5d349ccd075d))
15+
* support jar files ([#57](https://github.com/Mouwrice/proguard-core-visualizer/issues/57)) ([9225426](https://github.com/Mouwrice/proguard-core-visualizer/commit/922542659b2004e0e295d6791a3a2fb62ccbc065))
16+
* switch between showing evaluations and results ([#42](https://github.com/Mouwrice/proguard-core-visualizer/issues/42)) ([04ee6dc](https://github.com/Mouwrice/proguard-core-visualizer/commit/04ee6dc327949bd7fe871d06ed04fbf3bd34ea64))
17+
* use new format & data classes ([#19](https://github.com/Mouwrice/proguard-core-visualizer/issues/19)) ([8086aa1](https://github.com/Mouwrice/proguard-core-visualizer/commit/8086aa16d3debf7e9eaede5d090e08c2c439aa44))
18+
* use own serializer files ([#40](https://github.com/Mouwrice/proguard-core-visualizer/issues/40)) ([212a46b](https://github.com/Mouwrice/proguard-core-visualizer/commit/212a46b077955ce1f33e1ace4e3a99e111af90ed))
19+
20+
21+
### Bug Fixes
22+
23+
* **deps:** update dependency com.materialkolor:material-kolor to v1.2.0 ([#20](https://github.com/Mouwrice/proguard-core-visualizer/issues/20)) ([8245ae1](https://github.com/Mouwrice/proguard-core-visualizer/commit/8245ae111f40e96f0f9025cd4c98cccaacbd108f))
24+
* remove padding from InstructionViewer ([#59](https://github.com/Mouwrice/proguard-core-visualizer/issues/59)) ([be7d6e6](https://github.com/Mouwrice/proguard-core-visualizer/commit/be7d6e688d805b781a7c77d881f7e7e7a53bb162))
25+
326
## [0.1.1](https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.1.0...v0.1.1) (2023-07-23)
427

528

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

0 commit comments

Comments
 (0)