You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a tree to the runProcess window that shows the rules for each book & rules applied, making it easier to check what was processed. Clicking on a entry will only show the rules that were specific to it. A book will show all the rules that apply to that book and each rules under it will show only themselves. It's a WIP.
Fixed infinite loop when replacing a string by itself (ex: Ok => ok).
Added Case Sensitive option to Config GUI (it's only works with Replace right now).