Skip to content

Commit

Permalink
Removed update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
voltura committed Oct 27, 2024
1 parent e152fba commit 7a05a85
Show file tree
Hide file tree
Showing 18 changed files with 491 additions and 1,290 deletions.
33 changes: 0 additions & 33 deletions MonitorProcess.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Properties/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<add key="StartWithWindows" value="True"/>
<add key="MaxLogFileSizeInMB" value="10"/>
<add key="UseApplicationLog" value="False"/>
<add key="AutoUpdate" value="True"/>
<add key="DisplayStartupNotification" value="True"/>
<add key="DisplayWeekChangedNotification" value="True"/>
<add key="UseSilentNotifications" value="True"/>
Expand All @@ -23,6 +22,5 @@
<add key="CompositingQuality" value="2"/>
<add key="InterpolationMode" value="2"/>
<add key="TextContrast" value="1"/>
<add key="LastUpdateCheck" value=""/>
</appSettings>
</configuration>
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("550adc75-8afb-4813-ac91-8c8c6cb681ae")]
[assembly: AssemblyVersion("1.6.6.8")]
[assembly: AssemblyFileVersion("1.6.6.8")]
[assembly: AssemblyVersion("1.6.6.9")]
[assembly: AssemblyFileVersion("1.6.6.9")]
[assembly: NeutralResourcesLanguage("en-US")]

#endregion Assembly information
7 changes: 2 additions & 5 deletions README.de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Windows 11/10 Systemtray-Anwendung, die die aktuelle Kalenderwoche anzeigt

<img src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" data-canonical-src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" alt="WeekNumber" width="150" height="150" /> ![image](https://user-images.githubusercontent.com/2292809/121431601-e8451780-c979-11eb-9734-f30304c348d1.png)

[![Neueste Version herunterladen](https://img.shields.io/github/v/release/voltura/WeekNumber?label=ladda%20ner%20senaste%20versionen&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.8.zip)
[![Neueste Version herunterladen](https://img.shields.io/github/v/release/voltura/WeekNumber?label=ladda%20ner%20senaste%20versionen&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.9.zip)

[![Github All Releases](https://img.shields.io/github/downloads/voltura/WeekNumber/total.svg)]()
[![License](https://img.shields.io/badge/licence-MIT-green)]()
Expand All @@ -14,7 +14,7 @@ Windows 11/10 Systemtray-Anwendung, die die aktuelle Kalenderwoche anzeigt
Das aktuelle Kalenderwoche wird als Symbol im Systemtray der Windows-Taskleiste angezeigt.
Durch Doppelklicken auf das Symbol können Sie die Kalenderwoche für andere Daten nachschlagen.

Stellen Sie ein, dass die Anwendung mit Windows startet, passen Sie die Symbolfarben, die Sprache, Benachrichtigungen, automatische Updates, Kalenderregeln und vieles mehr an. Für eine detaillierte Beschreibung siehe den _**Hilfebereich**_ unten.
Stellen Sie ein, dass die Anwendung mit Windows startet, passen Sie die Symbolfarben, die Sprache, Benachrichtigungen, Kalenderregeln und vieles mehr an. Für eine detaillierte Beschreibung siehe den _**Hilfebereich**_ unten.

### Sprachunterstützung
- Englisch
Expand Down Expand Up @@ -61,11 +61,8 @@ Wenn Sie das Symbol der Anwendung nicht sehen, klicken Sie auf das Dachsymbol (^

### Kontextmenü:
- **Über WeekNumber** - _Zeigt Versionsinformationen an_
- **Nach neuer Version suchen** - _Überprüft, ob eine neue Version verfügbar ist; wenn ja, gibt es die Option zu aktualisieren_
- **Öffnen Sie die Webseite der Anwendung** - _Zeigt die Webseite der Anwendung an_
- **Einstellungen**
- **Mit Windows starten** - _Wenn angekreuzt, startet die Anwendung automatisch mit Windows_
- **Automatisch aktualisieren** - _Wenn angekreuzt, wird die Anwendung automatisch aktualisiert, ohne dass Sie etwas tun müssen_
- **Sprache** - _Ändert die Sprache, die die Anwendung verwendet_
- **English** - _Englisch_
- **Deutsch**
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Windows 11/10 system tray area application that displays the current week number
<img src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" data-canonical-src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" alt="WeekNumber" width="150" height="150" /> ![image](https://user-images.githubusercontent.com/2292809/120940539-0f071200-c71e-11eb-8b03-8f24b9fb36ad.png)


[![Latest release ZIP](https://img.shields.io/github/v/release/voltura/WeekNumber?label=download%20latest%20release&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.8.zip)
[![Latest release ZIP](https://img.shields.io/github/v/release/voltura/WeekNumber?label=download%20latest%20release&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.9.zip)

[![Github All Releases](https://img.shields.io/github/downloads/voltura/WeekNumber/total.svg)]()
[![License](https://img.shields.io/badge/licence-MIT-green)]()
Expand Down Expand Up @@ -41,7 +41,7 @@ Options to start with Windows, customize icon colors, language, notifications, c
![Settings Language](https://user-images.githubusercontent.com/2292809/121083488-c9ab1900-c7df-11eb-9a09-6dac98153ba2.png)

## Installation
After download of WeekNumber_v1.6.6.8.zip via [*Download latest release*](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.8.zip) first unzip the archive, then run WeekNumber.exe.
After download of WeekNumber_v1.6.6.9.zip via [*Download latest release*](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.9.zip) first unzip the archive, then run WeekNumber.exe.
To remove the application just delete the executable and other files extracted from the zip archive and the generated application configuration file WeekNumber.exe.config.

### Download notes
Expand All @@ -64,11 +64,8 @@ If the application icon is not visible then press the ^ symbol on the system tra

### Context menu options:
- **About WeekNumber** - _Displays version information_
- **Check for updated version** - _Checks if newer version is available, option to update if that's the case_
- **Open application web page** - _Shows the application web page_
- **Settings**
- **Start with Windows** - _If ticked, the application starts automatically with Windows_
- **Update automatically** - _If ticked, updates automatically without user interaction_
- **Language** - _Change language used by the application_
- **English**
- **Deutsch**
Expand Down
7 changes: 2 additions & 5 deletions README.sv-SE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Windows 11/10 systemfältsapplikation som visar aktuellt veckonummer

<img src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" data-canonical-src="https://user-images.githubusercontent.com/2292809/120221521-d6a79580-c23e-11eb-99d1-be6210b43fcf.png" alt="WeekNumber" width="150" height="150" /> ![image](https://user-images.githubusercontent.com/2292809/121431601-e8451780-c979-11eb-9734-f30304c348d1.png)

[![Latest release ZIP](https://img.shields.io/github/v/release/voltura/WeekNumber?label=ladda%20ner%20senaste%20versionen&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.8.zip)
[![Latest release ZIP](https://img.shields.io/github/v/release/voltura/WeekNumber?label=ladda%20ner%20senaste%20versionen&style=for-the-badge)](https://github.com/voltura/weeknumber/releases/latest/download/WeekNumber_v1.6.6.9.zip)

[![Github All Releases](https://img.shields.io/github/downloads/voltura/WeekNumber/total.svg)]()
[![License](https://img.shields.io/badge/licence-MIT-green)]()
Expand All @@ -14,7 +14,7 @@ Windows 11/10 systemfältsapplikation som visar aktuellt veckonummer
Aktuellt veckonummer visas som en ikon i systemfältet i Windows aktivitetsfält.
Slå upp veckonummer för andra datum genom att dubbel-klicka på ikonen.

Ställ in att starta med Windows, anpassa ikonfärger, språk, notiser, automatiska uppdatering, kalender-regler och mycket mer. För detaljerad beskrivning se _**Hjälpavsnitt**_ nedan.
Ställ in att starta med Windows, anpassa ikonfärger, språk, notiser, kalender-regler och mycket mer. För detaljerad beskrivning se _**Hjälpavsnitt**_ nedan.

### Språkstöd
- Engelska
Expand Down Expand Up @@ -61,11 +61,8 @@ Om du inte ser applikationens ikon så tryck på taktecknet (^) vid systemfälte

### Högerklicks-meny:
- **Om WeekNumber** - _Visar versionsinformation_
- **Se om ny version finns** - _Kontrollerar om ny version finns, om så är fallet finns val att uppdatera_
- **Öppna applikationens webbsida** - _Visar applikationens webbsida_
- **Inställningar**
- **Starta med Windows** - _Om ikryssad så startar applikationen automatiskt med Windows_
- **Uppdatera automatiskt** - _Om ikryssad så uppdaterar applikationen automatiskt utan att du behöver göra något själv_
- **Språk** - _Ändrar vilket språk som applikationen använder_
- **English** - _Engelska_
- **German** - _Tyska_
Expand Down
Loading

0 comments on commit 7a05a85

Please sign in to comment.