Geany Portable full changelog
Geany Portable 2.1
released Jan 27, 2026 (New Release)
General:
Include themes from geany-themes (Issue#4035, PR#4044, Issue#4340, PR#4354).
Fix silently truncating files containing NUL bytes (PR#3716).
Improve compatibility focusing the editor window when opening a file externally (Kondor Dániel, Issue#3531, PR#4071).
Require GLib 2.56 (PR#4199).
Update placeholders for external printing command to use the same ones as build commands (Pynckels, PR#4250).
Bug Fixes:
Improve corner-case encoding detection and conversion (PR#3716).
Fix losing session after opening several projects (Issue#3897, PR#3898).
Fix emission of the "document-activate" signal, leading to glitches in UI and plugins (Issue#3684, PR#3891).
Fix spurious CPU load after running a build command (PR#3902).
Use a more reliable method for saving preferences and other auxiliary files (Issue#3946, PR#3950).
Fix focusing the symbol list through key binding (Pascal Baillehache, Issue#3678, PR#3681).
Fix search entry after editing the toolbar (Issue#3831, PR#3838).
Fix non-deterministic anonymous symbol names (Issue#3717, PR#3785).
Fix displaying symbols declared out of order (Issue#4060, PR#4063).
Fix possible invalid memory access when generating user initials on first startup (Issue#3844, PR#3846).
Fix Meson build when either fnmatch() or regcomp() is missing on the system (Issue#3618).
Fix replacing placeholders in filenames in build commands (PR#4318).
Interface:
Add support for searching the Messages and Compiler output (PR#3823).
Add support for modern platform-native file selection dialogs (Issue#1310, Issue#2794, Issue#3458, Issue#3868, Issue#4220, Issue#4259, PR#3861).
Regroup filetypes by letter (PR#3977).
Add filter for open documents sidebar (PR#4210).
Add filter for keybindings preferences (Issue#2848, PR#4192).
Add various pref to skip "replace in session" confirmation dialog (Issue#3702, PR#3851).
Make it easier to wrap search when the confirmation dialog is shown (Issue#1192, PR#4042).
Fix spurious selection when clicking an
Include themes from geany-themes (Issue#4035, PR#4044, Issue#4340, PR#4354).
Fix silently truncating files containing NUL bytes (PR#3716).
Improve compatibility focusing the editor window when opening a file externally (Kondor Dániel, Issue#3531, PR#4071).
Require GLib 2.56 (PR#4199).
Update placeholders for external printing command to use the same ones as build commands (Pynckels, PR#4250).
Bug Fixes:
Improve corner-case encoding detection and conversion (PR#3716).
Fix losing session after opening several projects (Issue#3897, PR#3898).
Fix emission of the "document-activate" signal, leading to glitches in UI and plugins (Issue#3684, PR#3891).
Fix spurious CPU load after running a build command (PR#3902).
Use a more reliable method for saving preferences and other auxiliary files (Issue#3946, PR#3950).
Fix focusing the symbol list through key binding (Pascal Baillehache, Issue#3678, PR#3681).
Fix search entry after editing the toolbar (Issue#3831, PR#3838).
Fix non-deterministic anonymous symbol names (Issue#3717, PR#3785).
Fix displaying symbols declared out of order (Issue#4060, PR#4063).
Fix possible invalid memory access when generating user initials on first startup (Issue#3844, PR#3846).
Fix Meson build when either fnmatch() or regcomp() is missing on the system (Issue#3618).
Fix replacing placeholders in filenames in build commands (PR#4318).
Interface:
Add support for searching the Messages and Compiler output (PR#3823).
Add support for modern platform-native file selection dialogs (Issue#1310, Issue#2794, Issue#3458, Issue#3868, Issue#4220, Issue#4259, PR#3861).
Regroup filetypes by letter (PR#3977).
Add filter for open documents sidebar (PR#4210).
Add filter for keybindings preferences (Issue#2848, PR#4192).
Add various pref to skip "replace in session" confirmation dialog (Issue#3702, PR#3851).
Make it easier to wrap search when the confirmation dialog is shown (Issue#1192, PR#4042).
Fix spurious selection when clicking an
Geany Portable 2.0
released Oct 22, 2023 (New Release)
Split "session data" into session.conf, preferences are written to and read from geany.conf.
Require GTK 3.24.
Simplify project creation from existing directories with sources.
Update Scintilla to 5.3.7 and Lexilla to 5.2.7.
Use "Prof-Gnome" GTK theme by default on Windows for a better experience, the "Adwaita" theme can still be activated.
Sync many parsers from the Universal Ctags project, this leads to updated symbol parsers.
Many updated filetypes: Kotlin, Markdown (Robert Di Pardo), Nim (Zoom), PHP, Python.
New filetypes: AutoIt (Skif-off), GDScript (David Yang).
Updated translations: cz, da, de, fr, es, kk, lv, it, nl, pt, si, sk, ru, ua.
Require GTK 3.24.
Simplify project creation from existing directories with sources.
Update Scintilla to 5.3.7 and Lexilla to 5.2.7.
Use "Prof-Gnome" GTK theme by default on Windows for a better experience, the "Adwaita" theme can still be activated.
Sync many parsers from the Universal Ctags project, this leads to updated symbol parsers.
Many updated filetypes: Kotlin, Markdown (Robert Di Pardo), Nim (Zoom), PHP, Python.
New filetypes: AutoIt (Skif-off), GDScript (David Yang).
Updated translations: cz, da, de, fr, es, kk, lv, it, nl, pt, si, sk, ru, ua.
Geany Portable 1.37.1
released Feb 16, 2021 (New Release)
Geany Portable 1.36
released Nov 21, 2019 (New Release)
General:
Give precedence to user-defined filetype extension mappings over default ones (PR#2166).
Give precedence to the longest matching filetype pattern (Issue#1499, Issue#1921, PR#2167).
Place the socket file in $XDG_RUNTIME_DIR when available (Thomas Martitz, PR#2222).
Bug fixes:
Improve path ellipsising in Go To Tag filetype popup (Thomas Martitz, PR#2262).
Interface:
Show group prefix for the Various preferences (PR#2176).
Show the GTK/GLib versions in about dialog (PR#2163).
Editor:
Update Scintilla to version 3.10.4 (PR#2138).
Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira, Issue#703, PR#2250).
Filetypes:
Add Apple Swift filetype (Ankit Pati, PR#1323).
Add Nim filetype (Simon Krauter, Issue#1772, PR#2085).
Update NSIS keywords (PR#2181).
Update error matching for the CUDA filetype (Rajesh Pandian M, Issue#2213, PR#2218).
Add Kotlin custom filetype (Issue#1581, PR#2186).
Add Groovy custom filetype (PR#2188).
Add TypeScript custom filetype
Give precedence to user-defined filetype extension mappings over default ones (PR#2166).
Give precedence to the longest matching filetype pattern (Issue#1499, Issue#1921, PR#2167).
Place the socket file in $XDG_RUNTIME_DIR when available (Thomas Martitz, PR#2222).
Bug fixes:
Improve path ellipsising in Go To Tag filetype popup (Thomas Martitz, PR#2262).
Interface:
Show group prefix for the Various preferences (PR#2176).
Show the GTK/GLib versions in about dialog (PR#2163).
Editor:
Update Scintilla to version 3.10.4 (PR#2138).
Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira, Issue#703, PR#2250).
Filetypes:
Add Apple Swift filetype (Ankit Pati, PR#1323).
Add Nim filetype (Simon Krauter, Issue#1772, PR#2085).
Update NSIS keywords (PR#2181).
Update error matching for the CUDA filetype (Rajesh Pandian M, Issue#2213, PR#2218).
Add Kotlin custom filetype (Issue#1581, PR#2186).
Add Groovy custom filetype (PR#2188).
Add TypeScript custom filetype
Geany Portable 1.35
released May 3, 2019 (New Release)
General
Start synchronization with Universal-CTags (Ji?í Techet, PR#1263, PR#2018).
Bug fixes:
Improve IPC socket handling (Issue#641, PR#2111).
Fix loading the default open encoding option (PR#1326).
Fix VTE path following after reset (Issue#352, PR#2116).
Interface:
Show variable type in a tooltip in symbol tree (Ji?í Techet, PR#2036).
Editor:
Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076, PR#2045).
Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
Fix accessibility information reported upon deletion.
Fix garbage data insertion when moving lines up or down (Issue#2066).
Don't perform line breaking in rectangular selection mode (Issue#2051,
PR#2135).
Start synchronization with Universal-CTags (Ji?í Techet, PR#1263, PR#2018).
Bug fixes:
Improve IPC socket handling (Issue#641, PR#2111).
Fix loading the default open encoding option (PR#1326).
Fix VTE path following after reset (Issue#352, PR#2116).
Interface:
Show variable type in a tooltip in symbol tree (Ji?í Techet, PR#2036).
Editor:
Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076, PR#2045).
Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
Fix accessibility information reported upon deletion.
Fix garbage data insertion when moving lines up or down (Issue#2066).
Don't perform line breaking in rectangular selection mode (Issue#2051,
PR#2135).
Geany Portable 1.30
released Mar 7, 2017 (New Release)
GENERAL
Initial accessibility support in the editor (SF#328).
Fix scrolling on Wayland (Issue#1320).
Initial accessibility support in the editor (SF#328).
Fix scrolling on Wayland (Issue#1320).
Geany Portable 1.29
released Nov 16, 2016 (New Release)
GENERAL:
Fix search entries color with the default GNOME 3.20 GTK2 theme
Improve support for GTK 3.22.
Add support for VTE 0.38 and newer
Fix search entries color with the default GNOME 3.20 GTK2 theme
Improve support for GTK 3.22.
Add support for VTE 0.38 and newer
Geany Portable 1.27
released Mar 15, 2016 (New Release)
Remove Waf build system (PR#769).
Geany Portable 1.26
released Nov 18, 2015 (New Release)
New plugin API (Thomas Martitz, PR#469). Add support for "proxy" plugins (Thomas Martitz, PR#629).
Geany Portable 1.25
released Jul 15, 2015 (New Release)
GTK3 support, while not enabled by default, is now considered stable.
Improve MacOS X support.
Improve subprocess spawning (especially on Windows).
Improve MacOS X support.
Improve subprocess spawning (especially on Windows).
Geany Portable for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Geany Portable from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
Media Player Morpher
85% Off -
WinX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.25
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.23
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- Qt Creator 18.0.2
- NCache Enterprise Edition x64 4.4
- Geany Portable 2.1
- Open Validator 2.5.2
- DOSBox 0.74.3
- Google App Engine SDK 1.3.8
- XN Resource Editor Portable 3.0.0.1
- Syncro SVN Client x64 10.1 B2015040812
- Adobe Photoshop SDK CS6
- UDB Workbench 3.4.5
- Java Runtime Environment 64bit 10.0.2
- D-Fend Reloaded 1.4.4
Popular Tags
development
visual studio
decompiler
html
dll
software protection
code protection
tool
editor
visual
code security
view
sql server
obfuscation
sql tools
visual basic
programming
file
java
xml
database
net
windows
vb net
obfuscator
sql tool
edit
sql
software
uml
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- PHP 8.5.3
- dotConnect for MySQL Professional 10.1.33
- dotConnect for Oracle Professional Edition 11.1.33
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.3
- Turbo C++ 3.0
- Windows Installer 4.5
- StyleControls 5.86
- Software Ideas Modeler Portable 15.25
- Free OCR C# 2022.8.7804
- Windows Post-Install 8.7.2
- Review Assistant 4.1
- Java SE Development Kit (JDK) 8 Update 221
- Software Ideas Modeler Portable x64 14.55
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



