Skip to content

Commit

Permalink
Update to 0.05-beta6 : see changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas20114552 committed Sep 17, 2023
1 parent 0821bb5 commit 963bd26
Show file tree
Hide file tree
Showing 7 changed files with 1,040 additions and 187 deletions.
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Copyright (c) 2023 Niklas20114552
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
to use, copy, modify, merge, publish, distribute, sublicense, and to permit
persons to whom the Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Für Linux: ```./linux_setup.py```

### Rechtsklickmenü

Noch nicht vollständig implimentiert
Noch nicht vollständig implementiert

### Vollbild

Expand Down
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.05-beta6 : 17.09.2023

By: [@Niklas20114552](https://github.com/Niklas20114552)

Changed:

- The Homepage is now called "Neuer Tab" instead of "Startseite"

Fixed:

- Many Issues with the new Installer:
- Old Setup File was called after Library installation
- Setup failed to install Libraries on Debian/Ubuntu

Added:

- Rounded Corners to the Update Notifier on the New Tab
- Installer:
- Licensepage
- Uninstallation support
- Installationoverview
- Google Safe Browsing
- Settingspage
- Forced HTTPS-Rewrite
- DNT can now be toggeled on or off
- Minumium Window Size
- Function to reload the Configuration and to replace the Webview-Interceptor
- Function to create "Special Tabs" (non Webview Tabs)
- Favicons are now being displayed on the tab

## 0.05-beta5h1 : 02.09.2023

By: [@Niklas20114552](https://github.com/Niklas20114552)
Expand Down
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Startseite</title>
<title>Neuer Tab</title>
<style>
.center {
height: fit-content;
Expand Down
4 changes: 2 additions & 2 deletions homeupdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>Startseite</title>
<title>Neuer Tab</title>
<style>
.center {
height: fit-content;
Expand All @@ -26,7 +26,7 @@
</div>
<input type="text" id="searchbox" placeholder="Suchen mit DuckDuckGo" style="width: 70%;"><button id="searchconfirm" onclick="search_brapy();">Suchen</button>
<br><br>
<div style="background-color: rgb(255, 255, 148); border: 2px solid yellow; text-align: left; line-height: 5px; font-size: 11pt;">
<div style="background-color: rgb(255, 255, 148); border: 2px solid yellow; text-align: left; line-height: 5px; font-size: 11pt; border-radius: 5px;">
<p id="update-title"></p>
<p id="update-subtitle" style="font-size: 10pt;"></p>
<p style="font-size: 10pt;">&nbsp;&nbsp;Verwende den Knopf rechts neben der Suchleiste zum upgraden.</p>
Expand Down
Loading

0 comments on commit 963bd26

Please sign in to comment.