commit 54e19de8df26d9c8f4c669d0583e0e41745cfba8 from: Omar Polo date: Sat Jun 12 14:57:24 2021 UTC tagged 0.2 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 commit - d15aa86db132eb6362ff8c75e93515994b0acafe commit + 54e19de8df26d9c8f4c669d0583e0e41745cfba8 blob - 85d87038aa0cf97bf8cccfbcdc26e0c596eff820 blob + 16e00e469ee539ba94e81a84e3d08ae7f11b951b --- ChangeLog +++ ChangeLog @@ -1,5 +1,7 @@ 2021-06-12 Omar Polo + * configure.ac: tagged 0.2 + * utf8.c (utf8_chwidth): fix tab width 2021-06-11 Omar Polo blob - 001d64906518ec28ffeea8492451e065107c293c blob + 7fd8be6ca2455868777513733d2496ac021f1e17 --- configure.ac +++ configure.ac @@ -1,4 +1,4 @@ -AC_INIT([telescope], [0.1.1], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) +AC_INIT([telescope], [0.2], [telescope@omarpolo.com], [telescope], [gemini://telescope.omarpolo.com]) AC_CONFIG_LIBOBJ_DIR(compat) AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_PROG_CC_C99