File ox.changes of Package ox

-------------------------------------------------------------------
Fri Mar 14 02:43:12 UTC 2025 - dead_mozay@opensuse.org

- Update to version 0.7.7:
  * Return early from various search functions when the target is empty

-------------------------------------------------------------------
Wed Dec 25 03:02:11 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.6:
  * attempted to fix pasting issues
  * Changed around shell field on windows to fail silently
  * Reintroduced shell field on windows terminal configuration
  * Attempted to fix issue with terminals not playing nicely on windows
  * Cleaned up errors and warnings on windows
  * Massively improved ANSI removal on terminals
  * Added ruby support to runner
  * Fixed issues with runner terminal not updating
  * Added very basic run_file functionality
  * Model choice in the configuration assistant
  * Added ChatGPT and Claude support
  * Attempt to fix syntax highlighting update issues
  * Various fixes
  * AI set-up in configuration assistant
  * Better handling of API key
  * Added basic AI plug-in
  * Removed terminal feature from windows systems to restore windows binaries

-------------------------------------------------------------------
Tue Dec 17 03:31:50 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.5:
  * Fixed issue with syntax and undo/redo when overwriting selection
  * Add in file type definition for nushell
  * Force pointer position away from any other weird splits opened in the editor
  * Fixed issue with opening file tree on start up
  * Fixed issue where selection in file tree disappears on move
  * Fixed issue with rust's weird IsADirectory error
  * added mouse support for terminal
  * write update thread
  * configurable shells
  * Pre-loaded commands in the terminal opening api
  * Reverted terminal prevention of config key bindings
  * Fixed issues with terminal rendering
  * Stopped plug-ins and config file from activating in non-atoms
  * Added more terminal interaction
  * very basic terminal opening and rendering
  * Integrated terminal into the split system
  * Added pseudoterminal utility
  * More accurate old_ptr caching

-------------------------------------------------------------------
Mon Dec 09 03:00:15 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.4:
  * Fixed help message not showing when opening multiple files in single atom
  * Ensured cwd updates when using splits
  * Used different showcase image
  * Update README.md
  * Added showcase file locally
  * Update README.md
  * Update README.md
  * Added a few comments
  * Fixed bug with wrong save as file being used
  * Added keyboard shortcuts for focussing splits
  * Further attempt to reduce issues regarding cwd
  * Attempt to fix cwd and odd file confusion bug
  * Removed need to focus when clicking on file tree
  * Added mouse interaction with file tree
  * Stopped panics using mouse with the file tree
  * Proper closing in relation to file tree and cleaner file layout structure
  * Rejection of opening directories
  * Update README.md
  * Update README.md
  * Update README.md
  * Added new/delete/move/copy options to file tree
  * Added convenient file tree shortcuts
  * Option to back up to parent directory
  * Better file tree width management
  * Theme specific icon colours
  * Language icon colours can be configured
  * adjusted todo plug-in colour
  * adjusted some language colours
  * rustfmt
  * Added colours to file types and file tree
  * Added file tree icon options to configuration assistant
  * Configuration option for icons and language icons
  * Added language-specific icons
  * Added nice file tree colour schemes to all themes
  * Added configuration options for file tree
  * Directory expansion
  * Fixed error with handling event errors
  * Improved opening files from the file tree
  * rustfmt
  * Small refactor, better focusing
  * Further made autoindent resistant to errors and moving filetree selection
  * Better focus and added basic tree selection
  * rustfmt
  * Rendered file tree structure
  * rustfmt
  * Added file tree backend
  * File tree will no longer clog up tree and cause crashes
  * Gave file tree a background and prevented some plug-in errors
  * rustfmt
  * Added very very early file tree logic (and made everything non-doc-safe)
  * version bumps

-------------------------------------------------------------------
Mon Dec 02 03:34:40 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.3:
  * Further reduced calls to git plugin
  * Macros and multicursors play nicer with undo/redo
  * Faster highlighter instantiation (synoptic update)
  * Ensured render is complete on resize (just in case)
  * More small optimisations
  * Reduced calls to doc in renderer
  * Small efficiency adjustments
  * Updated synoptic to fix tokens not being registered
  * Fixed issues with using wrong offset when the mouse clicks in a different pane
  * Fixed issues with lua patternmatching interference in quickcomment
  * Fatal errors prevent upset terminal state
  * Improved config assistant with new fields and better messages
  * Fixed issue with greeting message being rendered in the wrong places
  * Fixed issue with initial document state being lost when using plug-in api
  * Fixed error in pairs plug-in
  * Copy and pasting now works properly in macros
  * Fixed issue with save as not updating document type and highlighter
  * Fixed errors caused by quickcomment
  * Fixed bug with autocomment and made it work properly with selection
  * Tab line separators can now be enabled/disabled
  * Tabs now render much better when going out of range
  * Refuse to render help message on splits due to awkwardness
  * Editing on a different line will trigger an event manager commit
  * Long feedback lines are now trimmed appropriately
  * Stop event management commits during paste
  * Left arrow key in path prompt will move up a directory quickly
  * bumped cargo version
  * Added colour configuration to split dividers
  * Smoother split junction characters
  * More efficient git plug-in with 10 second refresh limit
  * Added default16 and omni themes
  * Added more file opening error handling options
  * Added more file opening error handling options
  * version bumps (and new clippy lints)

-------------------------------------------------------------------
Fri Nov 29 03:05:40 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.2:
  * Fixed mlua's userdataborrowmuterror issue when opening duplicate files from cli
  * Fixed issues with resizing
  * Removed debug infrastructure from code
  * Fixed replace feature not rendering correctly
  * Fixed mouse not taking into account x offset
  * Ran through clippy lints
  * Completely rewrote super dodgy span algorithm
  * Splits can now be grown/shrunk with an optional size parameter
  * Much better resizing split command
  * Simplified intro and added more info to README
  * Fixed horizontal bars being placed where they shouldn't
  * Used geometric implementation when moving split focus
  * Reworked mouse feature to work with splits
  * Fixed status line disk indicator issue when working with splits
  * Made it so documents are always the correct size
  * Fixed some more rendering issues
  * Fixed some rendering issues
  * Proper quitting implementation with splits
  * Fixed bug with splits not rendering correctly
  * Fixed cursor and selection issues
  * Added split control command
  * Added backend API for creating splits
  * Started split API and restored help message
  * Slightly cleaner code
  * Groundwork for splits

-------------------------------------------------------------------
Mon Nov 18 05:44:47 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.1:
  * Fixed further selection issues (and cleaned up unclear indices in rendering)
  * Added more entries to quickcomment
  * fixed tab line causing panic on tiny windows and unicode selection bug
  * Much better line selection
  * Unicode safety over word selection
  * Words now select backwards much nicer than before
  * made it so that Ox can open files with dodgy characters
  * clippy and rustfmt
  * Added render caching for a decent speed up
  * Slight render speed-up
  * Sped up rendering by only getting selection information once
  * Fixed synoptic dependency
  * Improved efficiency in word traversal

-------------------------------------------------------------------
Fri Nov 08 04:05:50 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.7.0:
  * Prevent multicursor interference when none are present
  * Line trimming speed-up
  * Massive performance improvement in syntax highlighting
  * Fixed issues with multicursors at beginning of document
  * Fixed issues with escaping in syntax highlighting
  * Fixed issues with cursor position when selecting tabs
  * Super small cleanup
  * Fixed issues with selecting over tab characters
  * General improvements to multicursors
  * Prevented backspace interference
  * Better multicursor support
  * Added basic multi cursor event replay
  * Changed around multi cursor clear
  * Added very basic multi-cursor infrastructure
  * Editor speed-up
  * Added macros to Ox
  * Even more efficient rendering
  * Fixed borrow error
  * Fixed errors that were hidden before

-------------------------------------------------------------------
Mon Nov 04 14:43:52 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.10:
  * prevent useless git update
  * More resilient package manager on fresh unix systems
  * Fixed 24bit colour detection
  * Added in-house 256 conversion system for non-true-colour terminals because apple are crazy
  * More advanced build script including deb, rpm and binaries for unix/windows all in one
  * Changed readme wording for crossplatform support
  * Fix various issues on linux side
  * Re-enabled git plug-in on windows with fixes for paths
  * Prevented quote input issues
  * Path prompt now works much better on Windows
  * Emmet plug-in now works on linux and allows whitespace
  * fixed rerender feedback line panics
  * fixed compilation issues
  * even more reinforcement of editor api
  * more reinforcement of editor api
  * Fixed clippy warning
  * More resilient editor API
  * Undid changes to git plugin
  * Better CWD handling utilities
  * Reduced git plug-in spam on windows
  * Modified git plugin to work better on windows
  * Fixed forced icons in git plug-in in configuration assistant
  * Don't clear feedback on resize
  * Made plugin updating system crossplatform
  * Enforced order of built in plug-ins
  * Added key normalisation across platforms
  * Fixed issue with plug-ins not able to be loaded on Windows
  * Used correct path separation
  * Prevented strange terminal hijacking in windows
  * Made it so the plug-in directory is created if it isn't already created
  * Unimplemented shell spawning on windows
  * Fixed platform mismatch in shell API
  * Attempted to update shell:spawn and shell:kill to work on windows
  * Attempted to modify shell API to work on windows
  * Adjusted plug-in APIs to work better on windows
  * Changed around networking on windows to use curl
  * Greeting message does not hide on resize
  * Globally ignore all key release events
  * Added some adjustments to allow basic Ox editing to work normally on Windows
  * Added plug-in update command
  * Live HTML can now refresh on save (new default)
  * Live HTML can now track alternative files
  * Improved interaction with event stack amongst plug-ins and default config and fixed rehighlighting issues
  * Autoindent now cursor snaps to prevent awkward cursor movement
  * Fixed issues with blank files being unmodified and haivng to force quit all the time
  * Updated tests to new undo/redo api
  * Cleaner, more effective refactored undo/redo system
  * Less ANSI code spam - more efficient rendering
  * Upped default scroll sensitivity
  * Kaolinite version bump
  * Fixed issue with ` characters in html files for livehtml
  * moved themes around
  * Split up document.rs
  * Stripped back kaolinite
  * Improved word selection
  * Bulk delete selected lines with ctrl+d
  * Added key bindings to select page up and page down
  * Added key bindings to select words left and right
  * Added line selection keyboard shortcuts
  * Fixed inefficiency issues with livehtml plugin
  * Fixed issues with already open error

-------------------------------------------------------------------
Tue Oct 29 02:46:16 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.9:
  * If y movement is out of range, will move to end of document instead
  * Much better built-in plug-in handling when no configuration file is present
  * Fixed out of date information in git plug-in and rustfmt
  * Better handling of errors when opening files from the cli
  * Prevented the same file from being opened multiple times
  * Reduced slowness caused by git plugin
  * General adjustments to readme
  * Much better error reporting from status line errors
  * Made steps to prevent calls to editor API causing panics
  * Fix issues with flattening of moved selection
  * Better tab line rendering with large numbers of files open
  * Added fake cursor in search feature
  * fixed issues with cwd changing during opening of files
  * Added moving of selection up and down
  * Removed annoying autoindent paste help
  * Made search feature live
  * Search and replace candidates are now selected
  * Added keyboard shortcut to bring the cursor back into viewport
  * Tried backpatching the cursor to avoid jumping around
  * Allow plug-ins to update old_cursor
  * Esc key will cancel selection
  * Various changes to the readme
  * Animated demonstration images
  * Added quickcomment to config assistant
  * Added quickcomment plug-in
  * Emmet plug-in will jump to action field in form
  * Autoindent now assists with paste
  * Fixed issues with ranger file manager

-------------------------------------------------------------------
Wed Oct 23 10:46:27 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.8:
  * Fixed rendering issues in greeting message and changed its position
  * Fixed python syntax highlighting
  * Changed around delete word command and changed galaxy theme slightly
  * Fixed some issues with the configuration assistant
  * updated to fit new synoptic version and config assistant can enable icons in git
  * Updated tests and removed redundant code
  * Complete reimplementation of word deletion and moving
  * Fixed cursor position when moving lines up and down
  * Shift tab to dedent lines
  * Improved word traversal
  * Tabs now open in a much better order
  * Fixed line loading bug and commit to event stack when pasting
  * Changed rendering code to prevent artefacts on long lines
  * Fixed particular instances of being able to edit a read only file
  * Fixed issue with file path prompt not having a background
  * Fixed minor issues with Rust syntax highlighting
  * Installed plug-ins for user after configuration set-up
  * Added illustrations and clears the screen for different sections
  * Modernised missing plug-in message and added final message to config assistant
  * Added configuration assistant
  * added 3 new colour schemes

-------------------------------------------------------------------
Fri Oct 18 17:33:19 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.7:
  * Fixed autoindent not picking up some lua functions
  * Fixed a few inconsistencies in file type system and improved discordrpc plug-in
  * Prevented unnecessary full rerender in discordrpc plug-in
  * Added comments for each file
  * Added checkout command to git plug-in
  * Better cursor placement after expansion in emmet plug-in
  * fixed todo autocomplete on non-todo files
  * updated todo plug-in to support lowecase x and autofill empty tasks on return
  * Fixed git_branch error handling and restored default git settings
  * updated tests
  * rustfmt
  * Fixed inconsistent moving by word back and forth
  * Added new shell api and simplified all new plug-ins
  * adjustable scrolling sensitivity
  * better rendering of the help message to avoid flickering
  * much better pageup/pagedown
  * rustfmt and simplified issue templates
  * Fixed tab mouseclick issues due to double width characters
  * Added quick and easy goto line command
  * rustfmt
  * Added git plug-in, diff syntax highlighting and fixed discord plugin spam
  * Added tab line interpolation options
  * Updated syntax highlighter
  * Prevented spam
  * Massively improved live html editing
  * Added notification for user
  * Added live HTML plug-in
  * Improved emmet plug-in (fixed space/tab ambiguity)
  * Improved discord rpc plugin
  * Added emmet plugin
  * Improved default markdown syntax highlighting rules
  * Actually added the discord plug-in
  * Added discord rpc plugin
  * Polished rough edges of file type system and added todo list plugin
  * Added typing speed plug-in

-------------------------------------------------------------------
Wed Oct 16 17:21:51 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.6:
  * Added kaolinite tests on word and line selection
  * Complete rework of file type handling and document storage
  * Fixed situation where token highlighting was removed by selection
  * Restored alternative line selection method
  * Added selecting and dragging line selection
  * Select line on clicking right
  * Fixed issue with selection going off the screen
  * Fixed issue with cursor jumping out of bounds in very specific cases
  * Selecting words with a double click
  * fixed inappropriate dedenting in the autoindent plug-in
  * fixed various issues with plug-in management system
  * improved open file path completion and you can now cancel operations

-------------------------------------------------------------------
Wed Oct 09 05:52:43 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.5:
  * added path suggestions when trying to open a file
  * added better commenting
  * fixed crash on stdin usage
  * added in modeline magic and expanded kaolinite testing
  * further cleaned up printing infrastructure and aimed to prevent dim intensity bug on macOS
  * audoindent block dispersal now acknowledges indent
  * prevented general plug-in misbehaviour with the undo/redo feature
  * made it so that empty lines are cleared too to prevent artefacts
  * better undo/redo committing
  * fixed cursor being hidden on searching and replacing
  * always show the cursor on prompt
  * removed flicker by getting rid of terminal clearing
  * Reapply "rearranged how the editor prints to the console using queue" because it introduced flicker
  * Revert "rearranged how the editor prints to the console using queue" because it introduced flicker
  * rearranged how the editor prints to the console using queue
  * reduced fuzz burden
  * enabled networking utilities to be used in the configuration file

-------------------------------------------------------------------
Tue Oct 01 05:18:35 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.4:
  * fixed serious lua error in rust config
  * added config level preference for using spaces over tabs
  * added plugin management system
  * new pomodoro plug-in that re-renders itself on the status line when active
  * massively sped up rendering
  * added more specific rerender functions
  * Added rerender function to editor
  * Version bump and added update notification plug-in
  * Made networking library crossplatform
  * Added networking to plug-in api
  * Added ANSI colour code support to configuration file
  * Fixed hex codes giving the incorrect colour
  * Fixed strange backspace behaviour
  * Better configuration file error reporting
  * Further improved error reporting by avoiding unnecessary location information
  * Cleaned up plug-ins and improved plug-in error reporting
  * added in fuzz test to detect panics
  * ran clippy for cleaner and better code quality
  * added bracketed paste to speed up pasting and avoid plug-in side effects
  * broke up config file into components
  * broke up editor.rs into dedicated module
  * improved error reporting, cleaned up code and added before event mappings
  * fixed some bracket pairs not deleting under certain circumstances
  * updated bracket plug-in to insert spaces between pairs evenly
  * added proper key remapping, allowing all space key bindings to use the word space
  * further improvements to autoindent, completing empty block cleanup and sensible cursor positions
  * improved autoindentation plug-in readability and improved empty block handling

-------------------------------------------------------------------
Fri Sep 27 06:37:30 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.2:
  * plugins can now render on help message and greeting message
  * reduced greeting message and made help message configurable
  * better handling of unknown file types
  * added alternative way of representing space character
  * fixed serious selection issues
  * fixed syntax highlighter panics from undo/redo system
  * removed random file
  * When moving lines up and down, autoindent will automatically adjust them for you
  * Autoindent will take care of bracket pairs
  * Pairs now delete end pairs when start pairs are deleted
  * Autoindent now dedents where appropriate
  * dependency update and fixed issues with modified indicator switching off on failed save
  * updated bracket pairs plug-in to avoid pairing on paste (for real this time)
  * updated bracket pairs plug-in to avoid pairing on paste and intelligently skip end pairs
  * Moved lua code into dedicated lua files
  * Added concept of default plug-ins, which will now load as standard in ox
  * fixed issue with removing selection causing weird cursor issues
  * made sure to update character pointer when restoring snapshots to prevent weird cursor behaviour
  * fixed modification indicator issues
  * Use osc52 for copy
  * Add selection - part 2

-------------------------------------------------------------------
Sat Sep 21 15:34:10 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.1:
  * panic-proofed ox
  * panic-proofed kaolinite
  * cursor no longer goes crazy on tab widths
  * cursor no longer goes crazy on unicode double widths
  * dependency bump and remove flickering issues
  * made it so that oxrc files are highlighted correctly
  * plug-ins can now output to the status line
  * added icon option to status line and tab line
  * added more file path options to tab line and status line format in config
  * added config file reloading

-------------------------------------------------------------------
Fri Sep 20 03:55:51 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.6.0:
  * Updated keybindings in help message and greeting message
  * Updated readme with information regarding new key bindings
  * added smaller default config file
  * warnings when plug-ins can't be found instead of panic
  * added configuration file warning
  * added tab line configuration options
  * added configurable padding to line_numbers
  * added new configuration areas for editor
  * Multiple plug-ins can be run on the same key press trigger
  * Status line no longer needs to be cleared as it is done automatically
  * added back move tab key bindings
  * completed tests and removed old test files
  * improved tests and fixed cursor restoration when moving up/down
  * made start on re-writing tests
  * Ignore failing test for now
  * Format the world
  * updated todo list
  * excluded cactus

-------------------------------------------------------------------
Tue Sep 17 08:03:15 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.5.3:
  * fixed not being able to edit last line of file when EOL is absent
  * fixed crash on replace all
  * update installation instructions
  * clean up better on panic
  * more granular word traversal
  * ignored cactus
  * Hid tarpaulin warnings
  * Got rid of error on underscore
  * supress some warnings
  * Fixed issues with unicode not working
  * Made it so selection colours can be configured
  * Added functionality to scroll left and right
  * Fixed bug with cursor disappearing on exit
  * Updated key binding help and greeting messages
  * Slightly modified copy and added paste functionality, also added back save all key binding
  * Enabled mouse by default and added a few docstrings
  * Add selection - Part 1
  * updated dependencies
  * actually integrated kaolinite
  * Integrated kaolinite into the Ox repository
  * changed around config file slightly
  * updated todo list
  * Changed around scrolling to make it less glitchy
  * Make mouse configurable
  * Disabled mouse capture after exiting
  * fixed panic on search/replace and hidden cursor to avoid glitches
  * updated built-in help message
  * fixed config status line duplication issue and updated welcome message
  * Add basic mouse integration

-------------------------------------------------------------------
Mon Sep 09 03:11:12 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.4.6:
  * completed bug fixes
  * fixed issue with cursor breaking out of bounds when tabs are in the line
  * fixed search issues past the buffer
  * fix panic when searching
  * made undo/redo commit much more, making it actually useable
  * fixed syntax highlighting not updating on replacing
  * corrected readme

-------------------------------------------------------------------
Fri Sep 06 04:24:19 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.4.4:
  * fixed panic on search/replace and hidden cursor to avoid glitches
  * fixed config status line duplication issue and updated welcome message
  * Fix crash when delete char on black document

-------------------------------------------------------------------
Mon Aug 05 10:42:46 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.4.3:
  * uncommented default plug-ins to avoid issues down the line
  * removed unset shift key errors
  * delete word command added
  * wrote auto indent plug-in
  * fixed multiple plug-in issues and added basic auto indent implementation
  * made plug-in import system and fixed multiple key modifiers not being picked up
  * removed demo markdown file
  * added line swapping commands

-------------------------------------------------------------------
Mon Jul 22 09:27:02 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.4.2:
  * fixed editor API not buffering file properly
  * extended API and added syntax sugar for defining syntax highlighting
  * user defined highlighters can now be used
  * syntax highlighting rules can now be defined in lua config file
  * expanded editor API and defined built-in commands in lua for total configuration
  * improved readme

-------------------------------------------------------------------
Mon Jul 22 03:24:40 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.4.1:
  * updated synoptic to fix markdown, add latex and nushell
  * fixed weird syntax highlighter backslash issue
  * editor key bindings and commands can now be modified in config file

-------------------------------------------------------------------
Thu Jul 18 02:52:13 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.3.4:
  * various fixes and updated to latest synoptic version

-------------------------------------------------------------------
Wed Jul 17 05:38:05 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.3.3:
  * fixed a few bugs and updated todo list
  * added stdin input option

-------------------------------------------------------------------
Tue Jul 16 16:59:20 UTC 2024 - dead_mozay@opensuse.org

- Update to version 0.3.2:
  * updated todo list
  * added toggleable help message
  * added command line, and ability to set read only files, and change file type
  * Improved cli
  * Updated todo list
  * Fixed markdown syntax crashing
  * Added delete key functionality
  * Prevented resizing window from making cursor break out of bounds
  * Files that don't exist will be created instead of ignored
  * Included default config
  * Added rpm configuration
  * Ox 0.3.0 - rewrite that has been 4 years in the making

-------------------------------------------------------------------
Mon Nov 23 03:33:26 UTC 2020 - dead_mozay@opensuse.org

- Update to version 0.2.7:
  * Fixed dodgy markdown
  * Fixed fallback colours
  * Removed obsolete comment
  * Updated hardcoded message
  * Updated hardcoded config
  * Clippy + Rustfmt
  * Rejigged keybindings and rustfmt
  * Supported a lot more keys
  * Added support for function keys
  * Finished save as root feature
  * Improved shell command and added sudo write ability
  * Fixed shell command
  * Added read only mode and shell command
  * Improved file reading errors
  * Added support for cursor line wrapping
  * Made goto more conservative (x)
  * Made goto more conservative
  * Removed hardcoded keybinding values
  * Update default keybindings in README.md
  * Added file overwrite prevention
  * Fixed search problems
  * Added delete word
  * Added config reload command
  * Fixed backwards searching issues and finished background highlighting
  * Fixed searching issues
  * Added basic search highlighting
  * Cleaned up various code and fixed search and replace features
  * Huge syntax improvements to all languages
  * Automate Homebrew releases
  * Huge improvements to Rust syntax highlighting
  * Fixed resize bugs
  * Added transparent background option
  * Added line number background colour
  * Allowed changing of info, warning and error messages
  * Improved dos line ending support
  * Fixed dos line ending issues
  * Fixed buggy indentation implementation and fixed serious unicode problems
  * Added 16 color fallback detection
  * Fixed theme command
  * Fixed welcome message offset issue and improved Rust syntax
  * Clean up
  * Added log file and cleaned up panic handling
  * Added empty configuration file checks
  * Finalised goto in file arguments
  * Fixed problems with cursor goto
  * Fixed problems with file opening
  * Added jump to line in arguement and satisfied clippy
  * Huge retokenization performance optimization
  * Linked undo with dirty file indicator
  * Fixed file name issue
  * Fixed delete line bug and welcome screen resize issue
  * Fixed deletion issues and prevented raw mode after crash
  * docs: added instructions for installing via MacPorts
  * Fixed crossterm migraton issues
  * Completely stripped Termion from Ox
  * Rewrote terminal handling with crossterm
  * Updated line count
  * Emergency configuration fix
  * Added crossterm to cargo.toml
  * Fixed config bug and added crossterm
  * Clippy
  * Formatted code

-------------------------------------------------------------------
Sun Nov  8 11:09:09 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Fix crash.

-------------------------------------------------------------------
Sun Nov 08 07:37:25 UTC 2020 - dead_mozay@opensuse.org

- Update to version 0.2.6:
  * Actually updated config this time (oops)
  * Customise contents of status line and tab bar & updated config
  * Integrated Oxa with command line and added more configuration entries
  * Added word move commands
  * Added nerd fonts to installation section
  * kbd for nano

-------------------------------------------------------------------
Sun Nov 08 07:34:37 UTC 2020 - dead_mozay@opensuse.org

- Update to version 0.2.5:
  * Further refactoring
  * Refactor
  * Added Undo and Redo commands
  * Squashed some bugs and started work on Undo
  * Finished Oxa commands
  * Added and improved a ton of commands and added command repeating
  * Cleaned up move command and added quick goto origin command
  * Change move instruction to be closer to english
  * Moved goto origin to 1,1
  * Added cursor functions and fixed goto bug
  * Finished Document functions
  * Fixed save event and made it more vim-like
  * Added QuitAll and undo commands
  * Started work on event executor
  * Formatting and Clippy
  * Fixed (0, 0) deletion problems
  * Finished Oxa parser
  * Added basic Oxa parser and added file tab support
  * Added macro command line

-------------------------------------------------------------------
Wed Nov  4 14:35:33 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>

- Initial package. 
openSUSE Build Service is sponsored by