Skip to content

Releases: OmniNodeCo/OmniIDE

OmniIDE v1.0.4

20 Jun 23:09
c8d57f8

Choose a tag to compare

OmniIDE v1.0.4

Downloads

Platform File
Windows OmniIDE.exe
macOS OmniIDE-macOS.zip
Linux OmniIDE-Linux.tar.gz

Install

Windows — Download and double-click. No install needed.

macOS

unzip OmniIDE-macOS.zip && open OmniIDE.app

Linux

tar -xzvf OmniIDE-Linux.tar.gz && chmod +x OmniIDE && ./OmniIDE

Made with care by OmniNodeCo

1.0.3

17 Jun 23:19
3b2e4a8

Choose a tag to compare

What's New in v1.0.3

Bug Fixes

  • Check for updates - Added check for updates no manual updates from now on

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

1.0.2

04 Jun 14:16
2773a39

Choose a tag to compare

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

1.0.1

03 Jun 14:48
917d458

Choose a tag to compare

This release adds

  • Extensions from vs code marketplace
  • Updated ui
  • Sidebar updated
  • Fixed terminal

1.0.0

03 Jun 14:32
52e45ab

Choose a tag to compare

Initial Release of OmniIDE