1
0
peilaus alkaen https://github.com/arsenetar/dupeguru.git synced 2026-03-19 14:01:38 +00:00

Update download links and information for 4.2.0

This commit is contained in:
2022-03-09 07:31:18 -06:00
vanhempi 0e7977113a
commit 52994bc7e4
4 muutettua tiedostoa jossa 36 lisäystä ja 21 poistoa

Näytä tiedosto

@@ -3,9 +3,9 @@ oses:
icon: windows icon: windows
packages: packages:
- arch: x64 - arch: x64
link: https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeGuru_win64_4.1.1.exe link: https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeGuru_win64_4.2.0.exe
- arch: x32 - arch: x32
link: https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeGuru_win32_4.1.1.exe link: https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeGuru_win32_4.2.0.exe
- name: Ubuntu - name: Ubuntu
icon: linux icon: linux
packages: packages:
@@ -15,13 +15,13 @@ oses:
icon: apple icon: apple
packages: packages:
- arch: "10.12+" - arch: "10.12+"
link: ./2021/08/14/macOS_releases_going_forward.html link: ./2022/03/09/macOS_cocoa_phase_out.html
icon: apple icon: apple
- name: Source - name: Source
icon: github icon: github
packages: packages:
- arch: zip - arch: zip
link: https://github.com/arsenetar/dupeguru/archive/4.1.1.zip link: https://github.com/arsenetar/dupeguru/archive/4.2.0.zip
- arch: tar.gz - arch: tar.gz
link: https://github.com/arsenetar/dupeguru/archive/4.1.1.tar.gz link: https://github.com/arsenetar/dupeguru/archive/4.2.0.tar.gz

Näytä tiedosto

@@ -3,20 +3,24 @@ layout: default
--- ---
<div class="home"> <div class="home">
<div class="container"><h1>{{ page.title | default: site.title }}</h1> <div class="container">
{%- if site.data.downloads -%} <h1>{{ page.title | default: site.title }}</h1>
<p>Latest Downloads:</p> {%- if site.data.downloads -%}
<div class="downloads"> <p>Latest Downloads:</p>
{%- for os in site.data.downloads.oses -%} <div class="downloads">
{%- for package in os.packages -%} {%- for os in site.data.downloads.oses -%}
<a class="download" href="{{ package.link }}"> {%- for package in os.packages -%}
<svg class="svg-icon" viewBox="0 0 26 28"><use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use></svg><span>{{ os.name }} ({{ package.arch }})</span> <a class="download" href="{{ package.link }}">
</a> <svg class="svg-icon" viewBox="0 0 26 28">
{%- endfor -%} <use xlink:href="{{ '/assets/icons.svg' | relative_url }}#{{ os.icon }}"></use>
{%- endfor -%} </svg><span>{{ os.name }} ({{ package.arch }})</span>
</a>
{%- endfor -%}
{%- endfor -%}
</div>
{%- endif -%}
<p><a href="https://github.com/arsenetar/dupeguru/releases/latest">Additional Downloads</a></p>
</div> </div>
{%- endif -%}
</div>
{{ content }} {{ content }}
</div> </div>

Näytä tiedosto

@@ -0,0 +1,12 @@
---
title: "macOS Cocoa Phase Out"
---
We now have working macOS versions of dupeGuru built with both UI toolkits and supporting both
Intel and M1 chips. The latest downloads are as follows (see details below for more information):
- Qt Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Qt_4.2.0.zip](https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Qt_4.2.0.zip)
- Cocoa Version [https://github.com/arsenetar/dupeguru/releases/download/4.1.1/dupeguru_macOS_Cocoa_4.2.0.dmg](https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Cocoa_4.2.0.dmg)
## History & Cocoa Phase Out
Most of the history is detailed in [macOS Releases Going Forward]({% post_url 2021-08-14-macOS_releases_going_forward %}) and [macOS Version Notes]({% post_url 2021-03-09-macOS_version_notes %})
With the current development mainly focusing on the Qt version for new features and improvements, the Cocoa UI version will no longer be updated with the next minor release.
If you would like to discuss this, feel free to start a discussion at https://github.com/arsenetar/dupeguru/discussions.

Näytä tiedosto

@@ -18,7 +18,6 @@
.downloads { .downloads {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 2em;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }