falion
falion copied to clipboard
An open source, programmed in rust, privacy focused tool and crate for interacting with programming resources (like stackoverflow) fast, efficiently and asynchronously/parallel using the CLI or GUI.
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60. Release notes Sourced from thiserror's releases. 1.0.60 Resolve unexpected_cfgs warning (#298) Commits 870d11b Release 1.0.60 0ccee7c Merge pull request #298 from dtolnay/checkcfg cf43d0c Resolve...
Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.12.4 to 0.12.5. Changelog Sourced from html2text's changelog. 0.12.5 [changed] Updated some dependencies [added] The html2text example now has --ignore-css-colour, which ignores CSS colour information but still...
Bumps [github/super-linter](https://github.com/github/super-linter) from 5 to 6. Release notes Sourced from github/super-linter's releases. v6 Full Changelog: https://github.com/github/super-linter/compare/v4.10.2...v6 Changelog Sourced from github/super-linter's changelog. 6.4.0 (2024-04-16) 🚀 Features add clang-format style configuration (#5424)...
Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/ksxgithub/github-actions-deploy-aur) from 2.7.0 to 2.7.1. Release notes Sourced from KSXGitHub/github-actions-deploy-aur's releases. v2.7.1 Add debugedit to required packages. Fix KSXGitHub/github-actions-deploy-aur#38. Commits f253a99 fix: debugedit See full diff in compare view...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. Release notes Sourced from tokio's releases. Tokio v1.37.0 1.37.0 (March 28th, 2024) Added fs: add set_max_buf_size to tokio::fs::File (#6411) io: add try_new and try_with_interest...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.3 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again Changelog Sourced from clap's changelog. [4.5.4] -...
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. Release notes Sourced from actions/labeler's releases. v5.0.0 What's Changed This release contains the following breaking changes: The ability to apply labels based on the...
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.9.0 to 1.10.0. Changelog Sourced from rayon's changelog. Release rayon 1.10.0 (2024-03-23) The new methods ParallelSlice::par_chunk_by and ParallelSliceMut::par_chunk_by_mut work like the slice methods chunk_by and chunk_by_mut added...
Add the ability to add any resource you want in the custom config have basic support for it, just converting the htmp to text and displaying it. This requires [ISSUE](https://github.com/Obscurely/falion/issues/16)...
Basic needs: - Ability to change key binds, add custom resources, choose which resources are enabled and more - Simle way to edit it directly from the CLI, GUI &...