summarylogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-09-22 17:28:10 +0100
committerJonathon Fernyhough2019-09-22 17:28:10 +0100
commit8f4aac9e74e01438861b3cbfefec9ce7a9f3837a (patch)
tree23c498ba47ccced83eb592ca746921cea6d35637 /ChangeLog
parent7c09637cd30e23f147ffe1800da37d4001013ba5 (diff)
downloadaur-8f4aac9e74e01438861b3cbfefec9ce7a9f3837a.tar.gz
hopper-4.5.16-1
[upstream] * 4.5.16 - Adds IPA file loader (note: ciphered IPA taken from the AppStore will still be ciphered, obviously...) - Fixes an issue with contextual right mouse menu not targeting the right document - Fixes memory leaks * 4.5.15 - Fixes an UI issue with right click menu where the target document was not properly selected - Improves the C preprocessor, adding directives like #elif - Adds parsing of extended Objective-C category fields * 4.5.14 - Adds support for Intel HEX file format - Fixes a graphical issue on files with a segment beginning at address 0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ca29adf0662..fc2fde3aa2d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+4.5.16 (2019-09-18 13:45:00)
+
+ Adds IPA file loader (note: ciphered IPA taken from the AppStore will still be ciphered, obviously...),
+ Fixes an issue with contextual right mouse menu not targeting the right document,
+ Fixes memory leaks.
+
+4.5.15 (2019-09-05 12:03:03)
+
+ Fixes an UI issue with right click menu where the target document was not properly selected,
+ Improves the C preprocessor, adding directives like #elif,
+ Adds parsing of extended Objective-C category fields.
+
+4.5.14 (2019-08-13 17:22:09)
+
+ Adds support for Intel HEX file format,
+ Fixes a graphical issue on files with a segment beginning at address 0.
+
4.5.13 (2019-07-08 15:04:21)
Fixes a crash when using "po" and "expr" LLDB commands in the debugger panel,