diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 15:05:32 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-11-29 15:05:32 +0200 |
commit | ad5dbd42d12e4eb2f1b09df272f628daed0e535b (patch) | |
tree | 0b2530253a1709f95b0e4979b3068bd7d9d983e6 /debian | |
parent | 28ed2788b32d5cad5aa09bec6eb6eac9e991d72d (diff) |
GitHub: Trying out some automated build rules
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog index 53685f0b..02d0c82d 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,20 +1,5 @@ | |||
1 | lagrange (0.8.1-1) unstable; urgency=medium | 1 | lagrange (0.0.1-1) unstable; urgency=low |
2 | 2 | ||
3 | * Fixed potential lockup when navigating back to a query prompt. | 3 | * Setting up automatic builds via GitHub CI. |
4 | 4 | ||
5 | -- Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> Wed, 11 Nov 2020 08:29:38 +0200 | 5 | -- Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> Sun, 29 Nov 2020 14:56:00 +0200 |
6 | |||
7 | lagrange (0.8.0-1) unstable; urgency=low | ||
8 | |||
9 | * Added support for Gopher. | ||
10 | * Added support for the full palette of 8-bit ANSI foreground colors. | ||
11 | * Added option to disable smooth scrolling. | ||
12 | * Added button to manually set server certificate as trusted (if the certificate is valid but untrusted). | ||
13 | * Added keybindings for Back/Forward navigation. | ||
14 | * Added a context menu item for opening HTTP links in the default browser even when a proxy is configured. | ||
15 | * Revised identity creation dialog: changed field order, added warning about temporary identities not being saved. | ||
16 | * Ctrl+Click opens tab in background, Shift+Ctrl+Click opens as foreground tab. The same modifier keys work with keyboard navigation. | ||
17 | * Improved word wrapping of emoticons (:D). | ||
18 | * Automatic redirects allowed when the destination URL uses the same scheme as the originating URL. For example, when using a proxy, HTTP(S) is allowed to automatically redirect to other HTTP(S) URLs. | ||
19 | |||
20 | -- Jaakko Keränen (skyjake) <jaakko.keranen@iki.fi> Sun, 08 Nov 2020 17:11:46 +0200 | ||