Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OlaProeis/Ferrite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: OlaProeis/Ferrite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 6 commits
  • 24 files changed
  • 2 contributors

Commits on Jan 10, 2026

  1. Configuration menu
    Copy the full SHA
    f635422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be97ce View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. chore: update gitignore

    OlaProeis committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    b81c7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70aec2 View commit details
    Browse the repository at this point in the history
  3. Add archlinux package information (#14)

    * Add archlinux package information
    
    * Add space between title and images
    BarbUk authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    ad641de View commit details
    Browse the repository at this point in the history
  4. release: Ferrite v0.2.2 - Stability & CLI

    Bug Fixes:
    - CJK character rendering (#7) - system font fallback (PR #8 by @SteelCrab)
    - Undo/redo behavior (#5) - scroll, focus, cursor restoration
    - UTF-8 tree viewer crash - safe string slicing for multi-byte chars
    - Misleading code folding UI (#12) - hide indicators by default
    
    CLI Improvements:
    - Command-line file opening (#9) - ferrite file.md
    - Version/help flags (#10) - -V/--version and -h/--help
    - Configurable log level (#11) - --log-level flag and config setting
    
    UX Improvements:
    - Default view mode setting (#3) - choose Raw/Rendered/Split for new tabs
    
    Performance:
    - Large file editing - deferred syntax highlighting
    - Scroll performance - galley caching for instant colors
    
    Docs:
    - CLI reference (docs/cli.md)
    - Technical docs for log level, default view mode, code folding UI
    OlaProeis committed Jan 11, 2026
    Configuration menu
    Copy the full SHA
    4fa7440 View commit details
    Browse the repository at this point in the history
Loading