Skip to content

Releases: StudentWeis/ropy

0.5.3 - 2026-05-14

14 May 13:27

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • Update README with new preview functionality and clarify launch instructions by @StudentWeis

⚙️ Miscellaneous Tasks

  • Update dependencies in Cargo.lock to latest versions by @StudentWeis
  • Rename ropy-contribution-flow skill to contribution-flow (#121) by @StudentWeis in #121
  • Remove redundant symlinks for claude skills and docs by @StudentWeis

Download ropy 0.5.3

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.2 - 2026-05-11

11 May 08:38

Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

💼 Other

  • Remove unused profile settings in Cargo.toml by @StudentWeis
  • Update dependencies to latest versions in Cargo.lock by @StudentWeis
  • Update Cargo.toml with macOS bundle settings by @StudentWeis
  • Upgrade tray-icon dependency to v0.24.0 by @StudentWeis

🚜 Refactor

📚 Documentation

  • Remove redundant theme content examples from contributing guides by @StudentWeis

Download ropy 0.5.2

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.1 - 2026-05-08

08 May 04:24

Choose a tag to compare

Release Notes

🐛 Bug Fixes

💼 Other

  • Tighten clippy lints and adjust cfg attributes for macOS compatibility by @StudentWeis

🚜 Refactor

  • Move backend implementations into backend/ submodule (#95) by @StudentWeis in #95
  • Embed section headings inside settings cards (#89) by @StudentWeis in #89
  • Update visibility modifiers and function signatures across modules by @StudentWeis
  • Migrate all mod.rs files to parent-named module files (#81) by @StudentWeis in #81
  • Replace clippy::allow with clippy::expect annotations in tests by @StudentWeis
  • Replace global clippy::pedantic allows with local annotations (#79) by @StudentWeis in #79
  • Split repo.rs God file into sidecar + per-theme test modules (#71) by @StudentWeis in #71

📚 Documentation

  • Update SKILL.md conventions section by @StudentWeis
  • Update SKILL.md with improved git commands for PR merging process by @StudentWeis
  • Simplify contribution flow skill and clean up issue template (#96) by @StudentWeis in #96
  • Move markdown files to docs directory and update links accordingly. by @StudentWeis
  • Audit and prune low-value comments across src/ (#77) by @StudentWeis in #77
  • Remove outdated architecture review section from CODE_REVIEW.md by @StudentWeis
  • Update acknowledgements section in README files by @StudentWeis

🎨 Styling

Download ropy 0.5.1

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0 - 2026-05-06

06 May 03:26

Choose a tag to compare

Release Notes

🎯 Key Updates Since 0.5.0-alpha

  • UI Layout Upgrade: Added grid/list dual layout mode with Masonry waterfall layout and more compact cards
  • Storage Architecture Refactor: Genericized Repository storage layer, switched default backend from sled to redb
  • Format Expansion: Added RTF/HTML format support
  • Developer Experience: Upgraded Rust toolchain to 1.95.0, optimized CI/CD workflows

Download ropy 0.5.0

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0-rc.3 - 2026-04-29

29 Apr 03:46

Choose a tag to compare

Pre-release

Release Notes

🚀 Features

🚜 Refactor

📚 Documentation

  • Remove outdated code review content by @StudentWeis
  • Remove completed storage backend consolidation section from CODE_REVIEW.md by @StudentWeis

⚙️ Miscellaneous Tasks

Download ropy 0.5.0-rc.3

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0-rc.2 - 2026-04-25

25 Apr 11:19

Choose a tag to compare

Pre-release

Release Notes

🐛 Bug Fixes

💼 Other

🚜 Refactor

📚 Documentation

  • Update README with new features and layout options by @StudentWeis

⚡ Performance

  • Use opt-level 3 in release profile for better runtime performance (#52) by @StudentWeis in #52

⚙️ Miscellaneous Tasks

  • Drop pr-title workflow, bump checkout to v6, slim contribution skill by @StudentWeis in #49
  • Add contribution workflow and issue templates for Ropy by @StudentWeis
  • Update dependencies for improved stability and performance by @StudentWeis

Download ropy 0.5.0-rc.2

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0-rc.1 - 2026-04-18

18 Apr 10:57

Choose a tag to compare

Pre-release

Release Notes

🚀 Features

  • Implement grid layout for records with masonry placement and enhance search functionality by @StudentWeis
  • Enhance Windows support with additional UI features and improve window geometry handling by @StudentWeis
  • Add layout mode selection with list/grid options by @StudentWeis

🐛 Bug Fixes

  • Add auto-hide behavior for secondary panels and corresponding tests by @StudentWeis

💼 Other

  • Add release management script and config updates by @StudentWeis

🚜 Refactor

  • Improve code structure and add tests for repository modules by @StudentWeis
  • Remove unused panel auto-hide logic by @StudentWeis
  • Update imports and method calls for consistency by @StudentWeis
  • Update Rust toolchain to 1.95.0 and refactor hotkey handling with cfg_select by @StudentWeis

📚 Documentation

  • Add SKILL.md files for gpui layout, style, performance, and styling skills by @StudentWeis

⚙️ Miscellaneous Tasks

  • Add symbolic links for claude skills and docs by @StudentWeis
  • Update dependencies and improve formatting in Cargo.toml and Cargo.lock by @StudentWeis

Download ropy 0.5.0-rc.1

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0-beta - 2026-04-16

16 Apr 10:04

Choose a tag to compare

Pre-release

Release Notes

🚀 Features

  • Add success notification for settings updates by @StudentWeis

🐛 Bug Fixes

  • Add InteractiveElement import in common.rs by @ZhBF
  • Add new SVG icons for circle check, circle x, and triangle alert by @StudentWeis

💼 Other

  • Remove unused rtk related configurations and scripts by @StudentWeis

🚜 Refactor

  • Simplify list item styling logic by @StudentWeis
  • Simplify social link button rendering logic, remove border by @StudentWeis
  • Add cfg target for InteractiveElement import by @StudentWeis
  • Add icon allowlist and common panel components by @StudentWeis
  • Enhance about panel layout with border styling by @StudentWeis

📚 Documentation

🎨 Styling

  • Remove spaces around redirection operators in shell scripts by @StudentWeis

Download ropy 0.5.0-beta

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.5.0-alpha - 2026-04-09

09 Apr 03:29

Choose a tag to compare

Pre-release

Release Notes

🚀 Features

🚜 Refactor

  • Update default clipboard backend from sled to redb by @StudentWeis

Download ropy 0.5.0-alpha

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

0.4.5 - 2026-04-08

08 Apr 15:25

Choose a tag to compare

Release Notes

🚀 Features

  • Add prerelease update option and simplify architecture docs by @StudentWeis
  • Add social media links in about panel by @StudentWeis

🚜 Refactor

  • Split large modules into smaller components for better maintainability by @StudentWeis
  • Replace booleans with ActivePanel enum for panel visibility management by @StudentWeis
  • Simplify record filtering logic and improve sync handling by @StudentWeis
  • Remove unused dhat heap profiling code by @StudentWeis
  • Update clipboard event handling to use unit type and improve async task management by @StudentWeis
  • Simplify click event handling in header and updater UI components by @StudentWeis
  • Use weak references and improve async handling in GUI components by @StudentWeis
  • Add storage validation and improve logging setup by @StudentWeis
  • Adjust padding in settings header layout by @StudentWeis
  • Update links in CONTRIBUTING files and adjust settings panel layout by @StudentWeis
  • Update color values in nord-light theme configuration by @StudentWeis
  • Split board module into smaller components by @StudentWeis

📚 Documentation

  • Add gpui patterns and testing skills docs by @StudentWeis
  • Add comprehensive GPUI element skill documentation by @StudentWeis
  • Add SKILL.md files for gpui-action and gpui-event skills by @StudentWeis
  • Add comprehensive entity management documentation and project review report by @StudentWeis
  • Update image link for Ropy Dark in README by @StudentWeis

Download ropy 0.4.5

File Platform Checksum
ropy-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
ropy-x86_64-apple-darwin.tar.xz Intel macOS checksum
ropy-x86_64-pc-windows-msvc.zip x64 Windows checksum
ropy-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
ropy-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum