Skip to content

Commit

Permalink
GNOME 43 support, move station management to prefs window
Browse files Browse the repository at this point in the history
  • Loading branch information
hslbck committed Dec 15, 2022
1 parent d281fcb commit f046e6d
Show file tree
Hide file tree
Showing 21 changed files with 1,321 additions and 1,680 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

- Update to GNOME 43
- Fix input with leading spaces
- Move station management to prefs window
- Remove modal dialogs
- Update to libsoup3

## [19] - 2022-04-08

- Update to GNOME 42
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ You'll need `libglib` and `gettext` installed on your system
## Adding a new translation

* open your source folder
* run `make` in your source directory
* the file `[email protected]` should be created in the `po` folder
* the file `[email protected]` should be in the `po` folder
* rename the file to `id.po` where `id` is the [ISO 3166] country code corresponding
* you're ready to go

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A GNOME Shell extension for listening to internet radio streams.

### Features

* Supports GNOME Shell 40, 41 and 42 - for older versions see [releases]
* Supports GNOME Shell 43 - for older versions see [releases]
* Manage internet radio streams
* Middle click to start/stop last played station
* Cyrillic tag support - see [charset conversion]
Expand Down Expand Up @@ -49,7 +49,7 @@ See [CONTRIBUTING].

### License

Copyright © 2014-2021 hslbck.
Copyright © 2014-2022 hslbck.

GNOME Shell Extension Radio is published under the `GPL-3+` license, see [COPYING] for details.

Expand Down
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ echo "Packing extension ..."
gnome-extensions pack [email protected] \
--force \
--extra-source="icons" \
--extra-source="addChannelDialog.js" \
--extra-source="channel.js" \
--extra-source="channelCreator.js" \
--extra-source="channelList.json" \
--extra-source="channelListDialog.js" \
--extra-source="convertCharset.js" \
--extra-source="io.js" \
--extra-source="player.js" \
Expand Down
Binary file modified radio-extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
157 changes: 0 additions & 157 deletions [email protected]/addChannelDialog.js

This file was deleted.

2 changes: 1 addition & 1 deletion [email protected]/channel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint esnext:true */
/*
Copyright (C) 2016 Niels Rune Brandt <[email protected]>
Copyright (C) 2014-2019 hslbck <[email protected]>
Copyright (C) 2014-2022 hslbck <[email protected]>
Copyright (C) 2017-2018 Léo Andrès <[email protected]>
This file is distributed under the same license as the gnome-shell-extension-radio package.
*/
Expand Down
102 changes: 0 additions & 102 deletions [email protected]/channelCreator.js

This file was deleted.

Loading

0 comments on commit f046e6d

Please sign in to comment.