Ιστορικό εκδόσεων του Vimput - 5 εκδόσεις
Vimput από mvacoimbra.dev
Ιστορικό εκδόσεων του Vimput - 5 εκδόσεις
Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.
Πιο πρόσφατη έκδοση
Έκδοση 1.3.3
Κυκλοφόρησε στις 28 Ιαν 2026 - 373,67 KBΛειτουργεί με firefox 58.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Παλαιότερες εκδόσεις
Έκδοση 1.3.2
Κυκλοφόρησε στις 28 Ιαν 2026 - 373,67 KBΛειτουργεί με firefox 58.0 και νεότεραΟ πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 1.3.0
Κυκλοφόρησε στις 28 Ιαν 2026 - 373,67 KBΛειτουργεί με firefox 58.0 και νεότεραVimput v1.3.0 Changelog
New Features
Code Formatter- Local Formatter Worker: New Python-based formatter service that runs locally
- Download the script directly from extension settings
- Runs as background daemon on
localhost:7483 - Auto-installs dependencies (Flask)
- Prompts to install formatters (prettier, black) on first run
- Supported Languages: JavaScript, TypeScript, JSX, TSX, Python, CSS, HTML, JSON, Markdown, YAML, GraphQL, Bash, SQL, Go, Rust, Java, C, C++
- Commands:
:fmtor:formatto format current buffer - Shortcut:
<Space>cfin normal mode - Privacy: 100% local - your code never leaves your machine
Indentation Settings- Choose between tabs or spaces
- Configurable indent size: 2, 4, or 8 spaces
- Settings apply to both editing and formatting
Ace Editor Support- Full compatibility with Ace Editor (used by Udemy and other platforms)
- Proper cursor positioning and text synchronization
TypeScript Playground Compatibility- Fixed compatibility via external page script injection
- Works with Monaco-based editors
Improvements
Cursor Behavior- Improved cursor rendering and positioning
- Fixed cursor display on empty lines
- Better visual feedback across different editor types
Default SettingsenterToSaveAndExit: Now enabled by default (press Enter in Normal mode to save and close)- More intuitive out-of-the-box experience
Internal- Normalized line endings in vim engine (CRLF → LF)
- Better cross-platform compatibility
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
Έκδοση 1.2.0
Κυκλοφόρησε στις 24 Ιαν 2026 - 289,26 KBΛειτουργεί με firefox 58.0 και νεότεραVersion 1.2.0
New Features- Enter to Save & Exit
New setting in Misc tab that allows you to save and close the editor by simply pressing Enter in Normal mode
Perfect for quick edits - just type your text and hit Enter to save - Confirm on Backdrop Click
New setting to control whether a confirmation dialog appears when clicking outside the editor
When enabled (default): Shows a confirmation if you have unsaved changes
When disabled: Closes immediately without asking
Improvements- Added validation pipeline for better code quality
- Fixed compatibility issues with Firefox manifest requirements
- Various internal improvements and bug fixes
Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT
- Enter to Save & Exit
Έκδοση 1.0.0
Κυκλοφόρησε στις 20 Ιαν 2026 - 294,49 KBΛειτουργεί με firefox 58.0 και νεότεραFirst release!!Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT