Skip to content

Commit 8ce7aee

Browse files
committed
v4.7 ready!
1 parent dbc7857 commit 8ce7aee

File tree

13 files changed

+1775
-1525
lines changed

13 files changed

+1775
-1525
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img align="left" width="80" height="80" src="https://raw.githubusercontent.com/mbruel/ngPost/master/src/resources/icons/ngPost.png" alt="ngPost">
22

3-
# ngPost v4.6
3+
# ngPost v4.7
44

55
[Pour la version Française cliquez ici ;)](https://github.com/mbruel/ngPost/blob/master/README_FR.md)<br/>
66
<br/>
@@ -146,17 +146,17 @@ The following ones are for experimented posters:
146146

147147
### Linux 64bit portable release (compiled with Qt v5.12.6)
148148
if you don't want to build it and install the dependencies, you can also the portable release that includes everything.<br/>
149-
- download [ngPost_v4.6-x86_64.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-x86_64.AppImage)
150-
- chmod 755 ngPost_v4.6-x86_64.AppImage
149+
- download [ngPost_v4.7-x86_64.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64.AppImage)
150+
- chmod 755 ngPost_v4.7-x86_64.AppImage
151151
- launch it using the same syntax than describe in the section above
152152
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
153153

154-
PS: for older system with GLIBC < 2.24, here is a version compiled on Debian8 with GLIBC 2.19 and Qt v5.8.0: [ngPost_v4.6-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-x86_64_debian8.AppImage)
154+
PS: for older system with GLIBC < 2.24, here is a version compiled on Debian8 with GLIBC 2.19 and Qt v5.8.0: [ngPost_v4.7-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64_debian8.AppImage)
155155

156156

157157
### Raspbian release (armhf for Raspberry PI)
158-
- download [ngPost_v4.6-armhf.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-armhf.AppImage)
159-
- chmod 755 ngPost_v4.6-armhf.AppImage
158+
- download [ngPost_v4.7-armhf.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-armhf.AppImage)
159+
- chmod 755 ngPost_v4.7-armhf.AppImage
160160
- launch it using the same syntax than describe in the section above
161161
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
162162

@@ -178,7 +178,7 @@ RAR_EXTRA = -mx0 -mhe=on
178178

179179

180180
### Windows installer
181-
- just use the packager [ngPost_v4.6_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6_x64_setup.exe) or [ngPost_v4.6_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6_x86_setup.exe) for the 32bit version
181+
- just use the packager [ngPost_v4.7_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x64_setup.exe) or [ngPost_v4.7_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x86_setup.exe) for the 32bit version
182182
- edit **ngPost.conf** (in the installation folder) to add your server settings (you can put several).
183183
- launch **ngPost.exe** (GUI version)
184184
- or you can use it with the command line: **ngPost.exe** -i "your file or directory"
@@ -192,7 +192,7 @@ By default:
192192

193193

194194
### MacOS release built on High Sierra (v10.13)
195-
- download [ngPost_v4.6.dmg](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6.dmg)
195+
- download [ngPost_v4.7.dmg](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7.dmg)
196196
- launch it using the same syntax than describe in the section above
197197
- if you wish to keep the configuration file, edit the file **~/.ngPost** using [this model](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost.conf) (don't put the .conf extension)
198198

@@ -256,4 +256,4 @@ I'm Freelance nowadays, working on several personal projects, so if you use the
256256
<br/>
257257
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=W2C236U6JNTUA&item_name=ngPost&currency_code=EUR"><img align="left" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="ex0days"></a>
258258
or in Bitcoin at this address: **3BGbnvnnBCCqrGuq1ytRqUMciAyMXjXAv6**
259-
<img align="right" align="bottom" width="120" height="120" src="https://raw.githubusercontent.com/mbruel/ngPost/master/pics/btc_qr.gif" alt="ex0days">
259+
<img align="right" align="bottom" width="120" height="120" src="https://raw.githubusercontent.com/mbruel/ngPost/master/pics/btc_qr.gif" alt="ngPost_QR">

README_FR.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img align="left" width="80" height="80" src="https://raw.githubusercontent.com/mbruel/ngPost/master/src/resources/icons/ngPost.png" alt="ngPost">
22

3-
# ngPost v4.6
3+
# ngPost v4.7
44

55
ngPost est un posteur pour Usenet en ligne de commande ou via une interface graphique développé en C++11/Qt5.<br/>
66
Il a été conçu pour être le plus rapide possible et offrir toutes les fonctionnalités utiles pour poster facilement et en toute sécurité.<br/>
@@ -187,17 +187,17 @@ Une alternative pour compiler est [d'installer QT](https://www.qt.io/download) e
187187

188188

189189
### version Linux portable: AppImage compilée avec Qt v5.12.6, GLIBC 2.24
190-
- téléchargez [ngPost_v4.6-x86_64.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-x86_64.AppImage)
191-
- chmod 755 ngPost_v4.6-x86_64.AppImage
190+
- téléchargez [ngPost_v4.7-x86_64.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64.AppImage)
191+
- chmod 755 ngPost_v4.7-x86_64.AppImage
192192
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
193193
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
194194

195-
PS: pour des systèmes plus vieux GLIBC < 2.24, voici une version compilée sous Debian8 avec GLIBC 2.19 et Qt v5.8.0: [ngPost_v4.6-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-x86_64_debian8.AppImage)
195+
PS: pour des systèmes plus vieux GLIBC < 2.24, voici une version compilée sous Debian8 avec GLIBC 2.19 et Qt v5.8.0: [ngPost_v4.7-x86_64_debian8.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-x86_64_debian8.AppImage)
196196

197197

198198
### version Raspbian portable (armhf pour Raspberry PI)
199-
- téléchargez [ngPost_v4.6-armhf.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6-armhf.AppImage)
200-
- chmod 755 ngPost_v4.6-armhf.AppImage
199+
- téléchargez [ngPost_v4.7-armhf.AppImage](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7-armhf.AppImage)
200+
- chmod 755 ngPost_v4.7-armhf.AppImage
201201
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
202202
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
203203

@@ -218,15 +218,15 @@ RAR_EXTRA = -mx0 -mhe=on
218218
</pre>
219219

220220
### Windows installer
221-
- Utilisez l'installeur [ngPost_v4.6_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6_x64_setup.exe) ou [ngPost_v4.6_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6_x86_setup.exe) pour la version 32bit
221+
- Utilisez l'installeur [ngPost_v4.7_x64_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x64_setup.exe) ou [ngPost_v4.7_x86_setup.exe](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7_x86_setup.exe) pour la version 32bit
222222
- lancez l'application **ngPost.exe**, l'interface graphique s'ouvrira. Changez tous vos paramètres dont la langue puis cliquez sur **sauver**
223223
- vous pouvez bien sûr ensuite l'utiliser en ligne de commande. cf ngPost --help
224224

225225
**Know Issue with non SSL support:** you may need to install [msvc2015 redistribuables](https://www.microsoft.com/en-us/download/details.aspx?id=48145) as libssl depends on its APIs<br/>
226226

227227

228228
### MacOS release built on High Sierra (v10.13)
229-
- téléchargez [ngPost_v4.6.dmg](https://github.com/mbruel/ngPost/releases/download/v4.6/ngPost_v4.6.dmg)
229+
- téléchargez [ngPost_v4.7.dmg](https://github.com/mbruel/ngPost/releases/download/v4.7/ngPost_v4.7.dmg)
230230
- si vous le lancez sans paramètres, l'interface graphique s'ouvrira, sinon c'est en mode ligne de commande. (cf ngPost --help -l fr)
231231
- pour le fichier de configuration, éditez le fichier **~/.ngPost** et copiez [ce modèle](https://raw.githubusercontent.com/mbruel/ngPost/master/ngPost_fr.conf) (ne pas mettre l'extension .conf!)
232232

@@ -288,5 +288,6 @@ If you'd like to translate ngPost in your language, it's easy to do (there is a
288288
### Donations
289289
I'm Freelance nowadays, working on several personal projects, so if you use the app and would like to contribute to the effort, feel free to donate what you can.<br/>
290290
<br/>
291-
[![](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=W2C236U6JNTUA&item_name=ngPost&currency_code=EUR)
292-
<br/> or in Bitcoin on this address: **3BGbnvnnBCCqrGuq1ytRqUMciAyMXjXAv6** ![](https://raw.githubusercontent.com/mbruel/ngPost/master/pics/btc_qr.gif)
291+
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=W2C236U6JNTUA&item_name=ngPost&currency_code=EUR"><img align="left" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="ex0days"></a>
292+
or in Bitcoin at this address: **3BGbnvnnBCCqrGuq1ytRqUMciAyMXjXAv6**
293+
<img align="right" align="bottom" width="120" height="120" src="https://raw.githubusercontent.com/mbruel/ngPost/master/pics/btc_qr.gif" alt="ngPost_QR">

0 commit comments

Comments
 (0)