Skip to content

Commit a39dacd

Browse files
author
Rajdeep Singha
committed
Release 1.1.0
1 parent 491adfb commit a39dacd

17 files changed

+50
-289
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
![Screenshot](data/communique-light-screenshot.png)
1414
![Screenshot](data/communique-dark-screenshot.png)
15+
![Screenshot](data/communique-fullscreen-screenshot.png)
16+
![Screenshot](data/communique-shortcuts.png)
17+
![Screenshot](data/communique-preferences.png)
1518

1619
## Your personal journalist
1720
Subscribe to and read RSS/Atom feeds with cross-platform synchronization. Communique is a feed reader with support for a lot of RSS services, like Feedbin, Tiny Tiny RSS, Nextcloud News etc. And ofcourse, you can use Communique to subscribe to and read RSS feeds locally, without logging in to anything.

data/ArticleView/style.css

Lines changed: 7 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ body {
146146
}
147147

148148
.tlgrey {
149-
background-color: #eee;
149+
background-color: #d4d4d4;
150150
}
151151

152152
h1,
@@ -410,76 +410,6 @@ figure {
410410
border: none;
411411
}
412412

413-
/* MIDNIGHT THEME */
414-
415-
body.theme.midnight {
416-
color: rgba(255, 255, 255, 0.6);
417-
background: #233540;
418-
}
419-
420-
body.theme.midnight pre,
421-
body.theme.midnight pre code,
422-
body.theme.midnight code {
423-
background-color: rgba(255, 255, 255, 0.6);
424-
color: #233540;
425-
}
426-
427-
body.theme.midnight table,
428-
body.theme.midnight th,
429-
body.theme.midnight td {
430-
border: 1px solid rgba(255, 255, 255, 0.6);
431-
}
432-
433-
body.theme.midnight div.frcontent th,
434-
body.theme.midnight header.post {
435-
background: rgba(0, 0, 0, 0.1);
436-
}
437-
438-
body.theme.midnight header.post h1 {
439-
color: #fff;
440-
}
441-
442-
body.theme.midnight header.post h1 a {
443-
color: #9BA6AC;
444-
}
445-
446-
body.theme.midnight header.post span.source {
447-
color: #2978a6;
448-
}
449-
450-
body.theme.midnight header.post span.author {
451-
color: rgba(255, 255, 255, 0.6);
452-
}
453-
454-
body.theme.midnight div.frcontent {
455-
border: 1px solid rgba(0, 0, 0, 0.1);
456-
}
457-
458-
body.theme.midnight div.frcontent a {
459-
color: #2978a6;
460-
}
461-
462-
body.theme.midnight div.frcontent h1,
463-
body.theme.midnight div.frcontent h2,
464-
body.theme.midnight div.frcontent h3,
465-
body.theme.midnight div.frcontent h4 {
466-
color: #2978a6;
467-
}
468-
469-
body.theme.midnight div.frcontent h2 {
470-
border-color: #2978a6;
471-
}
472-
473-
body.theme.midnight div.frcontent body,
474-
body.theme.midnight div.frcontent ul,
475-
body.theme.midnight div.frcontent figcaption,
476-
body.theme.midnight div.frcontent h5,
477-
body.theme.midnight div.frcontent h6,
478-
body.theme.midnight div.frcontent p {
479-
color: rgba(255, 255, 255, 0.6);
480-
text-align: justify;
481-
}
482-
483413
/* LIGHT THEME */
484414

485415
body.theme.spring {
@@ -495,9 +425,9 @@ body.theme.gruvbox p {
495425
body.theme.spring pre,
496426
body.theme.spring pre code,
497427
body.theme.spring code {
498-
background-color: #fafafa;
499-
color: #000000;
500-
font-family: 'FuraCode Nerd Font', 'Fira Code', 'Fira Mono', monospace, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, serif;
428+
background-color: #e2e2e2;
429+
color: #1a1a1a;
430+
font-family: 'FuraCode Nerd Font', 'Fira Code', 'Fira Mono', monospace, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, serif, Roboto Mono;
501431
}
502432

503433
body.theme.spring table,
@@ -550,9 +480,9 @@ body.theme.gruvbox p {
550480
body.theme.gruvbox pre,
551481
body.theme.gruvbox pre code,
552482
body.theme.gruvbox code {
553-
background-color: #333333;
554-
color: #fafafa;
555-
font-family: 'FuraCode Nerd Font', 'Fira Code', 'Fira Mono', monospace, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, serif;
483+
background-color: #2b2b2b;
484+
color: #d4d4d4;
485+
font-family: 'FuraCode Nerd Font', 'Fira Code', 'Fira Mono', monospace, Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, serif, Roboto Mono;
556486
}
557487

558488
body.theme.gruvbox table,

data/com.github.suzie97.communique-autostart.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=Communique Autostart
33
GenericName=RSS Client
44
Comment=Read RSS/Atom Feeds
5-
Categories=Network;Feed;
5+
Categories=Network;Feed;News;
66
Exec=com.github.suzie97.communique --background
77
Icon=com.github.suzie97.communique
88
Terminal=false

data/com.github.suzie97.communique.appdata.xml.in

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
77
<name>Communique</name>
8-
<summary>RSS Reader with cross-platform sync.</summary>
8+
<summary>RSS Reader with cross-platform sync</summary>
99
<description>
1010
<p>Subscribe to and read RSS/Atom feeds with cross-platform synchronization. Communique features support for a lot of RSS services. And ofcourse, you can use Communique to subscribe to and read RSS feeds locally, without logging in to anything. Communique also allows you to save your articles to Instapaper, Pocket or Wallabag, or send them via email straight from the app.</p>
1111
<p>Supported services:</p>
@@ -53,6 +53,15 @@
5353
<screenshot type="default">
5454
<image>https://raw.githubusercontent.com/suzie97/communique/master/data/communique-dark-screenshot.png</image>
5555
</screenshot>
56+
<screenshot type="default">
57+
<image>https://raw.githubusercontent.com/suzie97/communique/master/data/communique-fullscreen-screenshot.png</image>
58+
</screenshot>
59+
<screenshot type="default">
60+
<image>https://raw.githubusercontent.com/suzie97/communique/master/data/communique-shortcuts.png</image>
61+
</screenshot>
62+
<screenshot type="default">
63+
<image>https://raw.githubusercontent.com/suzie97/communique/master/data/communique-preferences.png</image>
64+
</screenshot>
5665
</screenshots>
5766
<content_rating type="oars-1.1">
5867
<content_attribute id="violence-cartoon">none</content_attribute>
@@ -84,6 +93,23 @@
8493
<content_attribute id="money-gambling">none</content_attribute>
8594
</content_rating>
8695
<releases>
96+
<release version="1.1.0" date="2021-10-02">
97+
<description>
98+
<p>Feature Updates:</p>
99+
<ul>
100+
<li>Rounded window corners</li>
101+
<li>Improved theme</li>
102+
<li>A more content focused experience with fullscreen mode</li>
103+
<li>Changing the font does not requires a restart anymore</li>
104+
<li>Add new shortcuts dialog</li>
105+
<li>Context menus now follow the standard system style</li>
106+
</ul>
107+
<p>Bug Fixes:</p>
108+
<ul>
109+
<li>Correctly navigate between articles using shortcuts</li>
110+
</ul>
111+
</description>
112+
</release>
87113
<release version="1.0.1" date="2021-09-09">
88114
<description>
89115
<p>Improvements:</p>

data/com.github.suzie97.communique.desktop.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name=Communique
33
GenericName=RSS Client
44
Comment=Read RSS/Atom Feeds
5-
Categories=Network;Education;News;Feed;
5+
Categories=Network;News;Feed;
66
Exec=com.github.suzie97.communique %U
77
Icon=com.github.suzie97.communique
88
Terminal=false
-101 KB
Loading
145 KB
Loading
521 KB
Loading

data/communique-preferences.png

20.3 KB
Loading

data/communique-shortcuts.png

34.2 KB
Loading

0 commit comments

Comments
 (0)