Releases: Timocop/BasicPawn
Releases · Timocop/BasicPawn
BasicPawn commit release
Automatic deployment! May be instable! Build 774. Commit 6bf7029.
BasicPawn v0.855
🔨 Hotfixes
- [Program] Fixed Multi-Compiler not normalizing paths.
BasicPawn v0.854
🔨 Hotfixes
- [Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compiling
ABC.sp
will now not becomeabc.smx
)
BasicPawn v0.853
🔨 Fixes
[Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compilingABC.sp
will now not becomeabc.smx
)- [Plugins]
- Translation Editor Plugin
- [UI] Fix empty clipboard exception.
- [UI] Fix 'Format' detection when editing or adding translation.
- FTP Plugin
[Program] Fix weird path letter case issues. Paths will be normalized now. (E.g. compilingABC.sp
will now not becomeabc.smx
)
- Translation Editor Plugin
✏️ Changes
- [UI] Changed 'Compile' to 'Build' in Project Browser context menu.
- [Editor] Able to use 'Replace All' for all tabs and includes (like 'List All') in 'Search and Replace' window. (#98)
- [Editor] Able to set maximum scope highlighting length. (#101)
- [Program] Added plugin update checker/reminder.
- [Program] Added 'Search and Replace' history. (#83)
- [Plugins]
- Automatic Error Reporting Plugin
- [Program] Open editor by file format when opening logs.
- Lysis Decompiler Plugin
- [Program] Updated Lysis.
- Automatic Error Reporting Plugin
⚠️ Important
- [Plugins] All plugins require a newer interface from now on. Please update your plugins.
- [Settings] Some settings have been added, removed or changed. Please check your settings.
BasicPawn v0.852
BasicPawn v0.851
🔨 Fixes
- [UI] Fix high contrast mode glitchy colors on some windows.
- [Program] Fix 'Search & Replace' replacing whole lines when using 'Merge lines' with 'Replace' and 'Replace All'.
✏️ Changes
- [UI] BasicPawn is now DPI aware and scales correctly on different Windows DPI settings.
- [UI] Added 'Test/Build with config...' to 'Test' and 'Build'.
- [UI] Added quick config change combo box.
- [Plugins]
- [Automatic Error Reporting]
- [UI] Do not show duplicated error reports.
- [Automatic Error Reporting]
- [Updater] Do not prompt on overriding files when updating.
BasicPawn v0.850
🔨 Fixes
- Fixed highlighting settings not working correctly.
- Fixed some critical 'Index out of bounds' exceptions.
- Fixed update not able to check for updates for non-GitHub sites due to outdated TLS. (TLS 1.2 is now used)
BasicPawn v0.849
🔨 Fixes
- [UI] Fixed rare exception when focusing windows via code.
- [UI] Fixed exception when information tab gets focused while main window is minimized.
✏️ Changes
- [UI] Optimized drawing.
- [UI] Grammar fixes.
- [Plugin] Implemented Translation Editor.
- [Settings] Implemented auto-saving feature (optional).
- [Program] Optimized tab selection.
- [Program] 'Search & Replace' able to only show lines instead of individual hits.
⚠️ Important
- [Plugins] All plugins require a newer interface from now on. Please update your plugins.
- [Settings] Some settings have been added, removed or changed. Please check your settings.
BasicPawn v0.848
🔨 Fixes
- [Parser] Fixed issue with multi-comment and multi-string inside pre-processor directives breaking syntax parsing.
BasicPawn v0.847
🔨 Fixes
- [Object Browser] Fixed item definition data changes.
✏️ Changes
- [Editor] Able to navigate previous/next selected tab history.
- [Editor] Closing tabs will select previous selected tab instead (optional).
- [Settings] Detect maximum parsing threads automatically when value is "0".
- [Threading] Adjusted and optimized the syntax parser background scheduler.
- [Object Browser] Only redraw items when added/removed.
⚠️ Important
- [Settings] Some settings have been added, removed or changed. Please check your settings.