Skip to content

Commit

Permalink
Release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trimental committed Aug 29, 2022
1 parent 10a27ab commit 82f5759
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 29 deletions.
49 changes: 25 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "inlyne"
version = "0.1.7"
version = "0.2.0"
description = "Introducing Inlyne, a GPU powered yet browsless tool to help you quickly view markdown files in the blink of an eye."
edition = "2021"
authors = ["trimental"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ core features that will remain at the heart of the project.
as much on the GPU as we can get away with.
- **Basic HTML Rendering** - HTML is used in almost all project markdown files, thus having the bare minimum html to
support common use cases is necessary, but don't expect forms and buttons.
- **Future Live Code Change** - Inlyne will monitor your markdown file for any write modifications and automatically refresh
the document where you left off. It's designed to work seamlessly and allow you to make on the fly edits.
- **Live Code Change** - Inlyne will monitor your markdown file for any write modifications and automatically refresh
the document where you left off. It's designed to work seamlessly and allow you to make edits on the fly.

## What does it support?

Expand Down
4 changes: 2 additions & 2 deletions src/opts/tests.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::{ffi::OsString, path::PathBuf};

use super::{cli, config, Opts, ThemeType};
use crate::keybindings;
use crate::opts::config::{FontOptions, LinesToScroll};
use crate::opts::Args;
use crate::keybindings;
use super::{cli, config, Opts, ThemeType};

fn gen_args(args: Vec<&str>) -> Vec<OsString> {
std::iter::once("inlyne")
Expand Down

0 comments on commit 82f5759

Please sign in to comment.