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

Latest commit

 

History

History
118 lines (71 loc) · 7.5 KB

CHANGELOG.md

File metadata and controls

118 lines (71 loc) · 7.5 KB

Changelog

1.0.0 (2023-08-06)

What's Changed

  • chore!: release 1.0 and archive notice by @Mouwrice in #107

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.7.0...v1.0.0

0.7.0 (2023-08-04)

What's Changed

  • docs: readme by @jitsedesmet in #105
  • feat: editor component by @jitsedesmet in #102

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.6.0...v0.7.0

0.6.0 (2023-08-03)

What's Changed

  • fix: read dex files instead of just converting by @Mouwrice in #99
  • chore(deps): remove mpfilepicker and strict jvmtoolchain settings by @Mouwrice in #98
  • feat: package collapsible tree view by @jitsedesmet in #97
  • feat: async loading of files by @jitsedesmet in #101
  • feat: add a (regex capable) search bar to the outline by @Mouwrice in #103

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.5.0...v0.6.0

0.5.0 (2023-08-02)

What's Changed

  • ci: force gradle to always use the latest snapshot version by @Mouwrice in #93
  • feat: save button by @jitsedesmet in #91
  • fix: navigate to specific evaluation functionality restored by @jitsedesmet in #92

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.4.0...v0.5.0

0.4.0 (2023-08-01)

What's Changed

  • feat: lazy evaluation by @jitsedesmet in #77
  • feat: support multiple file formats by @Mouwrice in #81
  • feat: only evaluate method when clicked on by @jitsedesmet in #82
  • refactor: keeping classpool in memory by @jitsedesmet in #83
  • ci: set the toolchain to be vendor specific to support macOS builds with conveyor by @Mouwrice in #86
  • feat: working implementation for picking value factory by @jitsedesmet in #84
  • fix: add icon to the packaged applications by @Mouwrice in #87

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.3.3...v0.4.0

0.3.3 (2023-07-30)

What's Changed

  • fix(deps): update dependency com.materialkolor:material-kolor to v1.2.2 by @renovate in #75

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.3.2...v0.3.3

0.3.2 (2023-07-28)

What's Changed

  • fix: set the correct app name by @Mouwrice in #73

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.3.1...v0.3.2

0.3.1 (2023-07-28)

What's Changed

  • fix: jsr issue by @jitsedesmet in #71

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.3.0...v0.3.1

0.3.0 (2023-07-28)

What's Changed

  • fix(deps): update dependency com.materialkolor:material-kolor to v1.2.1 by @renovate in #68
  • feat: remember the status per code attribute instead of having one global state by @Mouwrice in #70

Full Changelog: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.2.0...v0.3.0

0.2.0 (2023-07-27)

Features

Bug Fixes

  • deps: update dependency com.materialkolor:material-kolor to v1.2.0 (#20) (8245ae1)
  • remove padding from InstructionViewer (#59) (be7d6e6)

0.1.1 (2023-07-23)

Bug Fixes