Oliver Blanthorn
ac2b061093
Merge pull request #3404 from Rummskartoffel/windows-update
...
Windows: Fix native updating
2021-02-28 13:15:26 +00:00
Rummskartoffel
33003b1639
Native, Windows: fix 'nativeinstallcmd' for Windows 8 and earlier
...
To be able to download the installer, Powershell must be able to use a
security protocol that GitHub supports. Before Windows 10, we have to
set it. We do the same thing in the installer already, but we have to
do it in both places so the installer works both when invoked as part
of 'nativeinstallcmd' and and on its own.
2021-02-28 13:11:41 +01:00
Oliver Blanthorn
85129c3463
Fix #3396 : let openInNewTab wait for DOM
2021-02-27 13:55:07 +01:00
Hosein Naghdbishi
a36baaf400
Added search in a new tab.
2021-02-27 10:47:43 +03:30
Oliver Blanthorn
9e188159be
Fix #3405 : backward_kill_word
2021-02-24 19:21:55 +01:00
Rummskartoffel
45ac1f107f
Native, Windows: fix updating ( #3397 )
...
Fix quoting in 'nativeinstallcmd'. This should also work with the old
Python version, but is not yet tested.
In :updatenative, decide what to do based on messenger version:
- if on Python, use Native.run()
- if on broken version, throw error
- if on fixed version, use Native.runAsync()
Version numbers may need to be adjusted before merge. Should be merged
simultaneously with Linux fix to simplify version checking.
2021-02-24 16:03:21 +01:00
Rummskartoffel
0d3d0a9627
Native: add helper function for "run_async" command
...
See tridactyl/native_messenger@b4dcd80 for rationale.
2021-02-23 23:18:32 +01:00
Oliver Blanthorn
2be40ddbb8
release 1.21.0
2021-02-22 14:46:28 +01:00
Oliver Blanthorn
b87c72190b
Add link to example newsletter
2021-02-22 13:25:42 +01:00
Oliver Blanthorn
191ac7c067
Improve escapehatch help
2021-02-22 11:21:12 +01:00
Oliver Blanthorn
ab5be37cff
Improve keymap help
2021-02-22 09:40:07 +01:00
Oliver Blanthorn
ca6f949f34
Fix #3381 : add autocmd logging
2021-02-21 07:13:28 +01:00
Elliott Shugerman
a1f858bdad
shydactyl | make use of more variables and defaults
...
this does not change the appearance of the theme in any way
(not intentionally, at least)
2021-02-20 14:30:12 -05:00
Rummskartoffel
573ab2b790
Re-add missing return
2021-02-20 12:17:50 +01:00
Rummskartoffel
61e6e9263c
Use Record for useractions
2021-02-20 11:34:11 +01:00
Rummskartoffel
3391e5beeb
Fix a few trivial no-unsafe-call errors
2021-02-19 18:34:49 +01:00
Oliver Blanthorn
4867ac35bb
Merge pull request #3363 from bew/add-tabclosepinned-option
...
Add tabclosepinned option to config tabclose on pinned tabs
2021-02-18 09:16:09 +00:00
Oliver Blanthorn
6377634fb7
Fix #3364 : add tabsort
command
2021-02-18 10:14:40 +01:00
Benoit de Chezelles
0088b18798
Remove outdated 'Id' from helper func
2021-02-18 00:13:58 +01:00
Oliver Blanthorn
ef4dd014cf
Merge pull request #3366 from tridactyl/cache_native
...
WIP: cache getNativeMessengerVersion
2021-02-15 12:20:08 +00:00
Oliver Blanthorn
78b6a53e0c
Make Windows use the new messenger
2021-02-15 10:13:37 +01:00
Oliver Blanthorn
bafd0dac83
Use short-lived cache for :native
2021-02-15 09:55:09 +01:00
Oliver Blanthorn
c8431cea3c
Fix tab index display
2021-02-14 15:46:48 +00:00
Oliver Blanthorn
b8994e333c
Fix bug: index is not id
...
tabs.query doesn't provide a way to query by id; index
is the position of the tab within the window.
I had to make a tabFromIndex function to avoid a right
mess.
2021-02-14 16:38:00 +01:00
Oliver Blanthorn
049cd81739
Play golf
2021-02-14 16:17:27 +01:00
Benoit de Chezelles
64ebee2f2b
Better comment to show the whole tabclose call will be aborted
2021-02-14 15:50:06 +01:00
Benoit de Chezelles
ec695274c4
Move tabclosepinned check outside of the loop
2021-02-14 15:47:30 +01:00
Benoit de Chezelles
53dfaa6ecb
Add tabclosepinned option to config tabclose on pinned tabs
2021-02-14 15:35:14 +01:00
Oliver Blanthorn
b8ccc0ed68
Merge pull request #3339 from fluem/timetravel
...
Avoid time paradox when undo tabs
2021-02-14 09:48:55 +00:00
Oliver Blanthorn
d625036c6c
Swap encoding for code escape
...
Tiny bit neater
2021-02-12 09:52:58 +00:00
Rummskartoffel
c1af1a5b5a
Re-word doc for gimode and make it display correctly
2021-02-11 18:18:13 +01:00
fluem
0ebc794cb9
Undo sorting by lastModified
2021-02-11 08:59:14 +01:00
Oliver Blanthorn
c337dc87b4
Merge pull request #3345 from zyining/dot-url-search
...
Fix #3298 : Prevent words starting with '.' from being treated as a URL.
2021-02-08 22:03:08 +00:00
Oliver Blanthorn
cb50503668
Merge pull request #3326 from fluem/winopen_container_support
...
Add container support for winopen
2021-02-08 22:00:06 +00:00
Annie Zhang
19f6b58815
Prevent words starting with '.' from being treated as a URL.
2021-02-08 12:43:16 -05:00
Oliver Blanthorn
6101d8ad46
Fix :winopen focus
2021-02-07 22:37:32 +01:00
fluem
036d82dd04
Avoid time paradox when undo tabs
2021-02-07 12:14:11 +01:00
fluem
6f8f5e9737
Avoid sleep when opening new window in container
2021-02-07 01:20:14 +01:00
Oliver Blanthorn
c36a0638ab
Fix #1835 : add TabAll autoselect setting
2021-02-05 17:33:41 +01:00
fluem
70755ac4bf
Ensure -private with -c fails
2021-02-05 11:00:16 +01:00
Oliver Blanthorn
34b0fce454
Merge pull request #3328 from fluem/enable_no_throw_literal
...
Enable 'no-throw-literal' lint rule
2021-02-04 21:12:14 +00:00
fluem
c12a8bc348
Enable 'no-throw-literal' lint rule
2021-02-04 19:58:47 +01:00
fluem
d9ac0cf2c5
Add container support for winopen
2021-02-04 15:40:14 +01:00
Rummskartoffel
8b0827b50c
Support counts for :scrollpage binds like <C-f>
2021-02-03 21:46:29 +01:00
Tiago Epifânio
82bc5626f5
Fixed matrix links (riot.im to element.io)
2021-02-03 09:36:50 +00:00
Oliver Blanthorn
fba804f2b8
Merge pull request #3310 from fluem/fix_relative_zoom
...
Fix #3031 : Fix relative zoom when using negative levels
2021-02-01 14:53:36 +00:00
fluem
5b68faceae
Fix #3031 : Fix relative zoom when using negative levels
2021-02-01 15:38:36 +01:00
fluem
0d9cab2834
Fix #3097 : add hintautoselect option
2021-02-01 13:23:48 +01:00
Oliver Blanthorn
1e469bda36
Make :colours more intuitive
2021-01-31 16:12:17 +01:00
Oliver Blanthorn
71cbace68d
Don't reinstall themes all the time
2021-01-31 15:52:59 +01:00