Releases: ctc-oss/omega-edit
Releases · ctc-oss/omega-edit
v0.9.4
Ωedit v0.9.4
v0.9.3
Ωedit v0.9.3
Ωedit v0.9.2
v0.9.2
v0.8.3
Ωedit v0.8.3
v0.8.2
Ωedit v0.8.2
v0.8.1
Ωedit v0.8.1
v0.8.0
Ωedit v0.8.0
Ωedit v0.7.0-pre
What's Changed
- Rename match search by @scholarsmate in #112
- Cross compatible by @shanedell in #114
- add version information by @scholarsmate in #116
- Electron by @shanedell in #115
- js fixes by @scholarsmate in #117
- chai assertions by @scholarsmate in #118
- update copyright year by @scholarsmate in #119
- add sphinx-built documentation by @scholarsmate in #120
- make omega_edit_save atomic by @scholarsmate in #121
- add devcontainer support by @scholarsmate in #131
- update documentation requirements by @scholarsmate in #132
- save with optional overwrite by @scholarsmate in #135
- Java Bindings by @shanedell in #138
- update omega_license_get copyright with additional year by @scholarsmate in #139
- integrate cwalk for cross-platform path handling by @scholarsmate in #140
- reduce the min required cmake version by @scholarsmate in #142
- Adding Windows to Release by @shanedell in #144
- session checkpoints and generic byte transformations by @scholarsmate in #147
- callback enhancements by @scholarsmate in #151
- node dependency updates by @scholarsmate in #153
- add documentation link to readme by @scholarsmate in #154
- change iteration more ideomatic by @scholarsmate in #156
- readme section on versioning by @scholarsmate in #157
Full Changelog: v0.6.1...v0.7.0
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