Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0 documentation #1285

Merged
merged 4 commits into from
Oct 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
Geany Plugins 2.0 (not release date yet)

t.b.p.s.
General:
* Require Geany 2.0 as minimum version and so also GTK 3.24
* Remove unusable and unmaintained plugins: DevHelp, GeanyPy, Multiterm
(PR #1217)

Addons:
* Bookmarks: Prevent duplicating bookmarks when editing line (PR #1040)
* Delay updating of tasks list until document has been colorised
(Issue #1254, PR #1257)

GeanyLua:
* Update documentation for "geany.keygrab" and fix infinite loop
(xiota, PR #1236)
* Update for Scintilla 5.1.4 (xiota, PR #1123)
* Update glspi_keycmd.h: add GEANY_KEYS_FILE_RELOAD_ALL, remove
GEANY_KEYS_COUNT (Skif-off, PR #1124)
* Add geany.settype() to set the document filetype (Skif-off, PR #1157)

GeanyVC:
* Support the use of external diff-tool in directory context
(nomadbyte, PR #1025)
* Fallback to `git rev-parse` for getting the repo/worktree's top directory
(nomadbyte, PR #1028)

ProjectOrganizer:
* Use system trash for file/folder removal (xiota, PR #1125)
* Set header filetype to match source filetype (xiota, PR #1122)
* Add ability to open file manager and terminal (xiota, PR #1126)
* Restore tree state in the sidebar (PR #1144)
* Increase the file number for automatic indexing to 1000 (PR #1270)

Spellcheck:
* Rename "Toggle spell check" setting and check document+clear indicators
when toggling via keybinding (Issue #1158, PR #1161)

Treebrowser:
* Allow new file/folder in top level (Chris Allan, PR #960)
* Fix refresh from popup menu with a selected file (Issue #1194, PR #1195)

UpdateChecker:
* Fix logic comparing version numbers (PR #1284)

Vimmode:
* Support word-related text object commands such as: "ciw", "diw",
"viw" etc. (Issue #1155, PR #1240)
* Various fixes and improvements (PR #1137, PR #1139, PR #1141)

Webhelper:
* Port Webhelper to webkit2gtk (PR #1224)

Internationalization:
* Updated translations: de, es, pt, ua


Geany Plugins 1.38 (2021-10-09)
Expand Down