Skip to content

Commit

Permalink
yarr@jtoberling: ByteArray import bugfix (#1037)
Browse files Browse the repository at this point in the history
* Update desklet.js

Fix missing class

* V1.0.0

* Fix bug #1036

* Version change
  • Loading branch information
jtoberling authored Jan 16, 2024
1 parent 576e031 commit f8543f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions yarr@jtoberling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-10-13
- Initial version

## [1.0.1] - 2024-01-16
- Fix byteArray import bug [#1036](https://github.com/linuxmint/cinnamon-spices-desklets/issues/1036)

2 changes: 2 additions & 0 deletions yarr@jtoberling/files/yarr@jtoberling/desklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const fromXML = require('./fromXML');

const uuid = "yarr@jtoberling";

const ByteArray = imports.byteArray;

class YarrDesklet extends Desklet.Desklet {

statusOk = false;
Expand Down
2 changes: 1 addition & 1 deletion yarr@jtoberling/files/yarr@jtoberling/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"max-instances": "1",
"description": "Yet Another RSS Reader - now as Cinnamon Desklet",
"name": "Yet Another RSS Reader",
"version": "1.0.0",
"version": "1.0.1",
"uuid": "yarr@jtoberling",
"multiversion": true,
"author": "jtoberling",
Expand Down

0 comments on commit f8543f6

Please sign in to comment.