summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-06-03feat(ui): added feature for an experimental resizeBrooks J Rady
The `parametric_resize_beta` feature has been added that enables the new resize system. This change also introduces some background tweaks that start laying the groundwork for future resize work without breaking functionality.
2021-05-28chore(version): bump development versionAram Drevekenin
2021-05-28chore(version): change to patch versionAram Drevekenin
2021-05-27chore(version): bump development versionAram Drevekenin
2021-05-27chore(cargo): lock workspace versionsAram Drevekenin
2021-05-22Allow user to specify session nameKunal Mohan
2021-05-19upgrade termbg and remove build-dependenciesKunal Mohan
2021-05-19Re-export common dependencies from zellij-utilsKunal Mohan
2021-05-16Big refactor: separate crates for client, server and utilitiesKunal Mohan
2021-05-15Switch to multiprocess model: Not looking goodKunal Mohan
2021-05-15chore(version): bump development versionAram Drevekenin
2021-05-15Invert Assets Installation Featurea-kenji
* changed `enable_automatic_asset_installation` to `disable_automatic_asset_installation` This ensures that people by default get the asset installation and need to opt out at compile time, rather than opt in. * removed default features Not needed anymore.
2021-05-14chore(version): bump development versionAram Drevekenin
2021-05-14hotfix: bump zellij-tile versionAram Drevekenin
2021-05-12Merge branch 'main' of https://github.com/zellij-org/zellij into set-data-dira-kenji
2021-05-12 Add Complile Time System Directoriesa-kenji
closes #380 * --features disable_automatic_asset_installation disables automatic installation of the `data_dir` * a set PREFIX env will use `$PREFIX/zellij` as its `data_dir`
2021-05-11chore(version): bump development versionAram Drevekenin
2021-05-07fix(compatibility): upgrade vte to support csi subparameters (#469)Aram Drevekenin
* fix(compatibility): upgrade vte to support csi subparameters * style(fmt): rustfmt and clippy
2021-05-07chore(version): bump development versionAram Drevekenin
2021-05-06Merge pull request #223 from zellij-org/isolate-ptyKunal Mohan
Psuedo Client-Server model
2021-05-05Merge pull request #455 from Adhalianna/maina-kenji
Add a manpage to Zellij
2021-05-05simplificationsNKGoc
2021-05-04chore(plugin): shuffle helper library names and versionsBrooks J Rady
2021-05-04add manpage to zellijNKGoc
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Place socket file in runtime directory or cache directory and use names ↵Kunal Mohan
crate for socket file name
2021-05-04use Uuid to generate unique server socket namesKunal Mohan
2021-05-04Use interprocess crate for IPCKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Use ipmpsc crate for IPCKunal Mohan
2021-05-04chore(version): bump development versionAram Drevekenin
2021-05-04HOTFIX: allow cargo publishAram Drevekenin
2021-05-04fix(colors): stabilize colors (#453)Aram Drevekenin
* fix(colors): stabilize colors * style(fmt): rustfmt
2021-05-02chore: added zellij-tile-extra, moved macros from zellij-tiledenis
2021-05-02Merge branch 'main' into x-colorsdenis
2021-05-02Load config before start()Yutaka Kamei
Previously, a config file was loaded within `start()`, and if the config file is invalid, Zellij was supposed to show a user what's wrong with it. However, since `start()` starts setting up its terminal with an alternative screen buffer, neither standard output nor standard error could display such an error. This change intends to address this issue by making Zellij load a config file before `start()`. In addition, the patch also includes some refactorings: * Redefine `from_cli_config` with `TryFrom`, which was introduced in Rust 1.34 * Remove conditional declaration `cfg(not(test))` because `start()` now receive a `Config` as the third argument * Introduce [`tempfile`](https://crates.io/crates/tempfile) in order to run tests with actual files * Typo?: "Deserialisation" -> "Deserialization"
2021-05-01chore: painless merge this timedenis
2021-04-29fix(build): don't store binary assets in gitBrooks J Rady
2021-04-29chore(version): boost development version to 0.7.0 and update changelogAram Drevekenin
2021-04-27feat(plugin): added the `get_plugin_ids()` query functionBrooks J Rady
2021-04-24wip: merge maindenis
2021-04-23chore(version): boost development version to 0.6.0Aram Drevekenin
2021-04-22chore(version): 0.5.1Aram Drevekenin
2021-04-22wip: new build?"denis
2021-04-22wip: merge main indenis
2021-04-22Remove build.rs from package, allowing for completions to be excluded tooSebastian Thiel
2021-04-21Reduce crate size by 4.8MB using `cargo diet`, to 77kBSebastian Thiel
On top of that I verified that `cargo package` is still able to build, adjusting the includes in the process to assure required assets are packaged, too.
2021-04-20fix(release): beta tag breaks cargo installv0.5.0-betaBrooks J Rady
2021-04-20chore(release): bump version and add some pre-release infoBrooks J Rady