Skip to content

Commit bbeef73

Browse files
committed
[NEWS] 0.19.0rc1
1 parent 4d8e7d2 commit bbeef73

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

NEWS

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,42 @@ You can see the complete list of recent changes, bugfixes and new features
55
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
66
file for details.
77

8+
ELinks 0.19.0rc1
9+
----------------
10+
11+
Released on 2025-12-06
12+
13+
* option document.browse.margin_auto #360 (hard margins)
14+
* TERM=dumb for js tests. #361
15+
* option document.html.compress_empty_lines #362
16+
* css visiblity: hidden support
17+
* experimental iframe support
18+
* spartan protocol
19+
* window.scroll in js
20+
* inline images support in html documents (meson option kitty)
21+
and options document.html.kitty and document.html.sixel. Note that need
22+
also enable kitty or sixel in terminal options
23+
* include-fragment support (now is easier to download something from github)
24+
* experimental libuv support
25+
* allow to set color0 to color255 as color
26+
* toggle-ecmascript-keys action to toggle between Application or Browser mode
27+
* requestAnimationFrame in js
28+
* option ui.sessions.auto_save_position #392
29+
* option document.html.display_unfinished
30+
* meson options avif and webp
31+
* option protocol.mailcap.allow_empty_referrer
32+
* option ui.leds.redraw_interval
33+
* fixes in DOS version related to temporary files creation
34+
* length can be bigger than int in http protocol #396
35+
* ignore result of verification for gemini protocol #397
36+
* meson option win32-vt100-native for Windows 10 and newer
37+
* support for chawan's extensions for mailcap (x-ansioutput and x-htmloutput)
38+
* Polish translation update
39+
* Serbian translation update
40+
* elinks.get_option(name) and elinks.set_option(name, value) in Python scripting #406
41+
* other small fixes
42+
43+
844
ELinks 0.18.0
945
-------------
1046

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
1616
AC_CONFIG_MACRO_DIR([config/m4])
1717

1818
PACKAGE=elinks
19-
VERSION=0.19.GIT
19+
VERSION=0.19.0rc1
2020
AC_SUBST(PACKAGE)
2121
AC_SUBST(VERSION)
2222
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('elinks', ['c','cpp'], version:'0.19.GIT', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
1+
project('elinks', ['c','cpp'], version:'0.19.0rc1', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
22
srcs=[]
33

44
srcdir = meson.project_source_root()

0 commit comments

Comments
 (0)