Skip to content

1.0.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:16
· 10 commits to main since this release
2773a39

What's New in v1.0.2

Bug Fixes

  • Fixed button hover — buttons no longer stay highlighted after mouse leaves
  • Fixed deferred menu bindings — command palette loads safely after UI init
  • Fixed PanedWindow crash — uses tkinter.ttk instead of ttkbootstrap
  • Fixed search bar crash — safe access to tab_manager during startup
  • Fixed icon missing — auto-generates icon.ico during CI build

New Features

  • Command Palette (Ctrl+Shift+P) — 50+ fuzzy-searchable commands
  • Go to Line (Ctrl+G) — jump to any line number
  • Toggle Comment (Ctrl+/) — comment/uncomment with language detection
  • Duplicate / Delete / Move Line — via command palette
  • Word Wrap Toggle — per-session toggle from command palette
  • Zoom Reset (Ctrl+0) — reset font size to default
  • VS Code Extensions — browse and install from marketplace
  • Git Integration — clone, init, commit, push, pull, branches, diff, log
  • Real Terminal — interactive shell (Bash/PowerShell/CMD/Zsh)
  • Shell Selector — dropdown to pick terminal shell per OS
  • Startup Splash — animated loading screen with progress bar
  • SVG Icon System — custom rendered icons, no emoji dependencies
  • Organized Sidebar — tabbed panels: Explorer, Git, Extensions
  • Round Modern Buttons — with proper hover/leave animations
  • Settings Persistence — saves to ~/.omniide/settings.json

Keyboard Shortcuts

Action Shortcut
Command Palette Ctrl+Shift+P
New File Ctrl+N
Open File Ctrl+O
Save Ctrl+S
Close Tab Ctrl+W
Find & Replace Ctrl+F
Go to Line Ctrl+G
Toggle Comment Ctrl+/
Toggle Sidebar Ctrl+B
Toggle Terminal Ctrl+`
Zoom In Ctrl++
Zoom Out Ctrl+-
Reset Zoom Ctrl+0