Releases: ctc-oss/omega-edit
Releases · ctc-oss/omega-edit
v0.6.1-pre
What's Changed
- mingw32 updates by @scholarsmate in #97
- remove unused size checks by @scholarsmate in #98
- javascript workflow by @scholarsmate in #99
- build under centos 8 and ubuntu 20 by @scholarsmate in #100
- add docker readme by @scholarsmate in #101
- remove swig requirement from cmake by @scholarsmate in #102
- add license scan report and status by @fossabot in #103
- remove ansi-regex by @scholarsmate in #104
- code reorg by @scholarsmate in #106
- code coverage by @scholarsmate in #105
- Docker readme by @scholarsmate in #107
- v0.6.1 by @scholarsmate in #109
Full Changelog: v0.6.0...v0.6.1
Ωedit v0.6.0-pre
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
C/C++ functions fully operational
All the Omega Edit functions are fully operational and have been successfully tested.
What's Changed
- add session change callback and viewport capacity limit by @scholarsmate in #12
- implement session edit model by @scholarsmate in #15
- vignettes by @scholarsmate in #16
- add rotate application to tests by @scholarsmate in #17
Full Changelog: v0.1.1...v0.5.0
v0.1.1-pre
What's Changed
- cmake commands by @shanedell in #1
- add assert debug check by @scholarsmate in #4
- Unit Test CI by @shanedell in #2
- Create codeql-analysis.yml by @scholarsmate in #3
- add apache 2.0 license by @scholarsmate in #7
- add bindings by @scholarsmate in #6
- add bug url to package.json by @shanedell in #8
* add bit offset support by @scholarsmate in #10 - v0.1.1 by @shanedell in #11
New Contributors
- @shanedell made their first contribution in #1
- @scholarsmate made their first contribution in #4
Full Changelog: https://github.com/scholarsmate/omega-edit/commits/v0.1.1