Skip to content

Commit

Permalink
fix #41 remove theme and old UI support
Browse files Browse the repository at this point in the history
  • Loading branch information
squalou committed Oct 5, 2021
1 parent c7e10bb commit 168bb39
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 2,099 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ An electron-base client for Google Hangouts Chat, since Google didn't see fit to

## CHANGELOG

### 5.14.16-1

* Good Bye Themes !
* they never worked in new UI
* they ceased to work in old UI
* new UI has native dark theme support ...
* ... no more theme support !
* Good bye Old UI support : it was finally completely disabled by Google.

### 5.14.15-1

* electron 14
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ Dependency is taken care of in AUR Arch package and Debian package.

See full [CHANGELOG](./CHANGELOG.md).

### 5.14.16-1

* Good Bye Themes ! (they didn't work anymore anyway)
* Good bye Old UI support : Google removed it

This **may be the last version**, since ... it doesn't bring anything more than using Ferdi, or the native "installed" app from Chrome. Except systray integration
for people where it works anyway.


5.14.15-1

* electron 14
Expand Down
2 changes: 1 addition & 1 deletion src/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const loadConfigs = () => {
return c;
} catch (e) {
console.error(e);
const defconfig = '{"bounds":{"x":456,"y":229,"width":1105,"height":757},"wasMaximized":false,"isThemed":false}'
const defconfig = '{"bounds":{"x":456,"y":229,"width":1105,"height":757},"wasMaximized":false}'
fs.writeFileSync(pathsManifest.configsPath,defconfig, 'utf8');
c = JSON.parse(defconfig, "utf-8");
setConfigDefaults(c);
Expand Down
331 changes: 0 additions & 331 deletions src/custom.css

This file was deleted.

Loading

0 comments on commit 168bb39

Please sign in to comment.