Skip to content

Commit

Permalink
tagged 0.2
Browse files Browse the repository at this point in the history
Changelog since 0.1.1:
* save certificates per (host, port) tuple, not only per-host
* don't crash on invalid lines in known_hosts
* allow saving the new certificate after mismatch
* fix cmd_scroll_down/up: they scrolled two line more than what intended
* fix out-of-bound
* automatic gemini:// on load-url
* display a `!' when a non-focused tab gets loaded
* added aliases for tab-{next,new,previous}
* unbreak forward-char
* debounce resize event
* new heuristic to obtain the page title: if no h1 found, try with h2s and h3s
* ask the user to save a page when it can't be rendered
* drop the urgent flag when switching to a tab after closing one
* fix tab width
  • Loading branch information
omar-polo committed Jun 12, 2021
1 parent d15aa86 commit 54e19de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-06-12 Omar Polo <[email protected]>

* configure.ac: tagged 0.2

* utf8.c (utf8_chwidth): fix tab width

2021-06-11 Omar Polo <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([telescope], [0.1.1], [[email protected]], [telescope], [gemini://telescope.omarpolo.com])
AC_INIT([telescope], [0.2], [[email protected]], [telescope], [gemini://telescope.omarpolo.com])
AC_CONFIG_LIBOBJ_DIR(compat)
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
AC_PROG_CC_C99
Expand Down

0 comments on commit 54e19de

Please sign in to comment.