Releases: dav-ell/repoprompt
Release list
v1.5.2 - Card Dragging
v1.5.1 - Dependency Graph, Performance Updates, UI overhaul
This release adds a dependency graph with initial support for JS, Python, Rust, and cpp. It also greatly improves the DOM update process to be more targeted, which improves visual performance on large repos. Additionally, a UI overhaul was performed to make UI more streamlined and modern. Some small bug fixes included, too.
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command:
./repoprompt.amd64or for M-series Mac:
./repoprompt.arm64v1.5.0 - Dependency Graph, Performance Updates, UI overhaul
This release adds a dependency graph with initial support for JS, Python, Rust, and cpp. It also greatly improves the DOM update process to be more targeted, which improves visual performance on large repos. Additionally, a UI overhaul was performed to make UI more streamlined and modern. Some small bug fixes included, too.
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command:
./repoprompt.amd64or for M-series Mac:
./repoprompt.arm64v1.4.2 - Fix natsort issue
Fixed natsort issues in the previous build resulting in panics with certain file names.
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command:
./repoprompt.amd64or for M-series Mac:
./repoprompt.arm64v1.4.1
Addresses small annoyances, like file tree not opening fully collapsed, and arrows facing the wrong way.
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command:
./repoprompt.amd64or for M-series Mac:
./repoprompt.arm64v1.4
This update removes file watching features from the client and server and replaces them with an "Update" button for each added directory.
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command:
./repoprompt.amd64or for M-series Mac:
./repoprompt.arm64v1.3
v1.2.1 - Optimize builds
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command
./repoprompt.amd64or for M-series mac or recent Raspberry Pis
./repoprompt.arm64This release adds
[profile.release]
opt-level = 3
lto = true
strip = true
codegen-units = 1
panic = "abort"to Cargo.toml for even faster execution speed and smaller binaries.
v1.2 - Bundle public/ dir into rust binary
Repoprompt can now be FULLY run -- client AND backend -- on your local or remote machine with the single command
./repoprompt.amd64or for M-series mac or recent Raspberry Pis
./repoprompt.arm64v1.1
Repoprompt can now be run with the extremely simple command:
./repoprompt.amd64 # or arm64 if on M-series Macfrom any directory and be used as a backend. If this repository's public/ folder is in the same directory where you run the command, then the client will also be hosted.