Ωedit v0.6.0-pre
Pre-release
Pre-release
What's Changed
- support multi-byte insert and overwrite by @scholarsmate in #23
- small byte efficiency by @scholarsmate in #26
- sessions can now be created without an open file by @scholarsmate in #28
- add search capability by @scholarsmate in #30
- implement redo by @scholarsmate in #32
- add license function by @scholarsmate in #36
- bindings reorg by @scholarsmate in #37
- file path alternatives to functions taking file pointers by @scholarsmate in #39
- add node examples by @scholarsmate in #40
- generate documentation with doxygen by @scholarsmate in #41
- simplify getting bytes from a change by @scholarsmate in #42
- compute model segment kind by @scholarsmate in #45
- viewport data population is now lazy by @scholarsmate in #46
- remove niche features by @scholarsmate in #47
- session model pointer now unique by @scholarsmate in #48
- add simple example by @scholarsmate in #49
- simplfy API for C strings by @scholarsmate in #50
- update node wrappers for C string support by @scholarsmate in #51
- add utility to generate files of specified length for testing by @scholarsmate in #53
- javascript examples are working using SWIG by @scholarsmate in #54
- mingw unit test github workflow action by @scholarsmate in #57
- add omega_viewport_has_changes function by @scholarsmate in #62
- omega_simple.js example with viewport by @scholarsmate in #63
- expose undone changes by @scholarsmate in #64
- null terminate data segments (#52) by @scholarsmate in #67
- minor simplication to populate_data_segment_ function by @scholarsmate in #68
- matching using match context and no callback by @scholarsmate in #71
- visit changes using a context rather than a callback by @scholarsmate in #72
- test coverage for change visitor functions by @scholarsmate in #76
- add case insensitive matching by @scholarsmate in #78
- add search and replace test example by @scholarsmate in #79
- use raw data segment pointer in union instead of unique_ptr by @scholarsmate in #80
- standardize license header by @scholarsmate in #88
- add pause/resume viewport callbacks by @scholarsmate in #89
- expose omega_viewport_execute_callback function by @scholarsmate in #90
Full Changelog: v0.5.0...v0.6.0