Skip to content
Snippets Groups Projects
release-notes.html 4.25 KiB
Newer Older
Thomas Rientjes's avatar
Thomas Rientjes committed
<!DOCTYPE html>
<html>

    <head>

        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>Decentraleyes - What's New?</title>
        <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
Thomas Rientjes's avatar
Thomas Rientjes committed
        <meta charset="UTF-8">
Thomas Rientjes's avatar
Thomas Rientjes committed

        <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
        <link rel="icon" href="favicon.ico" type="image/x-icon">

        <style>

            body {
                background-color: #eff4e2;
                color: #4f4f4f;
                padding: 25px 10px;
            }

            header {
Thomas Rientjes's avatar
Thomas Rientjes committed
                height: 128px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                position: relative;
                width: 400px;
            }

            h1, h2, h3, h4, h5, h6 {
                font-family: "Trebuchet MS", Helvetica, sans-serif;
Thomas Rientjes's avatar
Thomas Rientjes committed
                margin-left: auto;
                margin-right: auto;
Thomas Rientjes's avatar
Thomas Rientjes committed
                max-width: 750px;
Thomas Rientjes's avatar
Thomas Rientjes committed
            }

            h3 {
                text-align: left;
Thomas Rientjes's avatar
Thomas Rientjes committed
            }

            a {
                color: #2e698c;
            }

            .container {
                text-align: center;
            }

            .notice {
Thomas Rientjes's avatar
Thomas Rientjes committed
                font-family: "Trebuchet MS", Helvetica, sans-serif;
Thomas Rientjes's avatar
Thomas Rientjes committed
                margin-left: auto;
                margin-right: auto;
Thomas Rientjes's avatar
Thomas Rientjes committed
                max-width: 750px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                text-align: left;
            }

            .logo {
                display: block;
                height: 128px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                margin-left: auto;
                margin-right: auto;
Thomas Rientjes's avatar
Thomas Rientjes committed
            .subtle-hint {
                color: #777;
                font-size: 14px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                font-style: italic;
Thomas Rientjes's avatar
Thomas Rientjes committed
            }

            .subtle-text {
                color: #777;
            }

            .topic-label {
                color: #4a856d;
                font-style: normal;
Thomas Rientjes's avatar
Thomas Rientjes committed
                font-weight: bold;
                text-transform: uppercase;
Thomas Rientjes's avatar
Thomas Rientjes committed
            }

            .help-panel {
                border-bottom: 2px #bbb dotted;
                cursor: help;
                display: inline-block;
Thomas Rientjes's avatar
Thomas Rientjes committed
                position: relative;
Thomas Rientjes's avatar
Thomas Rientjes committed
            }

            .help-panel:before {
                background-color: #fef4c5;
Thomas Rientjes's avatar
Thomas Rientjes committed
                border-radius: 2px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                border: 1px solid #d4b943;
                box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
                color: #594c16;
Thomas Rientjes's avatar
Thomas Rientjes committed
                content: attr(data-title);
                display: none;
Thomas Rientjes's avatar
Thomas Rientjes committed
                font-size: 14px;
                margin-top: 22px;
Thomas Rientjes's avatar
Thomas Rientjes committed
                padding: 3px 4px;
                position: absolute;
                white-space: nowrap;
Thomas Rientjes's avatar
Thomas Rientjes committed
                z-index: 1;
            }

            .help-panel:hover:before {
                display: inline;
            }

Thomas Rientjes's avatar
Thomas Rientjes committed
        </style>

    <body>

        <img src="logo.svg" alt="Decentraleyes" class="logo"/>

        <div class="container">

Thomas Rientjes's avatar
Thomas Rientjes committed
            <h1>Decentraleyes <i>v1.3.10</i></h1>
Thomas Rientjes's avatar
Thomas Rientjes committed
            <div class="notice">

Thomas Rientjes's avatar
Thomas Rientjes committed
                <span class="subtle-hint"><span class="topic-label">Important:</span> This update automatically migrates your existing settings over to the upcoming (completely rewritten) version of Decentraleyes. The next release will be <span class="help-panel" data-title="It will feature an optional graphical user interface.">less shy</span>, and fully ready for future versions of Firefox.</span>
Thomas Rientjes's avatar
Thomas Rientjes committed
            <div class="notice">

                <span class="subtle-hint"><span class="topic-label">For Firefox Nightly Users:</span> You can start using a beta version of the upcoming release today. Please see <a href="https://git.synz.io/Synzvato/decentraleyes/issues/173#note_3256" target="_blank">this announcement</a> for more information on how to get started. Feel free to leave feedback!</span>
Thomas Rientjes's avatar
Thomas Rientjes committed
            <div class="notice">
                <p>
                    <a href="https://git.synz.io/Synzvato/decentraleyes" target="_blank">GitLab</a> / <a href="https://decentraleyes.org" target="_blank">Official Website</a> / <a href="https://git.synz.io/Synzvato/decentraleyes/issues/44" target="_blank">Help Translate</a>
Thomas Rientjes's avatar
Thomas Rientjes committed
                </p>
            </div>

        </div>

    </body>

</html>