We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ea138 commit 90fd900Copy full SHA for 90fd900
News
@@ -1,3 +1,12 @@
1
+Version 0.82
2
+------------
3
+
4
+Fixes to the default viewer/destkop environment detection:
5
+- try gvfs-open with Gnome
6
+- always try xdg-open first (usually more up-to-date)
7
+Thanks to Axel E. Retif for informing me that newer versions of Ubuntu don't
8
+ship gnome-open by default any more.
9
10
Version 0.81
11
------------
12
script/constants.tlu
@@ -14,7 +14,7 @@ setfenv(1, constants)
14
-- progname and version
15
fullname = kpse.find_file('texdoc/texdoclib', 'lua')
16
progname = 'texdoc'
17
-version = '0.81'
+version = '0.82'
18
19
-- make sure to update setup_config_from_cl() accordingly
20
-- and set a default value in setup_config_from_defaults() if relevant
0 commit comments