v0.6.4 #10
dheerajshenoy
announced in
Announcements
v0.6.4
#10
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.6.4
Bug Fix
fz_contextsearchnot working because of recent changes to page text cachingpage_gotodialog defaulting to page number 1 instead of current page numberpage_gotorequesting render even when the dialog is closed without inputFeatures
[layout] { mode = "book" }visual_line_modecommand. In this mode, when you select a line of text, the selection will automatically extend to the beginning and end of the line, making it easier to select whole lines of text without having to precisely click at the start or end of the line.New Commands
mark_goto- Ask user for the mark key and go to the location if key is validmark_set- Ask user for key to set the mark (local mark key start with lowercase letter or word and global starts with uppercase)mark_delete- Ask user for the mark key to delete and delete if the key is validsearch_regex- Opens searchbar with regex enabledlayout_book- Book layout mode (Two-page layout)mouse_follows_focus- when enabled, the mouse will automatically move to the center of the focused view when switching focus between splits or portals. This is useful for users who want to keep their hands on the keyboard and avoid having to move mouse manually to the view they just focused.New Config Options
[portal]enabled(bool) : Enable portal (ctrl + click on link behavior)respect_parent(bool): Close portal when the source view is closedborder_width(int): Width of the border around the view signifying that the view is a portalOptimizations
QPointFandQRectFasconstreferences as it's useless.fz_stext_page*(performance boost)Breaking Changes
Renamed command:
portal_focus->portaltoggle_are renamed to just the action they do without the toggle prefix (e.g.toggle_command_palette->command_palette,toggle_fullscreen->fullscreen, etc.) because it's more intuitive to have the command name reflect the action it does rather than the implementation (i.e. whether it toggles or shows/hides explicitly)startup_tabwidget is not enabled by default anymoreThis discussion was created from the release v0.6.4.
Beta Was this translation helpful? Give feedback.
All reactions